action thetvdb_get_series_id_episodes_summary { label: "get_series_id_episodes_summary" description: "Returns a summary of the episodes and seasons available for the series.\n\n__Note__: Season \"0\" is for all episodes that are considered to be specials." provider: thetvdb method: GET path: "/series/{id}/episodes/summary" encoding: json output: { type: "object" additionalProperties: true } }