Hi,
I have noticed that the data returned by the popular shows endpoint of the API does not match what is shown on the website.
For reference, these are the current top 5 popular shows on the website:
- Game of Thrones
- Breaking Bad
- The Walking Dead
- Stranger Things
- The Big Bang Theory.
And these are the top 5 popular shows returned by the API:
- Adolescence
- MobLand
- Alien: Earth
- The Pitt
- Daredevil: Born Again.
Could anyone confirm whether this difference is expected or if there might be a synchronization issue between the API and the website?
Thanks!
Website ( Trakt Web: Popular Shows )
API
- Request: https://api.trakt.tv/shows/popular?page=1&limit=5
- Response (shortened):
[
{
"title": "Adolescence",
"year": 2025,
"rating": 7.65547,
"votes": 11317,
...
},
{
"title": "MobLand",
"year": 2025,
"rating": 8.35413,
"votes": 5210,
...
},
{
"title": "Alien: Earth",
"year": 2025,
"rating": 7.45969,
"votes": 4999,
...
},
{
"title": "The Pitt",
"year": 2025,
"rating": 8.71043,
"votes": 4037,
...
},
{
"title": "Daredevil: Born Again",
"year": 2025,
"rating": 7.75194,
"votes": 4261,
...
}
]
