interface mangaManager.MangaSearchParameters
extends [baseManager.BaseSearchParameters]

MangaSearchParameters: Interface for Manga search parameters

Properties

optional
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.

optional
type:
"manga"
| "novel"
| "lightnovel"
| "oneshot"
| "doujin"
| "manhwa"
| "manhua"

Available Manga types

optional
score: number
optional
min_score: number

Set a minimum score for results.

optional
max_score: number

Set a maximum score for results.

optional
status:
"publishing"
| "complete"
| "hiatus"
| "discontinued"
| "upcoming"

Available Manga statuses

optional
sfw: boolean

Filter out Adult entries

optional
genres: string

Filter by genre(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3

optional
genres_exclude: string

Exclude genre(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3

optional
order_by:
"mal_id"
| "title"
| "start_date"
| "end_date"
| "chapters"
| "volumes"
| "score"
| "scored_by"
| "rank"
| "popularity"
| "members"
| "favorites"

Available Manga order_by properties

optional
magazine: string

Filter by magazine(s) IDs. Can pass multiple with a comma as a delimiter. e.g 1,2,3

optional
stard_date: string

Filter by starting date. Format: YYYY-MM-DD. e.g 2022, 2005-05, 2005-01-01

optional
end_date: string

Filter by ending date. Format: YYYY-MM-DD. e.g 2022, 2005-05, 2005-01-01