Skip to content
Bartłomiej Buchała edited this page Sep 10, 2020 · 4 revisions

Manga

Manga model class.

public class JikanDotNet.Manga : BaseJikanRequest, MalEntity

Properties

Type Name Summary
ICollection<MALSubItem> Authors Manga's authors numerically indexed with array values.
String Background Manga's background info. Return null if don't have any.
Nullable<Int32> Chapters Manga's chapter count.
Nullable<Int32> Favorites Manga favourite count on MyAnimeList.
ICollection<MALSubItem> Genres Manga's genres numerically indexed with array values.
String ImageURL Manga's image URL
String LinkCanonical Manga's canonical link.
Int64 MalId ID associated with MyAnimeList.
Nullable<Int32> Members Manga members count on MyAnimeList.
Nullable<Int32> Popularity Manga popularity rank on MyAnimeList.
TimePeriod Published Assiociative keys "from" and "to" which are alternative version of PublishedString in ISO8601 format.
Boolean Publishing Is manga currently being published..
Nullable<Int32> Rank Manga rank on MyAnimeList (score).
RelatedManga Related Manga's related items (anime, manga, spin offs, etc.)
Nullable<Single> Score Manga's score on MyAnimeList up to 2 decimal places.
Nullable<Int32> ScoredBy Number of people the manga has been scored by.
ICollection<MALSubItem> Serializations Manga's serialzations numerically indexed with array values.
String Status Manga's status (e. g. "Finished").
String Synopsis Manga's synopsis.
String Title Title of the manga.
String TitleEnglish Title of the manga in English.
String TitleJapanese Title of the manga in English.
ICollection<String> TitleSynonyms Manga's multiple titles (if any). Return null if there is none.
String Type Manga type (e. g. "Manga", "Light Novel").
Nullable<Int32> Volumes Manga's volume count.

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