Interface SearchParams

interface SearchParams {
    actors?: AllowArray<string | number>;
    all_genres?: AllowArray<string>;
    all_status?: AllowArray<AnimeStatus>;
    anime_genres?: AllowArray<string>;
    anime_kind?: AllowArray<AnimeKind>;
    anime_licensed_by?: AllowArray<string>;
    anime_status?: AllowArray<AnimeStatus>;
    anime_studios?: AllowArray<string>;
    block_translations?: AllowArray<number>;
    camrip?: boolean;
    composers?: AllowArray<string | number>;
    countries?: AllowArray<string>;
    designers?: AllowArray<string | number>;
    directors?: AllowArray<string | number>;
    drama_genres?: AllowArray<string>;
    drama_status?: AllowArray<AnimeStatus>;
    duration?: string | number;
    editors?: AllowArray<string | number>;
    episode?: number;
    full_match?: boolean;
    genres?: AllowArray<string>;
    has_field?: AllowArray<ExternalDatabase>;
    has_field_and?: boolean;
    id?: string;
    imdb_id?: string;
    imdb_rating?: string | number;
    kinopoisk_id?: number;
    kinopoisk_rating?: string | number;
    lgbt?: boolean;
    limit?: number;
    mdl_id?: string;
    minimal_age?: string | number;
    mydramalist_rating?: string | number;
    next?: string;
    not_blocked_for_me?: boolean;
    not_blocked_in?: AllowArray<string>;
    operators?: AllowArray<string | number>;
    player_link?: string;
    prioritize_translation_type?: TranslationType;
    prioritize_translations?: AllowArray<string | number>;
    producers?: AllowArray<string | number>;
    rating_mpaa?: AllowArray<RatingMPAA>;
    season?: number;
    shikimori_id?: number;
    shikimori_rating?: string | number;
    strict?: boolean;
    title?: string;
    title_orig?: string;
    translation_id?: AllowArray<number>;
    translation_type?: TranslationType;
    types?: AllowArray<MaterialType>;
    unprioritize_translations?: AllowArray<string | number>;
    with_episodes?: boolean;
    with_episodes_data?: boolean;
    with_material_data?: boolean;
    with_page_links?: boolean;
    with_seasons?: boolean;
    worldart_animation_id?: number;
    worldart_cinema_id?: number;
    worldart_link?: string;
    writers?: AllowArray<string | number>;
    year?: AllowArray<number>;
}

Hierarchy

Properties

actors?: AllowArray<string | number>
all_genres?: AllowArray<string>
all_status?: AllowArray<AnimeStatus>
anime_genres?: AllowArray<string>
anime_kind?: AllowArray<AnimeKind>
anime_licensed_by?: AllowArray<string>
anime_status?: AllowArray<AnimeStatus>
anime_studios?: AllowArray<string>
block_translations?: AllowArray<number>
camrip?: boolean
composers?: AllowArray<string | number>
countries?: AllowArray<string>
designers?: AllowArray<string | number>
directors?: AllowArray<string | number>
drama_genres?: AllowArray<string>
drama_status?: AllowArray<AnimeStatus>
duration?: string | number
editors?: AllowArray<string | number>
episode?: number
full_match?: boolean
genres?: AllowArray<string>
has_field?: AllowArray<ExternalDatabase>
has_field_and?: boolean
id?: string
imdb_id?: string
imdb_rating?: string | number
kinopoisk_id?: number
kinopoisk_rating?: string | number
lgbt?: boolean
limit?: number
mdl_id?: string
minimal_age?: string | number
mydramalist_rating?: string | number
next?: string
not_blocked_for_me?: boolean
not_blocked_in?: AllowArray<string>
operators?: AllowArray<string | number>
player_link?: string
prioritize_translation_type?: TranslationType
prioritize_translations?: AllowArray<string | number>
producers?: AllowArray<string | number>
rating_mpaa?: AllowArray<RatingMPAA>
season?: number
shikimori_id?: number
shikimori_rating?: string | number
strict?: boolean
title?: string
title_orig?: string
translation_id?: AllowArray<number>
translation_type?: TranslationType
types?: AllowArray<MaterialType>
unprioritize_translations?: AllowArray<string | number>
with_episodes?: boolean
with_episodes_data?: boolean
with_material_data?: boolean
with_page_links?: boolean
with_seasons?: boolean
worldart_animation_id?: number
worldart_cinema_id?: number
worldart_link?: string
writers?: AllowArray<string | number>
year?: AllowArray<number>

Generated using TypeDoc