Search
Search indexed EpisodeTime shows and people.
Endpoints
/searchsearch:readq required (max 100), page, limit (max 50)
Example request
https://episodetime.com/api/v1/search?q=Reacher&page=1&limit=20Example response envelope
{
"success": true,
"data": [
{
"id": 121,
"name": "Example Show"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 1,
"pages": 1
},
"error": null
}Notes
- Search returns resource types and remains bounded. Alternative-title behavior follows the indexed data currently available.