jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

How can I exclude a specific genre from the randon anime request? Several hentais are returned, I don't want that in my application #494

Closed EduardoScrobote closed 5 months ago

EduardoScrobote commented 5 months ago

--------------^ Click "Preview" for a nicer view! We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁.


irfan-dahir commented 5 months ago

I think you messed up the issue body a bit but reading your title, you can add the sfw flag to remove any adult entries.

e.g https://api.jikan.moe/v4/random/anime?sfw

EduardoScrobote commented 5 months ago

Thank you!