diff options
author | Yorhel <git@yorhel.nl> | 2009-11-06 14:28:44 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-11-06 14:28:44 +0100 |
commit | da73ec4715f6bdb67833ed482ad09e8735c29977 (patch) | |
tree | e562521a18f2959d55d522392dc7e039c7ce39b3 /data/docs | |
parent | 082be27b03d6b56e114a4b24101d1f5c0d8c3b53 (diff) |
API: Added relations flag to get vn command
Diffstat (limited to 'data/docs')
-rw-r--r-- | data/docs/11 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/data/docs/11 b/data/docs/11 index d934ab8f..202d9024 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -310,7 +310,7 @@ however still required.<br /> <td>array of objects</td> <td>no</td> <td> - List of anime related to the VN, each object has the following members:<br /> + (Possibly empty) 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 /> @@ -322,6 +322,19 @@ however still required.<br /> and may not reflect the latest state of their information due to caching. </td> </tr> + <tr> + <td>relations</td> + <td>relations</td> + <td>array of objects</td> + <td>no</td> + <td> + (Possibly empty) list of related visual novels, each object has the following members:<br /> + "id", integer<br /> + "relation", string, relation to the VN<br /> + "title", string, (romaji) title<br /> + "original", string, original/official title, can be <b>null</b>. + </td> + </tr> </table> <b>Accepted filters for the 'vn' type:</b> |