AnimeInfoResponse
Type definition for AnimeInfoResponse.
Type: Result
| Property | Type |
|---|---|
data_type | string |
companies | AnimeCompanyResponse[] |
genres | GenreResponse[] |
start_date | integer | null |
end_date | integer | null |
updated | integer | null |
comments_count | integer |
episodes_released | integer | null |
episodes_total | integer | null |
synopsis_en | string | null |
synopsis_ua | string | null |
media_type | string | null |
title_ua | string | null |
title_en | string | null |
title_ja | string | null |
duration | integer | null |
image | string | null |
status | string | null |
source | string | null |
rating | string | null |
has_franchise | boolean |
native_scored_by | integer |
native_score | number |
scored_by | integer |
score | number |
nsfw | boolean |
slug | string |
created | integer | null |
season | string | null |
year | integer | null |
synonyms | string[] |
external | ExternalResponse[] |
videos | AnimeVideoResponse[] |
ost | AnimeOSTResponse[] |
stats | AnimeStatsResponse |
schedule | object[] |
translated_ua | boolean |
mal_id | integer |
Used in endpoints
- Anime info
GET /anime/{slug}as result