| Artist | Listeners | 13-week growth |
|---|---|---|
| Ad Infinitum | 55k | +2.33% |
| Blackbriar | 87k | +3.13% |
| Delain | 302k | +0.70% |
| Xandria | 374k | +0.59% |
| Epica | 727k | +0.76% |
| Edge of Paradise | 28k | — |
| Beyond the Black | 85k | +1.71% |
| Charlotte Wessels | 19k | +2.98% |
| ILLUMISHADE | 17k | — |
| The Dark Element | 34k | — |
| Dark Sarah | 36k | — |
| Exit Eden | 52k | +2.23% |
| Moonlight Haze | 27k | — |
| Walk in Darkness | 13k | — |
| Sirenia | 429k | +0.55% |
| Amberian Dawn | 154k | +0.84% |
| The Dark Side of the Moon | 17k | +3.06% |
| Myrath | 93k | — |
| Vintersea | 4.9k | — |
| Jinjer | 268k | +2.77% |
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