Hi dear. I made a movie filter that can filter genres (I locate &with_genres= in popular movie api). I did try to do same thing for certification or score but it didn't work. My question is how to filter certification or score same as I did with genres
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 29 l de 2023 a les 1:55 P.M.
You didn't mention what your end goal was by filtering by certifications, so I'll give you an example. Here's a query that will only include movies with an MPAA (US) certification of PG-13:
You can also use
certification.gte
andcertification.lte
to build more dynamic queries.Resposta per neufke
el 15 l de 2024 a les 3:20 A.M.
Travis, isn't there a possibility to add this to tvshows too?
Resposta per neufke
el 16 l de 2024 a les 5:30 A.M.
and in reply top my own question:
is working great, thanks!