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 :-) )
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 11. März 2024 um 17:57
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.
Antwort von fixiple
am 11. März 2024 um 18:23
Travis,
Thank you for your reply.
I will now close the talk.
fixiple