| Artist | Listeners | 13-week growth |
|---|---|---|
| Virgin Black | 86k | — |
| Extol | 50k | — |
| Ayreon | 371k | +0.39% |
| Symphony X | 379k | +0.95% |
| Scardust | 7.7k | — |
| Beyond Twilight | 43k | — |
| After Forever | 366k | +0.34% |
| Therion | 493k | +0.44% |
| The Gathering | 428k | +0.73% |
| Stream of Passion | 188k | +0.15% |
| Flowing Tears | 142k | +0.53% |
| Tristania | 350k | +0.37% |
| Theatre of Tragedy | 423k | +1.06% |
| Sentenced | 391k | +0.51% |
| Lake of Tears | 195k | +0.47% |
| Haggard | 272k | +0.54% |
| Moonspell | 441k | +1.01% |
| The Sins of Thy Beloved | 64k | — |
| Royal Hunt | 77k | +0.19% |
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