Interface IAnimeSearchConfig

Hierarchy

Properties

end_date?: string

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

genres?: number[]

Filter by genre(s) IDs

genres_exclude?: number[]

Exclude genre(s) by IDs

letter?: string

Return entries starting with the given letter

limit?: number

Number of results that should be limited per page

max_score?: number

Sets the maximum score of the results

min_score?: number

Sets the minimum score of the results

order_by?: "title" | "mal_id" | "start_date" | "end_date" | "episodes" | "score" | "scored_by" | "rank" | "popularity" | "members" | "favorites"

Get entries by order of a field

page?: number

Page of the results to go

q?: string

Search term

rating?: Ratings

Filter by rating

score?: number

Filters out the results that doesn't match the score (exact)

sfw?: boolean

Filter out Adult entries

sort?: Sorting

Search query sort direction

start_date?: string

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

status?: AnimeStatus

Filter by anime status

type?: AnimeTypes

Filter by anime type

unapproved?: boolean

When its value is true, it will include the unapproved entries

Generated using TypeDoc