Mika Scraper / AnimeData
Interface: AnimeData
Defined in: src/nakanimendo/nakanime.ts:11
The AnimeData
interface defines the structure for the API responses received from the Nakanime scraper.
Properties
id
id:
number
The unique identifier for the anime.
Defined in: src/nakanimendo/nakanime.ts:12
title
title:
string
The title of the anime.
Defined in: src/nakanimendo/nakanime.ts:13
slug
slug:
string
A URL-friendly version of the title, typically used in the animeโs website URL.
Defined in: src/nakanimendo/nakanime.ts:14
thumbnail
thumbnail:
string
A URL to the thumbnail image of the anime.
Defined in: src/nakanimendo/nakanime.ts:15
type
type:
null
|string
The genre or type of the anime (e.g., โTVโ, โMovieโ). It can also be null
if the type is unspecified.
Defined in: src/nakanimendo/nakanime.ts:16
url
url:
string
The URL for more information about the anime on the Nakanime website.
Defined in: src/nakanimendo/nakanime.ts:17
status
status:
string
The current status of the anime (e.g., โAiringโ, โFinishedโ, โUpcomingโ).
Defined in: src/nakanimendo/nakanime.ts:18