Schedule
Read timezone-aware EpisodeTime schedules.
Endpoints
/scheduleschedule:readdate, timezone, days (1–14), page, limit
/schedule/upcomingschedule:readdate, timezone, page, limit
Example request
https://episodetime.com/api/v1/schedule?date=2026-08-14&timezone=Europe%2FAthensExample response envelope
{
"success": true,
"data": [
{
"id": 121,
"name": "Example Show"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 1,
"pages": 1
},
"error": null
}Notes
- The developer allowlist does not currently expose /schedule/past.
- Country and network schedule filters are not documented for developer keys until the current OpenAPI contract exposes them.