diff options
author | Yorhel <git@yorhel.nl> | 2009-11-06 13:39:57 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-11-06 13:39:57 +0100 |
commit | 082be27b03d6b56e114a4b24101d1f5c0d8c3b53 (patch) | |
tree | b1889a85f84b04ae01db306f6ccb1497d99bf6d4 /data/docs | |
parent | f204eacba181acc025354e566a2fded59d0ecaaf (diff) |
API: Added anime flag for the get vn command
Diffstat (limited to 'data/docs')
-rw-r--r-- | data/docs/11 | 18 |
1 files changed, 18 insertions, 0 deletions
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.<br /> All members can be <b>null</b> when no links are available or known to us. </td> </tr> + <tr class="odd"> + <td>anime</td> + <td>anime</td> + <td>array of objects</td> + <td>no</td> + <td> + List of anime related to the VN, each object has the following members:<br /> + "id", integer, <a href="http://anidb.net/">AniDB</a> ID<br /> + "ann_id", integer, <a href="http://animenewsnetwork.com/">AnimeNewsNetwork</a> ID<br /> + "nfo_id", string, <a href="http://animenfo.com/">AnimeNfo</a> ID<br /> + "title_romaji", string<br /> + "title_kanji", string<br /> + "year", integer, year in which the anime was aired<br /> + "type", string<br /> + All members except the "id" can be <b>null</b>. Note that this data is courtesy of AniDB, + and may not reflect the latest state of their information due to caching. + </td> + </tr> </table> <b>Accepted filters for the 'vn' type:</b> |