From 082be27b03d6b56e114a4b24101d1f5c0d8c3b53 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 6 Nov 2009 13:39:57 +0100 Subject: API: Added anime flag for the get vn command --- data/docs/11 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'data/docs') diff --git a/data/docs/11 b/data/docs/11 index 58b86d4c..d934ab8f 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -304,6 +304,24 @@ however still required.
All members can be null when no links are available or known to us. + + anime + anime + array of objects + no + + List of anime related to the VN, each object has the following members:
+ "id", integer, AniDB ID
+ "ann_id", integer, AnimeNewsNetwork ID
+ "nfo_id", string, AnimeNfo ID
+ "title_romaji", string
+ "title_kanji", string
+ "year", integer, year in which the anime was aired
+ "type", string
+ All members except the "id" can be null. Note that this data is courtesy of AniDB, + and may not reflect the latest state of their information due to caching. + + Accepted filters for the 'vn' type: -- cgit v1.2.3