v1

latestSwagger 2.0MIT License2026-07-17193255.8 KB
Report

Submit a Drop Report

Submit a Drop Report. You can use the reportHash in the response to recall the report in 24 hours after it has been submitted.

post/PenguinStats/api/v2/report

Request body

serverstring required
sourcestring required

Source describes a source of the report. Third-party API consumers should change this to their own name.

stageIdstring required
timesinteger
versionstring required

Version describes the version of the source app used to submit this report. Third-party API consumers should change this to their own app version.

Example request

{
  "drops": [
    {
      "itemId": "30013"
    }
  ],
  "server": "CN",
  "source": "your-app-name",
  "stageId": "main_01-07",
  "version": "v0.0.0+0000000"
}

Response

Report has been successfully submitted

reportHashstring

Example response

{
  "reportHash": "0522ce0083000000-1wE2I9dvMFXXzBMpSCYM81rJ0T3tLrAQ"
}