Skip to content

Shows Summary returns extended information by default #762

@martinr92

Description

@martinr92

When retrieving the show summary e.g. for the "Simpsons" it automatically returns extended information like full and images. Is the documentation just outdated or is this a bug in the API?

Full URL:

https://api.trakt.tv/shows/455

The result is (including images, full response):

{
  "ids": {
    "imdb": "tt0096697",
    "plex": {
      "guid": "5d9c080d3c3f87001f3460e8",
      "slug": "the-simpsons"
    },
    "slug": "the-simpsons",
    "tmdb": 456,
    "tvdb": 71663,
    "trakt": 455
  },
  "airs": {
    "day": "Sunday",
    "time": "20:00",
    "timezone": "America/New_York"
  },
  "year": 1989,
  "title": "The Simpsons",
  "votes": 24601,
  "colors": {
    "poster": [
      "#D1CCBE",
      "#838A60"
    ]
  },
  "genres": [
    "animation",
    "comedy",
    "family"
  ],
  "images": {
    "logo": [
      "media.trakt.tv/images/shows/000/000/455/logos/medium/3898f4ae1c.png.webp"
    ],
    "thumb": [
      "media.trakt.tv/images/shows/000/000/455/thumbs/medium/85646a2a26.jpg.webp"
    ],
    "banner": [
      "media.trakt.tv/images/shows/000/000/455/banners/medium/ea9fb02ccd.jpg.webp"
    ],
    "fanart": [
      "media.trakt.tv/images/shows/000/000/455/fanarts/medium/e69f8ca9ad.jpg.webp"
    ],
    "poster": [
      "media.trakt.tv/images/shows/000/000/455/posters/medium/8b737766ea.jpg.webp"
    ],
    "clearart": [
      "media.trakt.tv/images/shows/000/000/455/cleararts/medium/28907f732f.png.webp"
    ]
  },
  "rating": 8.236494064331055,
  "status": "returning series",
  "country": "us",
  "network": "FOX",
  "runtime": 20,
  "tagline": "Just a product of society that's lost its good manners.",
  "trailer": "https://youtube.com/watch?v=_jgYEYERYFQ",
  "homepage": "https://www.thesimpsons.com/",
  "language": "en",
  "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.",
  "languages": [
    "en"
  ],
  "subgenres": [
    "cartoon",
    "adult-animation",
    "adult-humor",
    "parody",
    "satire",
    "sitcom",
    "kids",
    "school",
    "dysfunctional-family",
    "inspirational"
  ],
  "social_ids": {
    "twitter": "thesimpsons",
    "facebook": "TheSimpsons",
    "instagram": "thesimpsons",
    "wikipedia": "The_Simpsons"
  },
  "updated_at": "2026-04-19T07:49:47.000Z",
  "first_aired": "1989-12-18T01:00:00.000Z",
  "certification": "TV-14",
  "comment_count": 79,
  "total_runtime": 18248,
  "aired_episodes": 801,
  "original_title": "The Simpsons",
  "available_translations": [
    "ar",
    "bg",
    "ca",
    "cs",
    "da",
    "de",
    "el",
    "en",
    "es",
    "et",
    "fa",
    "fi",
    "fr",
    "he",
    "hr",
    "hu",
    "id",
    "it",
    "ja",
    "ka",
    "ko",
    "lb",
    "lt",
    "lv",
    "nl",
    "no",
    "pl",
    "pt",
    "ro",
    "ru",
    "sk",
    "sl",
    "sr",
    "sv",
    "ta",
    "th",
    "tr",
    "uk",
    "uz",
    "vi",
    "zh"
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions