for this GET request :
https://api.themoviedb.org/3/tv/209867
I look for the "next_episode_to_air" field, Here's the current data:
"next_episode_to_air": {
"id": 4810163,
"name": "The Height of Magic",
"overview": "",
"vote_average": 7,
"vote_count": 1,
"air_date": "2024-03-08",
"episode_number": 26,
"episode_type": "standard",
"production_code": "",
"runtime": 25,
"season_number": 1,
"show_id": 209867,
"still_path": "/8rUwbpFFSCZlZK6RRBsr8bTDyp1.jpg"
},
BUT as of today 09/03/2024 01:07 CET it is not updated with new data, still the one above. I, since then, already watched the episode :-p .
Therefore I wanted to ask at what time the API is updated some new data, since we can see the changes made in this page?
PS: I apologize if the question has been asked before and would be glad to be redirected towards an already answered topic (Like they do in StackOverflow :-) )
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 11 mars 2024 à 17h57
The data is refreshed every day at 00:00 UTC but the HTTP request itself can be cached. Cached items will expire in 8 hours or less.
Réponse de fixiple
le 11 mars 2024 à 18h23
Travis,
Thank you for your reply.
I will now close the talk.
fixiple