| Artist | Listeners | 13-week growth |
|---|---|---|
| Hi-Standard | 93k | +1.15% |
| ELLEGARDEN | 176k | +1.66% |
| MAN WITH A MISSION | 295k | +3.10% |
| [Alexandros] | 125k | — |
| ROTTENGRAFFTY | 30k | +2.81% |
| モンゴル800 | 11k | — |
| ストレイテナー | 61k | +0.24% |
| GOKUMON(UchikubiGokumonDoukoukai) | 13k | +20.18% |
| マキシマム ザ ホルモン | 49k | +0.43% |
| SUPER BEAVER | 96k | +3.31% |
| サンボマスター | 55k | +0.91% |
| Pay money To my Pain | 55k | — |
| Nicotine | 123k | — |
| BRAHMAN | 77k | +3.80% |
| Scoobie Do | 32k | — |
| Kotori | 32k | +2.72% |
| PENPALS | 124k | +4.02% |
| Satoshi Takebe | 162k | — |
| オグリキャップ (CV. 高柳知葉) | 39k | +12.99% |
| スペシャルウィーク (CV. 和氣あず未) | 53k | +9.32% |
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