| Artist | Listeners | 13-week growth |
|---|---|---|
| Chimaira | 556k | +0.45% |
| Machine Head | 1.2M | +1.10% |
| Ektomorf | 184k | +0.36% |
| Project46 | 37k | — |
| DevilDriver | 636k | +0.74% |
| Lamb of God | 1.5M | +1.04% |
| Cavalera Conspiracy | 209k | +1.18% |
| Five Finger Death Punch | 1.6M | +1.37% |
| Soulfly | 871k | +1.01% |
| Korzus | 34k | — |
| Sepultura | 1.4M | +1.77% |
| Pro-Pain | 95k | +1.74% |
| Roadrunner United | 366k | +0.46% |
| Throwdown | 228k | +0.79% |
| Dagoba | 114k | +0.28% |
| Claustrofobia | 33k | — |
| The Haunted | 335k | +0.49% |
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