| Artist | Listeners | 13-week growth |
|---|---|---|
| Metal Church | 236k | +1.32% |
| Satan | 78k | +1.52% |
| Halford | 175k | +0.31% |
| Armored Saint | 113k | +1.65% |
| Iced Earth | 603k | +0.33% |
| Annihilator | 478k | +1.23% |
| Metallica | 5.3M | +1.69% |
| Helstar | 56k | — |
| Dio | 1.5M | +1.23% |
| Bruce Dickinson | 496k | +0.56% |
| Flotsam and Jetsam | 87k | +0.40% |
| Fight | 58k | +0.59% |
| Anvil | 182k | +0.82% |
| W.A.S.P. | 648k | +0.73% |
| Mercyful Fate | 339k | +0.88% |
| Manowar | 810k | +0.56% |
| Heaven & Hell | 157k | +0.54% |
| Black Sabbath | 4.5M | +1.61% |
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