The Movie Database Подршка

I am trying to make an API call to get a single movies details, for example:

 https://api.themoviedb.org/3/movie/442249?api_key=[MY_KEY] 

then I noticed it did not include what the movie certification was for that one particular movie.

I read how to make a call for that information here: https://developers.themoviedb.org/3/movies/get-movie-release-dates

So I have two questions...

(1) In a single call for only the release_dates
If I was going to make an additional call to get this movies certification information, by running this:

https://api.themoviedb.org/3/movie/442249/release_dates?api_key=[MY_KEY]

Is there a way to get only the information for "iso_3166_1": "US" , without having all other language objects showing in this call by appending something to the URL?

(2) In a single call for only the movie details with appended release_dates
How would I be able to make a single API call, like this:

https://api.themoviedb.org/3/movie/442249?api_key=[MY_KEY]&append_to_response=release_dates

but have only the information for iso_3166_1: "US" appended ?

1 одговор (на страни 1 од 1)

Jump to last post

Hi there,

Option #2 is your best bet, but no, there is no way to query just the US releases. Since /release_dates is an array, and movies can have more than one release per country, you'll have to iterate over the results looking for the specific release type that you want anyways. Best thing to do is have your own logic looking for the release dates (and types) you want.

Не можеш да нађеш филм или серију? Пријави се да додаш.

Глобално

s фокусирај траку за претрагу
p отворите мени профила
esc затворити отворени прозор
? отвори прозор пречице на тастатури

На страницама медија

b вратити се назад (или родитељу кад је то применљиво)
e иди на страницу за уређивање

На страницама ТВ сезона

(стрелица надесно) пређите на следећу сезону
(лева стрелица) иди на претходну сезону

На страницама ТВ епизода

(стрелица надесно) пређите на следећу епизоду
(лева стрелица) иди на претходну епизоду

На свим страницама са сликама

a отвори прозор за додавање слике

На свим страницама за уређивање

t отвори селектор превода
ctrl+ s пошаљи образац

На страницама за дискусију

n отвори нову дискусију
w мења статус гледања
p мења јавно/приватно
c мења отвори/затвори
a отвори активност
r одговор на дискусију
l иди на последњи одговор
ctrl+ enter пошаљи поруку
(стрелица надесно) следећа страница
(лева стрелица) претходна страница

Подешавања

Желите ли да оцените или додате ову ставку у листу?

Пријави се