| Artist | Listeners | 13-week growth |
|---|---|---|
| Wolfheart | 60k | +0.93% |
| Bloodshot Dawn | 11k | — |
| Before the Dawn | 152k | +0.39% |
| Bloodred Hourglass | 57k | +2.05% |
| Be'lakor | 133k | +1.21% |
| In Mourning | 116k | +1.00% |
| Kalmah | 306k | +0.44% |
| Eye of the Enemy | 63k | — |
| Battlecross | 24k | — |
| The Haunted | 335k | +0.49% |
| Dark Tranquillity | 576k | +0.49% |
| Hatesphere | 86k | — |
| Nightrage | 142k | +0.26% |
| Insomnium | 284k | +0.97% |
| rachyl | 19k | +9.38% |
| Degradead | 41k | — |
| Mors Principium Est | 192k | +1.29% |
| Livløs | 7.3k | — |
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