Result
Get Pattern Matrix
get/PenguinStats/api/v2/result/pattern
Query parameters
server'CN' | 'US' | 'JP' | 'KR' required
Server; default to CN
is_personalboolean
Whether to query for personal drop matrix or not. If is_personal equals to true, a valid PenguinID would be required to be provided (PenguinIDAuth)
showAllPatternsboolean
Show all patterns; default to false
Response
OK
Example response
{
"pattern_matrix": [
{
"pattern": {
"drops": [
{
"itemId": "30012",
"quantity": 1
}
]
},
"quantity": 159486,
"stageId": "main_01-07",
"start": 1633032000000,
"times": 641734
}
]
}Changes
Changed in 4 of the 24 revisions of this API.14
- ○
added the new optional
queryrequest parametershowAllPatternsnew-optional-request-parameter
- ○
- ○
the endpoint scheme security
PenguinIDAuthwas added to the APIapi-security-added
- ○
endpoint reactivated
endpoint-reactivated
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲