| Artist | Listeners | 13-week growth |
|---|---|---|
| NCT DOJAEJUNG | 272k | +2.73% |
| NCT 127 | 831k | +0.14% |
| NCT U | 542k | +0.11% |
| Mark | 225k | +1.73% |
| NCT WISH | 192k | +7.59% |
| HAECHAN | 87k | +4.55% |
| Hitchhiker | 52k | +1.85% |
| NCT DREAM | 703k | +0.11% |
| Jey | 120k | +1.67% |
| NCT JNJM | 58k | +16.19% |
| WayV | 565k | +2.50% |
| SuperM | 416k | +2.63% |
| Kai | 737k | +0.14% |
| d.ear | 34k | +4.81% |
| BAEKHYUN | 542k | +0.10% |
| RIIZE | 439k | +6.38% |
| NO GUIDNCE | 153k | +5.58% |
| XngHan&Xoul | 46k | +17.66% |
| Dean | 719k | +3.56% |
| Hiko | 411k | +2.42% |
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