GET
/
streaming
/
statistics
/
countries
curl --request GET \
  --url https://api.gcore.com/streaming/statistics/countries \
  --header 'APIKey: <api-key>'
{
  "data": [
    {
      "views": 100500,
      "country": "AU",
      "country_name": "Australia"
    },
    {
      "views": 3000,
      "country": "US",
      "country_name": "United States"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

date_from
string
required

Start of time frame. Datetime in ISO 8601 format.

date_to
string
required

End of time frame. Datetime in ISO 8601 format.

Response

200
application/json

OK

The response is of type object.