recent_scrobbles
Retrieve a Last.fm user's recent scrobbles to view listening history. Filter by time range and limit results.
Instructions
Get a Last.fm user’s most recent scrobbles. Read-only. Pass a username unless the server has a local default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional UNIX timestamp; only return scrobbles before this time. | |
| from | No | Optional UNIX timestamp; only return scrobbles after this time. | |
| limit | No | Number of scrobbles to return (1-200). | |
| username | No | Last.fm username. Optional only when the server has a local default configured. |