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] ] }
}
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 🇧🇷 pt-BR
on July 7, 2024 at 5:09 PM
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.
The answer I received.