| Artist | Listeners | 13-week growth |
|---|---|---|
| Kirlian Camera | 77k | — |
| Lycia | 130k | +1.48% |
| The Frozen Autumn | 80k | +2.41% |
| Dark Sanctuary | 117k | +0.77% |
| Clan of Xymox | 418k | +1.71% |
| Faith and the Muse | 144k | +1.52% |
| Tiamat | 387k | +0.73% |
| Fields of the Nephilim | 268k | +1.32% |
| Double Echo | 50k | — |
| raison d'être | 65k | — |
| sToa | 81k | — |
| She Past Away | 235k | +2.58% |
| Desiderii Marginis | 97k | — |
| Arcana | 229k | +1.21% |
| Elend | 71k | — |
| Love Like Blood | 73k | — |
| Autumnblaze | 12k | — |
| Die Form | 123k | — |
| Anathema | 725k | +0.60% |
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