Completions
Get User Completions
Retrieve all verified completions for a given user, optionally filtered by difficulty and by the archive state of the completed map.
get/api/v3/completions
Query parameters
user_idinteger required
difficulty'Easy' | 'Medium' | 'Hard' | 'Very Hard' | 'Extreme' | 'Hell' | 'null' nullable
page_sizeinteger
page_numberinteger
archived'all' | 'archived' | 'not_archived'
Filter by the archive state of the completed map.
Filter by the archive state of the completed map.
Response
Request fulfilled, document follows
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the new optional
queryrequest parameterarchivednew-optional-request-parameter
- ○