The Movie Database Support

As mentioned in other similar topics, there is currently a rather constraining issue when making an API request. Indeed, sometimes the response is mixed and has no coherence with the expected answer. Below is an example by making a request to the following endpoint:

https://api.themoviedb.org/3/movie/64212?append_to_response=credits,release_dates,changes&end_date=20240706&start_date=20240704&language=fr-FR

This does not happen systematically every time; it is quite random...

{
  id: 389362,
  page: 1,
  results: [],
  total_pages: 0,
  total_results: 0,
  credits: {
    adult: false,
    backdrop_path: '/wRpHD0mEs96X5wPyTPmOADNuKLX.jpg',
    belongs_to_collection: null,
    budget: 0,
    genres: [ [Object], [Object], [Object], [Object], [Object] ],
    homepage: '',
    imdb_id: 'tt0982939',
    origin_country: [ 'PL' ],
    original_language: 'pl',
    original_title: 'Åšwiadek koronny',
    overview: '',
    popularity: 2.881,
    poster_path: '/jc1jiqPU2P2U8t0205sBA1KK5EU.jpg',
    production_companies: [ [Object] ],
    production_countries: [ [Object] ],
    release_date: '2007-02-02',
    revenue: 0,
    runtime: 97,
    spoken_languages: [ [Object] ],
    status: 'Released',
    tagline: '',
    title: 'Åšwiadek koronny',
    video: false,
    vote_average: 5.043,
    vote_count: 23
  },
  changes: {
    cast: [
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object]
    ],
    crew: [
      [Object], [Object],
      [Object], [Object],
      [Object], [Object],
      [Object], [Object]
    ]
  },
  release_dates: { results: [ [Object] ] }
}

1 reply (on page 1 of 1)

Jump to last post

@TheSizkarn said:

As mentioned in other similar topics, there is currently a rather constraining issue when making an API request. Indeed, sometimes the response is mixed and has no coherence with the expected answer. Below is an example by making a request to the following endpoint:

https://api.themoviedb.org/3/movie/64212?append_to_response=credits,release_dates,changes&end_date=20240706&start_date=20240704&language=fr-FR

This does not happen systematically every time; it is quite random...

{
  id: 389362,
  page: 1,
}

In your Request example I only noticed an error in the date format.
The - separator is missing.
I tested your example.
I believe I received the correct answer.

https://api.themoviedb.org/3/movie/64212?api_key=THE_KEY&append_to_response=credits,release_dates,changes&end_date=2024-07-06&start_date=2024-07-04&language=fr-FR

The answer I received.

adult   false
backdrop_path   "/wRpHD0mEs96X5wPyTPmOADNuKLX.jpg"
belongs_to_collection   null
budget  0
genres  […]
homepage    ""
id  64212
imdb_id "tt0982939"
origin_country  […]
original_language   "pl"
original_title  "Åšwiadek koronny"
overview    ""
popularity  2.324
poster_path "/jc1jiqPU2P2U8t0205sBA1KK5EU.jpg"
production_companies    […]
production_countries    […]
release_date    "2007-02-02"
revenue 4891205
runtime 97
spoken_languages    […]
status  "Released"
tagline ""
title   "Åšwiadek koronny"
video   false
vote_average    5
vote_count  23
credits 
cast    […]
crew    […]
release_dates   
results […]
changes 
changes […]

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