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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
3월 29, 2023 at 1:55 오후
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.neufke님의 댓글
3월 15, 2024 at 3:20 오전
Travis, isn't there a possibility to add this to tvshows too?
neufke님의 댓글
3월 16, 2024 at 5:30 오전
and in reply top my own question:
is working great, thanks!