| Artist | Listeners | 13-week growth |
|---|---|---|
| Born from Pain | 94k | +0.26% |
| All Out War | 58k | +2.47% |
| Walls of Jericho | 275k | — |
| Throwdown | 228k | +0.79% |
| Death Before Dishonor | 102k | — |
| Pro-Pain | 95k | +1.74% |
| Madball | 232k | +1.44% |
| Bury Your Dead | 171k | +0.72% |
| Shattered Realm | 56k | — |
| Hatebreed | 791k | +1.25% |
| Merauder | 64k | +2.75% |
| Buried Alive | 29k | — |
| Earth Crisis | 139k | +2.39% |
| 100 Demons | 69k | +4.23% |
| Terror | 308k | +1.43% |
| Irate | 12k | +0.77% |
| Lionheart | 123k | +1.39% |
| Jasta | 46k | +0.78% |
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