GET
/api/v1/searchFull-strength title search.
The same engine the website uses: prefixes (“Rook” → The Rookie), substrings, German title aliases, multi-word relevance, and boosts for titles available in the 𝕏TV library.
| Parameter | In | Required | Description |
|---|---|---|---|
| q | query | yes | Query text, 2–100 characters. |
$curl -H "Authorization: Bearer xtvdb_YOUR_KEY" \
"https://xtvdb.com/api/v1/search?q=the%20rookie"
Returns { data: Title[] }