| Artist | Listeners | 13-week growth |
|---|---|---|
| Angus McSix | 21k | +4.01% |
| Gloryhammer | 158k | +1.94% |
| Fellowship | 26k | +2.83% |
| Tungsten | 40k | +2.93% |
| Twilight Force | 63k | +2.44% |
| Alterium | 8.3k | — |
| Dragony | 24k | +1.28% |
| Wind Rose | 196k | +2.86% |
| Majestica | 58k | +3.66% |
| Unleash the Archers | 106k | +1.60% |
| Bloodbound | 142k | +1.32% |
| Galderia | 15k | +2.38% |
| Elvenking | 229k | +0.51% |
| Brothers of Metal | 147k | +2.34% |
| Seven Kingdoms | 21k | — |
| Ancient Bards | 45k | +0.79% |
| Battle Beast | 173k | +1.36% |
| Frozen Crown | 28k | +3.13% |
| Beast in Black | 209k | +2.33% |
| Victorius | 25k | +2.04% |
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