Skip to content

AnimeSubEntry

Bartłomiej Buchała edited this page Sep 10, 2020 · 3 revisions

AnimeSubEntry

Entry on anime model class (used in genres, schedules, seasons and producers).

public class JikanDotNet.AnimeSubEntry

Properties

Type Name Summary
Nullable<DateTime> AiringStart Date when anime started/will start airing.
Nullable<Boolean> Continued Is anime continuing from last season.
Nullable<Int32> Episodes Anime's episode count.
ICollection<MALSubItem> Genres Anime's genres numerically indexed with array values.
String ImageURL Anime's image URL
Nullable<Boolean> Kids Is anime suitable for kids.
ICollection<String> Licensors Anime's licensors as strings.
Int64 MalId ID associated with MyAnimeList.
Nullable<Int32> Members Anime members count on MyAnimeList.
ICollection<MALSubItem> Producers Anime's producers numerically indexed with array values.
Nullable<Boolean> R18 Is anime marked as 18+.
Nullable<Single> Score Anime's score on MyAnimeList up to 2 decimal places.
String Source Anime source (e .g. "Manga" or "Original").
String Synopsis Anime's synopsis.
String Title Title of the anime.
String Type Anime type (e. g. "TV", "Movie").
String URL Anime's URL

General information

Home Page

Getting started

Using own instance of Jikan

Migrating to version 2.0

Rate limiting

Winforms issue

Methods

Anime

Characters

Club

Manga

People

Rankings

Season

Search

Users

Other

Jikan Metadata

Class Schema

Main Classes

Secondary Classes

Search related classes

Enumerations Schema

Clone this wiki locally