top_track_ranking_delta
Compare top Spotify tracks between two time windows to see rank changes, with climbers listed first. Identify which songs gained or lost popularity over time.
Instructions
Show how each top track’s rank moved between two time windows (climbers first; default compares short_term against medium_term). Quota: 2× GET /me/top/tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Tracks 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 |