| Artist | Listeners | 13-week growth |
|---|---|---|
| S.O.D. | 103k | +0.22% |
| Excel | 45k | +1.67% |
| Acid Reign | 14k | — |
| Nuclear Assault | 233k | +0.87% |
| Wehrmacht | 21k | — |
| Hallows Eve | 32k | — |
| Evil Army | 13k | — |
| Xentrix | 48k | +2.31% |
| Vio-Lence | 78k | +1.31% |
| Sacred Reich | 147k | +1.13% |
| Whiplash | 124k | +1.50% |
| D.R.I. | 224k | +1.36% |
| Cryptic Slaughter | 64k | +1.14% |
| Overkill | 385k | +0.78% |
| Tankard | 153k | +0.70% |
| M.O.D. | 37k | — |
| Evildead | 28k | — |
| Atrophy | 34k | — |
| Lääz Rockit | 6.6k | +0.42% |
| Ghoul | 74k | — |
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