artist_history
Check whether a Last.fm user has listened to a specific artist and return the approximate total scrobble count.
Instructions
Check whether a Last.fm user has listened to an artist and return the approximate total scrobble count. Pass a username unless the server has a local default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | Artist name. Last.fm autocorrection is enabled. | |
| username | No | Last.fm username. Optional only when the server has a local default configured. |