The Movie Database Support

Hello,
For those 2 movies
https://www.themoviedb.org/movie/1001935-fard
https://www.themoviedb.org/movie/1079323-bachar-a-la-zad
were added the release dates on 31.10.2023 but there is no these ids as "changed" at the /movie/changes endpoint within the dates 29.10-02.11

6 replies (on page 1 of 1)

Jump to last post

If you want help about the API, you need to give us the complete query you have sent (just replace your API key with something like THE_KEY) as well as the answer you have got.

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/changes?end_date=2023-10-31&page=32&start_date=2023-10-31' \
     --header 'Authorization: Bearer ****' \
     --header 'accept: application/json'

there is no id 1079323 in response(on all pages) but if you check here

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/1079323/changes?end_date=2023-11-01&page=1&start_date=2023-10-31' \
     --header 'Authorization: Bearer **' \
     --header 'accept: application/json'

you can see there was date change on 2023-10-31

Did you check with the same dates on your 2 queries ?

if you mean this request

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/changes?end_date=2023-11-01&page=62&start_date=2023-10-31' \
     --header 'Authorization: Bearer  ***' \
     --header 'accept: application/json'

yes, I've checked all 62 pages it has

1079323 and 1001935 are both on page 23 of this query:

http://api.themoviedb.org/3/movie/changes?api_key=###&start_date=2023-10-31&end_date=2023-11-01
http://api.themoviedb.org/3/movie/changes?api_key=###&start_date=2023-10-31&end_date=2023-11-01&page=23

thanks, I found where the problem was https://developer.themoviedb.org/reference/changes-movie-list here on try it, if the id isn't in active view of the textarea then ctrl+F doesn't for for it. need to use other tools for search.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login