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
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
Travis Bellからの返信
投稿:2023年03月29日 1:55 PM
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からの返信
投稿:2024年03月15日 3:20 AM
Travis, isn't there a possibility to add this to tvshows too?
neufkeからの返信
投稿:2024年03月16日 5:30 AM
and in reply top my own question:
is working great, thanks!