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
}
]
}