| Artist | Listeners | 13-week growth |
|---|---|---|
| Shadows Fall | 427k | +0.27% |
| Dagoba | 114k | +0.28% |
| Alien Weaponry | 84k | +1.84% |
| Ektomorf | 184k | +0.36% |
| Daedric | 42k | +4.56% |
| Austrian Death Machine | 153k | — |
| Spiritworld | 47k | — |
| Butcher Babies | 103k | +3.46% |
| Lost Society | 104k | +1.85% |
| WARGASM (UK) | 162k | +3.12% |
| Sylosis | 212k | +1.75% |
| Machine Head | 1.2M | +1.10% |
| The Haunted | 335k | +0.49% |
| Chimaira | 556k | +0.45% |
| Finishing Move Inc. | 39k | +8.43% |
| Get The Shot | 59k | — |
| Trivium | 1.4M | +1.16% |
| 3TEETH | 173k | +2.20% |
| Bloodred Hourglass | 57k | +2.05% |
| Artifact | 18k | — |
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