| Artist | Listeners | 13-week growth |
|---|---|---|
| The Man-Eating Tree | 13k | — |
| Unto Others | 87k | +3.62% |
| High Parasite | 7.8k | — |
| Neon Nightmare | 6.7k | — |
| Sentenced | 391k | +0.51% |
| Before the Dawn | 152k | +0.39% |
| The Vision Bleak | 72k | — |
| The Eternal | 10k | — |
| Charon | 197k | +1.07% |
| Zetra | 23k | — |
| Poisonblack | 163k | +1.03% |
| Paradise Lost | 573k | +0.80% |
| For My Pain... | 70k | — |
| Moonspell | 441k | +1.01% |
| Lord of the Lost | 170k | +1.70% |
| Crematory | 204k | +0.32% |
| To/Die/For | 145k | +0.89% |
| Entwine | 193k | +0.80% |
| Lacrimas Profundere | 174k | — |
| Draconian | 274k | +2.15% |
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