| Artist | Listeners | 13-week growth |
|---|---|---|
| Dark Lunacy | 49k | — |
| Pyogenesis | 37k | — |
| Crematory | 204k | +0.32% |
| Rapture | 92k | +3.76% |
| Gardenian | 37k | — |
| Cemetary | 33k | +3.99% |
| Saturnus | 118k | +1.04% |
| Gates of Ishtar | 26k | — |
| Daylight Dies | 102k | +0.68% |
| October Tide | 101k | +0.69% |
| Black Sun Aeon | 25k | — |
| Edge of Sanity | 133k | +1.64% |
| Enshine | 25k | — |
| Arch Enemy | 921k | +0.62% |
| Nightrage | 142k | +0.26% |
| Slumber | 39k | — |
| Hypocrisy | 338k | +0.74% |
| In Flames | 1.6M | +0.54% |
| Novembers Doom | 144k | +0.70% |
| Lake of Tears | 195k | +0.47% |
select
similar_artist_id, slug, display_name, size_band,
latest_listeners, total_pct_growth, weeks_tracked, similarity_score, rank
from api_artist_similar
where artist_id = $1
order by rank ascselect *
from api_artist_profile
where artist_id = $1