v34

latestOpenAPI 3.0.0End User License Agreementraw.githubusercontent.com2026-08-01249654.9 KB
GET

Get reports made by players in a specific round

get/get-reports

Query parameters

roundinteger required

Id of round

Response

Success

Example response

{
  "reports": [
    {
      "details": {
        "fee_paid": "123456789123456789"
      }
    }
  ]
}