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 :-) )
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 03 月 11 日 5: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.
fixiple 的回复
于 2024 年 03 月 11 日 6:23下午
Travis,
Thank you for your reply.
I will now close the talk.
fixiple