| Artist | Listeners | 13-week growth |
|---|---|---|
| Pokolgép | 10k | — |
| Fantom | 13k | — |
| Replika | 6.5k | — |
| Exodus | 584k | +1.17% |
| Kreator | 669k | +0.80% |
| Annihilator | 478k | +1.23% |
| Onslaught | 132k | +0.87% |
| Overkill | 385k | +0.78% |
| Flotsam and Jetsam | 87k | +0.40% |
| Death Angel | 282k | +1.18% |
| Nuclear Assault | 233k | +0.87% |
| Metal Church | 236k | +1.32% |
| Testament | 1.1M | +0.83% |
| Xentrix | 48k | +2.31% |
| Artillery | 97k | +1.66% |
| Sacred Reich | 147k | +1.13% |
| Hirax | 79k | — |
| Duck | 22k | — |
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