358
edits
| No edit summary | No edit summary | ||
| Line 102: | Line 102: | ||
|   </tr> |   </tr> | ||
| </table> | </table> | ||
| === GROUPSTATUS: Get Completed Episode === | |||
| Returns a list of group names and ranges of episodes released by the group for a given anime. | |||
| '''Command String:''' | |||
| * GROUPSTATUS aid={int animeid}&state={int completion_state} | |||
| '''Possible Replies:''' | |||
| * 225 Group Status | |||
| : {int count}({int group id}{str group name}{int completion state}{int last episode number}{int rating}{int votes}{str episode range}) '''* count''' | |||
| * 325 No Groups Found | |||
| * 330 Anime Not Found | |||
| '''Info:''' | |||
| * The first value returned (''count'') will be number of group blocks to follow. | |||
| * The seven fields that follow will be repeated ''count'' times. | |||
| * Groups will be filtered by the languages selected in the user's profile | |||
| * If ''state'' is not supplied, groups with a completion state of 'ongoing', 'finished', or 'complete' are returned | |||
| * Groups are returned in order of descending episode count | |||
| * If there are more groups to return than can be stored in a UDP packet, additional groups will be silently discarded | |||
| * ''state'' values: 1=ongoing, 2=stalled, 3=complete, 4=dropped, 5=finished, 6=specials_only | |||