Podpora The Movie Database

I am building an app using this api, however I have come across an inconsistency in two of the JSON endpoints. Under the /upcoming endpoint for movies, the release_date value is different than the /movie endpoint release_date. In my app, this is causing some issues with the movie being presented under upcoming releases, but when visiting the /movie endpoint for a particular movie listed under /upcoming the release date is different, and usually a date past the current one not longer making it an upcoming movie. Since this is coming directly from the movie database endpoints, how can this be resolved?

4 odpovědí (na stránce 1 z 1)

Jump to last post

In order for someone to help you with API Request questions, it is critical that you post here the API Request you are using.
Remember to replace your Key with [MY_KEY].

If I understand what your problem is, you are making two Requisitions and you are encountering inconsistency.
I think the best way for someone to help is if you put the two Requests here and indicate the ID of one of the movies where this inconsistency occurs.

The upcoming request endpoint. This provides a large list of 'upcoming' movies https://api.themoviedb.org/3/movie/upcoming?api_key={{api_key}}&language=en-US&region=US

However, if you choose a movie from the list. The movie endpoint for that specific movie usually has a different release date than the one the upcoming request listed: https://api.themoviedb.org/3/movie/488397?api_key={{api_key}}&language=en-US&region=US

As an example, I ran the first request in Postman, and one of the movies named "Wheely" (id: 488397) came up. The release date in the JSON data under the upcoming endpoint for the movie is listed as "release_date": "2019-03-22". If you then run the next request, which is for the movie "Wheely" specifically, the release date is listed as: "release_date": "2018-08-16"

This one has a very obvious discrepancy, and does not fall into the category of upcoming movie if it was released last year, and I am finding this in almost all the movies that are listed in the upcoming endpoint. I made sure to choose the same region for both endpoints in case the movie was released earlier in another country, which would account for this discrepancy, but it appears that does not help the issue.

I tried to enter the Release Information page of this movie example and ... No data. Anything. imp
https://www.themoviedb.org/movie/488397-wheely/edit?active_nav_item=release_information
Try it on and let me know if you found any data.
I already posted a message to the Moderators.
And I informed the link of our conversation.
Let's wait for news.


EDIT: And tell me what your OS is and your browser.
Mine is: Firefox + Windows 10 Pro

@She_Wolf The date returned in the "get details" method will be the primary release date. In your upcoming call, you're querying the U.S. data so that's what is showing. If you want to request the U.S. data on the movie details calls, you should make a call to the /release_dates method and grab the U.S. release date. There is no region filter for the get details method.

You can of course do that with append_to_response in a single HTTP call.

https://api.themoviedb.org/3/movie/488397?api_key=###&language=en-US&append_to_response=release_dates

Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.

Globální

s zaměřit panel hledání
p otevřít nabídku profilu
esc zavřít otevřené okno
? otevřít okno klávesových zkratek

Na stránkách médií

b zpět (nebo na nadřazený záznam, pokud to jde)
e na stránku úprav

Na stránkách sezón

(šipka vpravo) na další sezónu
(šipka vlevo) na předchozí sezónu

Na stránkách epizod

(šipka vpravo) na další epizodu
(šipka vlevo) na předchozí epizodu

Na všech stránkách obrázků

a otevřít okno přidání obrázku

Na všech stránkách úprav

t otevřít výběr překladu
ctrl+ s odeslat formulář

Na stránkách diskusí

n vytvořit novou diskusi
w přepnout stav zhlédnutí
p přepnout veřejný a soukromý
c přepnout zavřít a otevřít
a otevřít aktivitu
r odpovědět na diskusi
l na poslední odpověď
ctrl+ enter odeslat zprávu
(šipka vpravo) další stránka
(šipka vlevo) předchozí stránka

Nastavení

Want to rate or add this item to a list?

Přihlásit se