| Artist | Listeners | 13-week growth |
|---|---|---|
| The Agony Scene | 140k | — |
| Beneath the Sky | 60k | — |
| Silent Civilian | 130k | — |
| The Sorrow | 117k | +0.33% |
| In Hearts Wake | 119k | +1.01% |
| Unearth | 414k | +0.40% |
| Darkest Hour | 308k | +0.74% |
| Still Remains | 240k | +1.11% |
| Neaera | 153k | — |
| Dead to Fall | 62k | — |
| Destroy the Runner | 121k | — |
| Diecast | 129k | — |
| All That Remains | 1.1M | +0.78% |
| It Dies Today | 300k | +0.78% |
| All Shall Perish | 312k | +0.78% |
| As I Lay Dying | 1.1M | +0.57% |
| Himsa | 92k | — |
| Feed Her to the Sharks | 84k | — |
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