| Artist | Listeners | 13-week growth |
|---|---|---|
| Pokolgép | 10k | — |
| Dream Evil | 275k | +0.56% |
| Omen | 98k | +1.41% |
| Nocturnal Rites | 132k | +0.24% |
| Astral Doors | 69k | — |
| Firewind | 228k | +0.48% |
| Axxis | 124k | +0.24% |
| Bruce Dickinson | 496k | +0.56% |
| Pretty Maids | 130k | +0.68% |
| Bloodbound | 142k | +1.32% |
| Freedom Call | 194k | +0.40% |
| Grave Digger | 260k | +0.27% |
| Brainstorm | 334k | — |
| Virgin Steele | 78k | +0.48% |
| Axel Rudi Pell | 193k | +0.51% |
| Iced Earth | 603k | +0.33% |
| Primal Fear | 275k | +0.36% |
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