thetvdb.com

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

🔑 apikey 31 endpoints mediaopen_data
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Returns basic information about the currently authenticated user.
curl \
  -H "Authorization: $API_KEY" \
  /user
All available languages. These language abbreviations can be used in the `Acc…
curl \
  -H "Authorization: $API_KEY" \
  /languages
Returns a movies records that contains all information known about a particul…
curl \
  -H "Authorization: $API_KEY" \
  /movies/{id}
Endpoints (31 total)
GET
/user
Returns basic information about the currently authenticated user.
GET
/languages
All available languages. These language abbreviations can be used in the `Acc…
GET
/movies/{id}
Returns a movies records that contains all information known about a particul…
GET
/series/{id}
Returns a series records that contains all information known about a particul…
GET
/movieupdates
Returns all movies ids updated since a given timestamp.
GET
/user/ratings
Returns an array of ratings for the given user.
GET
/episodes/{id}
Returns the full information for a given episode id. __Deprecation Warning:__…
GET
/refresh_token
Refreshes your current, valid JWT token and returns a new token. Hit this rou…
GET
/search/series
Allows the user to search for a series based on the following parameters.
GET
/updated/query
Returns an array of series that have changed in a maximum of one week blocks …
GET
/languages/{id}
Information about a particular language, given the language ID.
GET
/user/favorites
Returns an array of favorite series for a given user, will be a blank array i…
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints31
Authapikey
Categories2