Skip to content
Other

thetvdb.com

TheTVDB API v3 sandbox and mock API

API v3 targets v2 functionality with a few minor additions. The API is accessible via https://api.thetvdb.com and provides the following REST endpoints in JSON format. How to use this API documentation ---------------- You may browse the API routes without authentication, but if you wish to send requests to the API and see response data, then you must authenticate. 1. Obtain a JWT token by `POST`i Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
31
Collections
-
Event types
-
example request
curl https://your-thetvdb.slurry.io/languages \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 3.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 31.

  • GET/episodes/{id}
  • GET/languages
  • GET/languages/{id}
  • POST/login
  • GET/movies/{id}
  • GET/movieupdates
  • GET/refresh_token
  • GET/search/series
  • GET/search/series/params
  • GET/series/{id}
  • GET/series/{id}/actors
  • GET/series/{id}/episodes