546
edits
Epoximator (talk | contribs) m (clean) |
Epoximator (talk | contribs) |
||
Line 7: | Line 7: | ||
== Data Commands == | == Data Commands == | ||
=== [[UDP_API_Definition#ANIME:_Retrieve_Anime_Data|ANIME]] === | === [[UDP_API_Definition#ANIME:_Retrieve_Anime_Data|ANIME]] === | ||
'''Command String:'''<br> | |||
by aid | |||
* ANIME aid={int4 id}'''[&acode={int4}]''' | |||
by name | |||
* ANIME aname={str anime name}'''[&acode={int4}]''' | |||
'''acode:''' | |||
{| cellpadding="0" align="center" | |||
! width="40"|Bit | |||
! width="80"|Decimal | |||
! width="160"|Data field | |||
! width="50"|- | |||
! width="40"|Bit | |||
! width="120"|Decimal | |||
! width="160"|Data field | |||
|- style="background-color: #eee;" | |||
|0 ||1 || int4 aid || || 16 || 65536 || str url | |||
|- | |||
|1 ||2 || int4 episodes || || 17 || 131072 || str picname | |||
|- style="background-color: #eee;" | |||
|2 ||4 || int4 normal ep count || || 18 || 262144 || str year | |||
|- | |||
|3 ||8 || int4 special ep count || || 19 || 524288 || str type | |||
|- style="background-color: #eee;" | |||
|4 ||16 || int4 rating || || 20 || 1048576 || str romaji name | |||
|- | |||
|5 ||32 || int4 vote count || || 21 || 2097152 || str kanji name | |||
|- style="background-color: #eee;" | |||
|6 ||64 || int4 temp rating || || 22 || 4194304 || str english name | |||
|- | |||
|7 ||128 || int4 temp vote count || || 23 || 8388608 || str other name | |||
|- style="background-color: #eee;" | |||
|8 ||256 || int4 average review rating || || 24 || 16777216 || str short name list | |||
|- | |||
|9 ||512 || int4 review count || || 25 || 33554432 || str synonym list | |||
|- style="background-color: #eee;" | |||
|10 ||1024 || int4 air date || || 26 || 67108864 || str category list | |||
|- | |||
|11 ||2048 || int4 end date || || 27 || 134217728 || str related aid list | |||
|- style="background-color: #eee;" | |||
|12 ||4096 || int4 anime planet id || || 28 || 268435456 || str producer name list | |||
|- | |||
|13 ||8192 || int4 anime news network id || || 29 || 536870912 || str producer id list | |||
|- style="background-color: #eee;" | |||
|14 ||16384 || int4 allcinema id || || 30 || 1073741824 || not used | |||
|- | |||
|15 ||32768 || str animenfo id || || 31 || -2147483648 || reserved | |||
|} | |||
=== [[UDP_API_Definition#ANIMEINFO:_Retrieve_Anime_Data|ANIMEINFO]] === | === [[UDP_API_Definition#ANIMEINFO:_Retrieve_Anime_Data|ANIMEINFO]] === |
edits