v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
analytics

Daily quantiles over a window for a metric in a scope

post/v1/analytics.getTrend

Request body

$schemastring uri

A URL to the JSON Schema for this object.

domainstring required

Analytics domain ID.

metricstring required

Metric ID within the domain.

scopestring required

Scope ID within the domain.

scope_valuestring

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

window'7d' | '30d' | '90d' required

Lookback window.

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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