Tvmaze Get Next Episode
tvmaze_get_next_episodeReport when a show’s next episode airs, converted to a viewer timezone. Accepts a TVmaze id or a show title — a title is resolved with a stricter single-match search than tvmaze_search_shows uses. A show with no scheduled next episode is reported as a miss carrying its most recent episode, which is the normal state for a series between seasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | The show the answer is about. Absent when the show itself could not be resolved. | |
| error | No | Present when the call failed. Absent on success. | |
| found | No | True when a next episode is scheduled. | |
| guidance | No | What to do next when no next episode was returned. Absent on a hit. | |
| timezone | No | IANA timezone the air times were rendered in. | |
| miss_reason | No | Why no next episode was returned. "show_not_found" means the title or id resolved to nothing; "no_scheduled_episode" means the show exists but has nothing on the schedule. | |
| next_episode | No | The next scheduled episode. Absent on a miss. | |
| previous_episode | No | The most recently aired episode. Returned on a hit and on a "no_scheduled_episode" miss, so a between-seasons answer still says where the show left off. |