| Artist | Listeners | 13-week growth |
|---|---|---|
| Induction | 9.1k | — |
| Angus McSix | 21k | +4.01% |
| Gladenfold | 10k | — |
| Paladin | 22k | — |
| Victorius | 25k | +2.04% |
| Iron Savior | 150k | +0.30% |
| Frozen Land | 12k | — |
| Fellowship | 26k | +2.83% |
| Dreamtale | 99k | +0.45% |
| Triumpher | 3.7k | — |
| Judicator | 9.9k | — |
| Bloodbound | 142k | +1.32% |
| Fallen Sanctuary | 8.2k | — |
| Twilight Force | 63k | +2.44% |
| Masterplan | 209k | +0.73% |
| Power Quest | 92k | +0.27% |
| Freedom Call | 194k | +0.40% |
| Majestica | 58k | +3.66% |
| Temperance | 49k | +2.03% |
| Frozen Crown | 28k | +3.13% |
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