Would be really nice if "Rated Movies, tv, episodes" include the date a user rated a media since its already has to be stored since it sorts it by recently rated.
@erik.strandberg said: Does tmdb store when you rate a title? And if so why cant we access it via the api?
Would be really nice if "Rated Movies, tv, episodes" include the date a user rated a media since its already has to be stored since it sorts it by recently rated.
Did you make this API Request and did not receive this date data in the response?
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
ticao2 🇧🇷 pt-BR 的回复
于 2025 年 04 月 23 日 9:15上午
Did you make this API Request and did not receive this date data in the response?
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
erik.strandberg 的回复
于 2025 年 04 月 23 日 2:07下午
https://developer.themoviedb.org/reference/account-rated-movies
this. we can already see here that it doesnt include rated at. why is that.
ticao2 🇧🇷 pt-BR 的回复
于 2025 年 04 月 23 日 4:24下午
Hmmm
It seems that only using v4. Using the TOKEN.
See here:
https://developer.themoviedb.org/v4/reference/account-rated-movies
In the response I see:
erik.strandberg 的回复
于 2025 年 04 月 23 日 4:31下午
That's it thank you. sadly we don't have a rated episode api for v4 but that will do good :> thank you, should of checked that from the start.