Skip to content

AnimeListEntry

Bartłomiej Buchała edited this page Mar 17, 2019 · 2 revisions

AnimeListEntry

Entry on user's anime list model class.

public class JikanDotNet.AnimeListEntry

Properties

Type Name Summary
AiringStatus AiringStatus Current airing status of anime.
Nullable<Int32> Days Time user has been watching anime.
Nullable<DateTime> EndDate End date of anime airing.
Nullable<Boolean> HasEpisodeVideo Does anime have episode video.
Nullable<Boolean> HasPromoVideo Does anime have promo video.
Nullable<Boolean> HasVideo Does anime have video.
String ImageURL Anime's image URL
Nullable<Boolean> IsRewatching Does user rewatch anime.
Int64 MalId ID associated with MyAnimeList.
String Priority Priority of anime on user's list.
String Rating Anime's age rating.
Int32 Score User's score for the anime. 0 if not assigned yet.
Nullable<DateTime> StartDate Start date of anime airing.
String Title Title of the anime.
Nullable<Int32> TotalEpisodes Anime's episodes total count. 0 if not finished.
String Type Anime type (e. g. "TV", "Movie").
String URL Anime's URL
String VideoUrl Anime's video URL.
Nullable<Int32> WatchedEpisodes Anime's episodes count watched by the user.
Nullable<DateTime> WatchEndDate End date of user watching.
UserAnimeListExtension WatchingStatus Current user's watching status of anime.
Nullable<DateTime> WatchStartDate Start date of user watching.

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