Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 534 Bytes

Majsoul API Server

Majsoul API Server

Usage


Contest

Returns json data about contests.

GET  /contests                          :  List of contests
GET  /contests?contest_id={contest_id}  : Contest info by contest id()
GET  /contests/:unique_id               : Contest info by unique id(CustomizedContestExtend)
GET  /contests/:unique_id/records(?next_index=[next_index])       : List of records 

Record

Return json data about game record.

GET  /records/{game_uuid}                : Game record