v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
analytics

Per-metric percentile rank for the logged-in user in the chosen scope

post/v1/analytics.getMyPercentiles

Request body

$schemastring uri

A URL to the JSON Schema for this object.

domainstring required
scopestring required
scope_valuestring

Country name/code or region name. Required for non-global scopes.

Example request

{
  "$schema": "https://api.steamsets.com/schemas/AnalyticsGetMyPercentilesRequestBody.json",
  "scope_value": "DE"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

countinteger required

Example response

{
  "$schema": "https://api.steamsets.com/schemas/AnalyticsMyPercentiles.json"
}