| Artist | Listeners | 13-week growth |
|---|---|---|
| Mob Rules | 34k | — |
| Dreamtale | 99k | +0.45% |
| Black Majesty | 26k | — |
| Burning Point | 24k | — |
| Bunji Garlin | 55k | — |
| Freedom Call | 194k | +0.40% |
| Silent Force | 68k | +0.33% |
| Axxis | 124k | +0.24% |
| Firewind | 228k | +0.48% |
| Vision Divine | 92k | +0.62% |
| Edguy | 428k | +0.38% |
| Nocturnal Rites | 132k | +0.24% |
| Dream Evil | 275k | +0.56% |
| HammerFall | 717k | +0.50% |
| Primal Fear | 275k | +0.36% |
| Serious Black | 22k | — |
| Avantasia | 488k | +0.63% |
| Destra | 23k | — |
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