T

thetvdb.com

TheTVDB is a community-maintained database of TV, movie, and related entertainment metadata, including series, episodes, artwork, people, awards, and translations. It offers licensed and user-supported access to that metadata through its public APIs.

2 integrations · REST

TheTVDB exposes two documented REST APIs for developers: a legacy v3 HTTP API at `https://api.thetvdb.com` and a current v4 HTTP API at `https://api4.thetvdb.com/v4`; both require authentication via login-issued bearer/JWT tokens backed by TheTVDB-issued keys.

discovered 1d ago
REST · OpenAPI2
Credentials
TheTVDB v3 session JWTjwt

Use the v3 API POST /login endpoint with your legacy v3 API key, and for /user routes also include your username and userkey, as described in the TheTVDB API v3 spec. The response returns a JWT token. Send it on subsequent requests as Authorization: Bearer <token>. The v3 docs say the token expires after 24 hours and can be extended with GET /refresh_token.

TheTVDB v4 bearer tokenbearer

Call the v4 API POST /login with JSON containing your v4 project API key as apikey; if the key uses the user-supported model, also include your subscriber pin. The v4 docs at TVDB API V4 and the machine-readable spec swagger.yml state the response returns a bearer token valid for one month. Use it in Authorization: Bearer <token> for subsequent API requests.

conventions · 0/8 published

Publish these signals → /publishing