GET
/
streaming
/
statistics
/
uniqs
curl --request GET \
  --url https://api.gcore.com/streaming/statistics/uniqs \
  --header 'APIKey: <api-key>'
{
  "data": [
    {
      "unique_ips": 100,
      "date": "2022-10-15",
      "type": "vod"
    },
    {
      "unique_ips": 300,
      "date": "2022-10-15",
      "type": "live"
    }
  ]
}

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.

type
enum<string>

filter by entity's type

Available options:
live,
vod,
playlist
id
string

filter by entity's id

event
enum<string>

filter by event's name

Available options:
init,
start,
watch
host
string

filter by host

country
string

filter by country

group
enum<string>[]

group=1,2,4 OR group=1&group=2&group=3

Response

200
application/json

OK

The response is of type object.