Mika Scraper / AnimeFinderResult
Interface: AnimeFinderResult
Defined in: src/anime-finder/anime-finder.ts:15
Represents the structured result returned by the AnimeFinder API.
Properties
status
status:
boolean
Indicates the success status of the AnimeFinder API response.
image
image:
string
A URL pointing to the image associated with the anime.
anime
anime:
string
The title of the anime.
character
character:
string
The name of a character associated with the anime.
genres
genres:
string
A comma-separated list of genres that categorize the anime.
premiere
premiere:
string
The premiere date of the anime.
production
production:
string
The name of the studio or production company responsible for the anime.
description
description:
string
A brief description of the animeβs plot.
synopsis
synopsis:
string
A more detailed summary of the animeβs storyline.
references
references:
AnimeReference
[]
An array of references to additional information about the anime.