Skip to content

GetMangaMoreInfo

Bartłomiej Buchała edited this page Mar 7, 2022 · 3 revisions

GetMangaMoreInfoAsync

Returns additional information related to manga with given MAL id. This method parses item data by ID from https://myanimelist.net/manga/{id}/moreinfo (if exist).

Parameters

GetMangaMoreInfoAsync(Int64 id)

Type Name Summary
Int64 id MAL id of manga.

Usage

// Initialize JikanWrapper
var jikan = new Jikan();

// Send request for more info of "Berserk" manga.
var berserkMoreInfo = await jikan.GetMangaMoreInfoAsync(2);

// Output -> "Berserk: The Prototype (1988)"
Console.WriteLine("Additional info:" + moreInfo.Info);

MoreInfo Object Properties

GetMangaMoreInfoAsync request return an MoreInfo object.

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