Scrobble API documentation

Welcome to the documentation for v1 of Scrobble’s HTTP API. The API primarily uses JSON. The API provides ways to fetch account details, fetch a user’s scrobbled songs, and scrobble new songs, among other things.

Base URL

The base URL for the API is https://selective-scrobble.appspot.com.

Authentication

Most endpoints listed below require authentication (see each endpoint for details). Authentication is done by including the following HTTP header in requests.

X-Scrobble-API-Key: <your API key>

Your API key can be found in the dashboard when signed in.

Types

The request and response bodies for some endpoints refer to named types such as Song. These types are described in the Types page.

Endpoints