| Artist | Listeners | 13-week growth |
|---|---|---|
| Torchia | 8.8k | — |
| Left to Die | 5.1k | — |
| Defacing God | 6.2k | — |
| Atavistia | 8.4k | — |
| Fleshcrawl | 44k | — |
| Once Human | 30k | +1.42% |
| Arch Enemy | 921k | +0.62% |
| Vomitory | 78k | +1.32% |
| Endseeker | 8.3k | — |
| Bloodbath | 340k | +0.94% |
| At the Gates | 502k | +1.21% |
| Frozen Soul | 60k | +10.63% |
| Fires in the Distance | 21k | — |
| DevilDriver | 636k | +0.74% |
| Jungle Rot | 55k | — |
| Monstrosity | 77k | — |
| Hiraes | 9.8k | — |
| Six Feet Under | 265k | +0.92% |
| Sylosis | 212k | +1.75% |
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