| Artist | Listeners | 13-week growth |
|---|---|---|
| BLUE ENCOUNT | 229k | +3.44% |
| centimillimental | 121k | +3.93% |
| BURNOUT SYNDROMES | 293k | +3.95% |
| Dreamcatcher | 579k | +2.05% |
| Ryokuoushoku Shakai | 217k | +7.50% |
| DAY6 | 582k | +3.10% |
| Chrissy Costanza | 64k | — |
| Superfly | 132k | +2.51% |
| Before You Exit | 143k | — |
| Kiss of Life | 767k | +3.94% |
| HUNTR/X | 1.2M | +4.81% |
| SEKAI NO OWARI | 205k | +3.58% |
| Younha | 408k | +2.15% |
| VIVIZ | 428k | +2.33% |
| K/DA | 847k | +2.25% |
| Bratz | 90k | — |
| Tiffany Young | 134k | +3.66% |
| (G)I-DLE | 956k | +0.10% |
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