Show: Mousetrap ( Trakt Web: Track Your Shows & Movies )
Episode: Season 1, Episode 1 - “Premiere”, August 27th 2026, 6:00 PM
The show page itself has full, correct episode data (I can see S1E1 with a confirmed air date under Seasons > Season 1), and a cover image was pulled in successfully after a manual refresh from TMDB.
However, the show does not appear at all in the /calendars/all/shows/new API endpoint for August 2026, even with zero filters applied (no genre/country/network params, plain unfiltered request). I confirmed this with a direct raw API call and manually checked every item returned - Mousetrap is not among them, and there’s only a single page of results (no pagination issue). I have made the page of premieres A self-hosted PHP page for browsing new TV show premieres by month
and while i was browsing i saw that this show was not there and i wondered what if other shows are not displaying correctly and missing out premieres.
Request used:
GET https://api.trakt.tv/calendars/all/shows/new/2026-08-01/31?extended=full,images
Raw JSON response attached for reference.
trakt_august_2026_raw.json (39.0 KB)
This looks like the same class of issue reported here before, e.g.:
- “Missing show in Calendar” ( Missing show in Calendar )
- “Show doesn’t appear on calendar” (forums.trakt.tv/t/show-doesnt-appear-on-calendar/42180)
Seems like the calendar index and the show/episode data aren’t always in sync or something. Can you please check so nothing else is missing or what is wrong.
Thank you.