| Artist | Listeners | 13-week growth |
|---|---|---|
| All Shall Perish | 312k | +0.78% |
| As Blood Runs Black | 310k | +1.21% |
| Carnifex | 332k | +1.56% |
| Rose Funeral | 105k | +1.09% |
| Despised Icon | 264k | +1.12% |
| Annotations of an Autopsy | 137k | +0.88% |
| I Declare War | 141k | +1.53% |
| Suicide Silence | 696k | +1.57% |
| Oceano | 182k | +1.17% |
| Whitechapel | 476k | +1.52% |
| Conducting from the Grave | 32k | — |
| Chelsea Grin | 421k | +1.76% |
| The Acacia Strain | 280k | +1.32% |
| Upon a Burning Body | 196k | +1.60% |
| Shadow of Intent | 142k | +3.22% |
| Molotov Solution | 127k | — |
| Emmure | 531k | +1.10% |
| Dr. Acula | 135k | — |
| Blind Witness | 80k | — |
| Within the Ruins | 124k | — |
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