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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 7 de octubre de 2016 a las 10:34
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.
Contestado por jkm_
el 7 de octubre de 2016 a las 10:35
Awesome, that's wicked!
Thanks
Contestado por jkm_
el 7 de octubre de 2016 a las 10:44
I don't seem to be able to do this? I only get the Adult (boolean) field back :(
Contestado por Travis Bell
el 7 de octubre de 2016 a las 10:51
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:
Contestado por jkm_
el 7 de octubre de 2016 a las 10:52
Edit:
I am silly,
I get you.
Thanks Travis have a good weekend