| Artist | Listeners | 13-week growth |
|---|---|---|
| Seven Kingdoms | 21k | — |
| Fellowship | 26k | +2.83% |
| Crimson Shadows | 8.6k | — |
| Lost Horizon | 112k | +0.62% |
| Power Paladin | 9.5k | — |
| SACRED OUTCRY | 6.9k | — |
| Visigoth | 44k | — |
| Judicator | 9.9k | — |
| Unleash the Archers | 106k | +1.60% |
| Persuader | 68k | +0.27% |
| Eternity's End | 7.3k | — |
| Gamma Ray | 381k | +0.35% |
| Firewind | 228k | +0.48% |
| Blind Guardian | 864k | +0.53% |
| Holy Grail | 25k | — |
| Stormwarrior | 84k | +0.37% |
| Galneryus | 224k | +3.76% |
| Helloween | 921k | +0.93% |
| Rare Bird | 79k | +0.81% |
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