| Artist | Listeners | 13-week growth |
|---|---|---|
| Xdinary Heroes | 323k | +4.36% |
| CIX | 267k | +1.85% |
| DAY6 | 582k | +3.10% |
| P1Harmony | 470k | +0.28% |
| CRAVITY | 178k | +3.37% |
| VICTON | 166k | +1.83% |
| MONSTA X | 594k | +2.63% |
| Junny | 320k | +2.80% |
| The Boyz | 386k | +1.62% |
| B.I | 359k | +2.75% |
| XngHan&Xoul | 46k | +17.66% |
| 82MAJOR | 86k | +13.97% |
| BAEKHYUN | 542k | +0.10% |
| AB6IX | 156k | +1.39% |
| XLOV | 304k | +15.31% |
| UNIQ | 88k | +1.74% |
| The Rose | 483k | +2.29% |
| Lucy | 273k | +2.36% |
| eaJ | 196k | +4.38% |
| DPR IAN | 680k | +2.73% |
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