| Artist | Listeners | 13-week growth |
|---|---|---|
| TWICE | 2.0M | +3.60% |
| TZUYU | 134k | +7.10% |
| NAYEON | 821k | +3.98% |
| CHAEYOUNG | 147k | +16.30% |
| ITZY | 1.1M | +3.70% |
| Yeji | 146k | +8.25% |
| SEULGI | 494k | +2.45% |
| NMIXX | 809k | +7.10% |
| i-dle | 577k | +10.67% |
| Kiss of Life | 767k | +3.94% |
| GOT the beat | 379k | +2.22% |
| Red Velvet - IRENE & SEULGI | 521k | +2.27% |
| LEE CHAE YEON | 254k | +0.14% |
| JEON SOMI | 550k | +2.89% |
| (G)I-DLE | 956k | +0.10% |
| Yuqi | 233k | +2.76% |
| HUH YUNJIN | 306k | +3.12% |
| MISAMO | 366k | +0.24% |
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