statsfm_artist_date_stats
Retrieve total stream counts for an artist over a custom date range. Provide user ID, artist ID, and optional before/after timestamps to filter listening data.
Instructions
Stream totals for one artist within a date window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only streams after this Unix-ms timestamp | |
| limit | No | 1–500. Default: 100 | |
| before | No | Only streams before this Unix-ms timestamp | |
| user_id | Yes | stats.fm user id or customId (e.g. "martijn") | |
| artist_id | Yes | stats.fm artist id | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |