Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: AnimeData

Mika Scraper v1.1.2


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

Last updated on