MangaSearchParameters: Interface for Manga search parameters
unapproved: boolean
This is a flag. When supplied it will include entries which are unapproved. Unapproved entries on MyAnimeList are those that are user submitted and have not yet been approved by MAL to show up on other pages. They will have their own specifc pages and are often removed resulting in a 404 error. You do not need to pass a value to it.
type: "manga"
| "novel"
| "lightnovel"
| "oneshot"
| "doujin"
| "manhwa"
| "manhua"
Available Manga types
score: number
min_score: number
Set a minimum score for results.
max_score: number
Set a maximum score for results.
status: "publishing"
| "complete"
| "hiatus"
| "discontinued"
| "upcoming"
Available Manga statuses
sfw: boolean
Filter out Adult entries
genres: string
Filter by genre(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3
genres_exclude: string
Exclude genre(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3
order_by: "mal_id"
| "title"
| "start_date"
| "end_date"
| "chapters"
| "volumes"
| "score"
| "scored_by"
| "rank"
| "popularity"
| "members"
| "favorites"
Available Manga order_by properties
magazine: string
Filter by magazine(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3
stard_date: string
Filter by starting date. Format: YYYY-MM-DD. e.g 2022
, 2005-05
, 2005-01-01
end_date: string
Filter by ending date. Format: YYYY-MM-DD. e.g 2022
, 2005-05
, 2005-01-01