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 :-) )
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 11 Mars 2024 kl. 5:57 PM
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.
Svar av fixiple
den 11 Mars 2024 kl. 6:23 PM
Travis,
Thank you for your reply.
I will now close the talk.
fixiple