| Artist | Listeners | 13-week growth |
|---|---|---|
| Serenity | 111k | +1.07% |
| Dreamtale | 99k | +0.45% |
| Cain's Offering | 65k | +0.72% |
| Galderia | 15k | +2.38% |
| Freedom Call | 194k | +0.40% |
| Nocturnal Rites | 132k | +0.24% |
| Iron Savior | 150k | +0.30% |
| Elvenking | 229k | +0.51% |
| Dragonland | 167k | +0.49% |
| Fairyland | 89k | +0.29% |
| Orden Ogan | 133k | +1.27% |
| Cryonic Temple | 28k | — |
| Pathfinder | 53k | +0.73% |
| Silent Force | 68k | +0.33% |
| Crystal Eyes | 37k | — |
| Sonata Arctica | 766k | +0.40% |
| Falconer | 188k | +0.29% |
| Fellowship | 26k | +2.83% |
| Pyramaze | 87k | +0.39% |
| Avantasia | 488k | +0.63% |
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