Soporte de The Movie Database

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 respuesta (en la página 1 de 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 […]

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión