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
No SDKs indexed for this API yet.
curl \ -H "Authorization: $API_KEY" \ /user
curl \ -H "Authorization: $API_KEY" \ /languages
curl \
-H "Authorization: $API_KEY" \
/movies/{id}No SDKs yet