Jumpstats

Returns the latest jumpstats.

get/jumpstats

Query parameters

limitinteger
offsetinteger

Response

totalinteger required

The total number of values available for fetching.

Different endpoints have different hard-limits on how many values they will return at a time. They usually also have an offset query parameter you can use to fetch the next set of values. You can use total to infer when you can stop making requests.

Example response

{
  "values": [
    {
      "player": {
        "id": "STEAM_1:1:161178172"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.