The Gold Standard in Olympics Data Learn More
The Gold Standard in Olympics Data Learn More

CS:GO API Documentation

This is the documentation for our CS:GO API. To get a more comprehensive understanding of what feeds we have to offer and the data points we deliver via our endpoints, we encourage you to explore the following resources:

All of our API endpoints can be accessed via an HTTP GET request using your API key. The API key can be passed either as a query parameter or using the following HTTP request header.
Ocp-Apim-Subscription-Key: {key}

  • JSON
  • XML
{{ vm.SelectedTier().Name }}
{{ operation.DisplayName }}
Tags: {{operation.Tags.join(", ")}}
Recommended Call Interval: {{operation.CallIntervalDescription}}
API Key
Subscription required.
Key not yet enabled.
Url Template Parameters
Name
Type
Required
Value
{{ parameter.Name }}
{{ parameter.Type }}
{{ parameter.Required == 1 ? 'true' : 'false' }}
{{ vm.format }} change
{{datepicker=(parameter.Name == 'day' || parameter.Name == 'date');""}}
Query String Parameters
Name
Type
Required
Value
{{ parameter.Name }}
{{ parameter.Type }}
{{ parameter.Required == 1 ? 'true' : 'false' }}
{{ vm.format }} change
{{datepicker=(parameter.Name == 'day' || parameter.Name == 'date');""}}