Interface IAnimeFull

Hierarchy

Properties

Data of dates the anime aired

airing: boolean

Whether the anime is airing or not

approved: boolean

Whether the source has aprroved entry or not

background: null | string

Background of the source

broadcast: {
    day: string;
    string: string;
    time: string;
    timezone: string;
}

Broadcast data of the anime

Type declaration

  • day: string

    The day which the anime is broadcasted

  • string: string

    Human readable string of the broadcast data

  • time: string

    The time which the anime is broadcasted

  • timezone: string

    The timezone of the time given

demographics: IExtendedResource[]

Demographics of the source

duration: string

Duration of the anime

episodes: number

Total episodes of the anime

explicit_genres: IExtendedResource[]

Explicit genres of the source

external: IResource[]

External sites of the anime

favortites: number

Favorites count of the source

Genres of the source

images: IPicture

Image URLs of the source

licensors: IExtendedResource[]

Licensors of the anime

mal_id: number

MAL ID of the source

members: number

Members count of the source

populartiy: number

Popularity rank of the source

producers: IExtendedResource[]

Producers of the anime

rank: number

Rank of the source

rating: string

Rating of the anime

relations: IRelation[]

Relations of the anime

score: number

Score of the source (out of 10)

scored_by: number

Number of people that scored the source

season: AnimeSeasons

Season which the anime was aired

source: string

Source of the anime

status: string

Status of the anime

streaming: IResource[]

Streaming platforms of the anime with their site URL

Stuidos of the anime

synopsis: null | string

Synopsis of the source

theme: {
    endings: string[];
    openings: string[];
}

Theme for the anime

Type declaration

  • endings: string[]

    Endings of the anime

  • openings: string[]

    Openings of the anime

Themes of the source

title: string

Title of the source

title_english: string

Title of the source in English

title_japanese: string

Title of the source in Japanese

title_synonyms: string[]

Synonyms of the title

titles: ITitle[]

Data of titles (in different languages) for the source

trailer: IYouTube

Trailer of the anime (from YouTube)

Type of the anime

url: string

MAL URL of the source

year: number

Year which anime was aired

Generated using TypeDoc