| Artist | Listeners | 13-week growth |
|---|---|---|
| In Mourning | 116k | +1.00% |
| Iotunn | 22k | — |
| Witherscape | 20k | — |
| Communic | 46k | — |
| In Vain | 57k | — |
| Be'lakor | 133k | +1.21% |
| Disillusion | 73k | — |
| Into Eternity | 78k | — |
| Swallow the Sun | 241k | +1.01% |
| Amorphis | 563k | +0.47% |
| Persefone | 115k | +2.20% |
| Ghost Brigade | 122k | +0.49% |
| Orpheus | 36k | — |
| Aeternam | 26k | — |
| An Abstract Illusion | 33k | — |
| Mors Principium Est | 192k | +1.29% |
| Lucidity | 55k | — |
| Black Crown Initiate | 69k | — |
| Insomnium | 284k | +0.97% |
| Dark Tranquillity | 576k | +0.49% |
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