| Artist | Listeners | 13-week growth |
|---|---|---|
| The Tear Garden | 70k | +1.03% |
| Black Lung | 45k | — |
| Velvet Acid Christ | 177k | +1.36% |
| Haujobb | 98k | — |
| Front Line Assembly | 295k | +0.99% |
| :Wumpscut: | 225k | — |
| Die Form | 123k | — |
| Leæther Strip | 113k | +1.05% |
| Noise Unit | 48k | +0.82% |
| cEvin Key | 45k | +0.36% |
| Skinny Puppy | 495k | +1.12% |
| My Life with the Thrill Kill Kult | 222k | +1.88% |
| Download | 86k | +0.59% |
| Cyberaktif | 30k | +0.94% |
| ohGr | 155k | +1.23% |
| Meat Beat Manifesto | 315k | — |
| Unit:187 | 11k | — |
| Front 242 | 315k | +0.90% |
| Doubting Thomas | 27k | +0.49% |
| Sheep On Drugs | 31k | — |
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