Searches for movies, TV shows, and persons using the TMDB multi-search API. Results are returned with transformed IDs:Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
- TV shows:
TV_{tmdb_id} - Movies:
MV_{tmdb_id} - Persons:
{tmdb_id}(unchanged)
tmdb_id field with the original TMDB ID.
Note: At least one of query or q parameters must be provided. If both are provided, query takes precedence.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | No | Search query string (alternative to ‘q’). At least one of ‘query’ or ‘q’ must be provided. If both are provided, ‘query’ takes precedence. |
| q | string | No | Search query string (alternative to ‘query’). At least one of ‘query’ or ‘q’ must be provided. |
Returns
SearchResponse — Search results retrieved successfully
View response structure
View response structure