GET
/
streaming
/
statistics
/
browsers
curl --request GET \
  --url https://api.gcore.com/streaming/statistics/browsers \
  --header 'APIKey: <api-key>'
{
  "data": [
    {
      "views": 100500,
      "browser": "Chrome Mobile iOS"
    },
    {
      "views": 3000,
      "browser": "Mobile Safari"
    }
  ]
}

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.