/api/v1/titles/{xtv_id}One title, complete.
The full catalog record: titles (incl. German alias), overview, year, genres, runtime or seasons, certification, artwork, cast, trailer, keywords, external ids (IMDb/TMDb/TVDb), community ratings and library availability flags.
| Parameter | In | Required | Description |
|---|---|---|---|
| xtv_id | path | yes | X{n}TV for movies, XS{n}TV for series (e.g. XS1TV). |
$curl -H "Authorization: Bearer xtvdb_YOUR_KEY" \
"https://xtvdb.com/api/v1/titles/XS1TV"
Returns { data: Title }