Hi.
I am wondering if it is possible to search the API for movies by a title and find the classification assigned to that movie?
Any help is appreciated,
Thanks
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
7 lokakuu 2016 klo 10:34AM
Hi @jkm_,
You bet. You should take a look at the /release_dates method. A list of the officially supported certifications can be found here. This is useful to know if you're using any of the discover methods.
Vastaus käyttäjältä jkm_
7 lokakuu 2016 klo 10:35AM
Awesome, that's wicked!
Thanks
Vastaus käyttäjältä jkm_
7 lokakuu 2016 klo 10:44AM
I don't seem to be able to do this? I only get the Adult (boolean) field back :(
Vastaus käyttäjältä Travis Bell
7 lokakuu 2016 klo 10:51AM
It sounds like you're not parsing the JSON properly. Take a look at how you're parsing the response body.
Or better yet, as a single call:
Vastaus käyttäjältä jkm_
7 lokakuu 2016 klo 10:52AM
Edit:
I am silly,
I get you.
Thanks Travis have a good weekend