Get Show
get_show"TV show info for [title]" / "details on [series]" / "how many seasons does [show] have" / "is [show] still on the air" / "[show] genre / runtime / cast" — full TV show record by Trakt ID, slug, or IMDb ID. Pass extended="full" for runtime, genres, cast, rating, airs schedule, network, status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | trakt ID, slug, or IMDB/TMDB ID | |
| extended | No | full | metadata | images |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Trakt, IMDB, TMDB, Slug IDs | |
| airs | No | Air schedule information | |
| year | No | Year started | |
| title | No | Show title | |
| votes | No | Number of votes | |
| genres | No | List of genre slugs | |
| people | No | Cast and crew information | |
| rating | No | Average rating | |
| status | No | returning series or ended | |
| runtime | No | Episode runtime in minutes | |
| language | No | Language code | |
| overview | No | Plot summary | |
| first_aired | No | First air date | |
| translations | No | Available translations |