top_artist_ranking_delta
Compare your top artists between two Spotify time windows and see rank changes, with rising artists listed first. Identify which artists climbed or dropped in your listening habits.
Instructions
Show how each top artist’s rank moved between two time windows (climbers first; default compares short_term against medium_term). Quota: 2× GET /me/top/artists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Artists per window (default 20). | |
| base_range | No | Baseline window. Default: medium_term | medium_term |
| compare_range | No | Window to compare against the baseline. Default: short_term | short_term |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |