Get Movie
get_movieFetch a movie record from Trakt by Trakt ID, slug, or IMDB/TMDB ID. Pass extended="full" to include plot, runtime, genres, rating, certification, and release year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | trakt ID, slug, or IMDB/TMDB ID | |
| extended | No | full | metadata | images (default omitted = base record) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Trakt, IMDB, TMDB, Slug IDs | |
| year | No | Release year | |
| title | No | Movie title | |
| votes | No | Number of votes | |
| genres | No | List of genre slugs | |
| people | No | Cast and crew information | |
| rating | No | Average rating | |
| runtime | No | Runtime in minutes | |
| tagline | No | Movie tagline | |
| language | No | Language code | |
| overview | No | Plot summary | |
| released | No | Release date | |
| translations | No | Available translations |