Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TVmaze scrobbling API

The scrobbling API from TVmaze — 4 operation(s) for scrobbling.

TVmaze scrobbling API is one of 17 APIs that TVmaze publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 32 JSON Schema definitions.

Tagged areas include scrobbling. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, rate-limit docs, authentication docs, pricing, and 32 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against 2 base URLs: https://api.tvmaze.com/v1, http://api.tvmaze.com/v1.

4 operations 4 paths 4 schemas 1 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.tvmaze.com
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

TVmaze scrobbling API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (usertoken). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 1 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

scrobbling 4
POST
/scrobble/episodes
Mark Episodes as Acquired or Watched Based on Their IDs
body → 200207422
PUT
/scrobble/episodes/{episode_id}
Mark an Episode as Acquired or Watched Based on Its ID
1 param body → 200404422
POST
/scrobble/shows
Mark Episodes Within a Show as Acquired or Watched Based on Their Attributes
3 params body → 200207422
GET
/scrobble/shows/{show_id}
List Watched and Acquired Episodes for a Show
2 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed is MarkedEpisode (4 properties). Each schema is shown below with its type and property counts.

BulkResponse
array
A list of responses to your bulk input, ordered the same as your input
MarkedEpisode
object
4 properties
Episode
object
MarkType
0 for watched, 1 for acquired, 2 for skipped

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tvmaze-scrobbling-api-openapi.yml Raw ↑

Other APIs TVmaze publishes across the network.

TVmaze auth API
TVmaze Episodes API
TVmaze followed networks API
TVmaze followed people API
TVmaze followed shows API
TVmaze followed webchannels API
TVmaze marked episodes API
TVmaze People API
TVmaze Schedule API
TVmaze Search API
TVmaze Seasons API
TVmaze Shows API