(Available from version 1.11) This operation returns live and historic viewer data for the account related to the JSON web token used for API authentication. You'll use the query parameters to return live vs historic data, as well as specific types of viewer data.
Querying live data
If you don't send any query parameters (to, from, or include), the total number of viewers is returned.
Querying historic data
If you don't send include values, the total number of viewers is returned.
If the time range between from and to query parameters is:
Success
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/account?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z&include=countries,renditions,devices"
{- "account": {
- "viewers": 7,
- "countries": [
- {
- "code": "US",
- "viewers": 4
}, - {
- "code": "DE",
- "viewers": 3
}
], - "renditions": [
- {
- "name": 720,
- "viewers": 7
}
], - "devices": [
- {
- "name": "Desktop",
- "viewers": 7
}
], - "trend": [
- {
- "sampled_at": "2023-05-26T12:01:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:02:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:03:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:04:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:05:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:06:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:07:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:08:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:09:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:10:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:11:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:12:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:13:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:14:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:15:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:16:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:17:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:18:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-01-26T12:19:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:20:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:21:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:22:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:23:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:24:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:25:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:26:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:27:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:28:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:29:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:30:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:31:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:32:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:33:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:34:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:35:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:36:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:37:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:38:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:39:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:40:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:41:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:42:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:43:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:44:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:45:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:46:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:47:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:48:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:49:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:50:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:51:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:52:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:53:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:54:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:55:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:56:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:57:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:58:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:59:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:60:00Z",
- "viewers": 7
}
]
}, - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}
(Available from version 1.11) This operation returns the live and historic viewer data for a specific live stream. You'll use the query parameters to return live vs historic data, as well as specific types of viewer data.
Querying live data
If you don't send any query parameters (to, from, or include), the total number of viewers is returned.
Querying historic data
If you don't send include values, the total number of viewers is returned.
If the time range between from and to query parameters is:
from | string <date-time> Use this parameter, along with to, to return historic viewer data. The start of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the from query parameter without setting the to query parameter, the data returned will reflect 90 days starting at the from date, or data up to to the current day, whichever is shorter. Example: 2023-01-14T10:31:54.486Z |
to | string <date-time> Use this parameter, along with from, to return historic viewer data. The end of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the to query parameter without setting the from query parameter, the data returned will be from the past 90 days or from your last invoice date, whichever is shorter. Example: 2023-02-14T10:31:54.486Z |
include | string Specify the data you want returned in the response. You can send a comma-separated list of values. Valid values are: countries, renditions, devices, and trend. Example: countries,trend |
Success
object (live_stream) | |||||||||||||||
|
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/live_streams/tvctq36g?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z&include=countries,renditions,devices"
{- "live_stream": {
- "id": "tvctq36g",
- "viewers": 7,
- "countries": [
- {
- "code": "US",
- "viewers": 4
}, - {
- "code": "DE",
- "viewers": 3
}
], - "renditions": [
- {
- "name": 720,
- "viewers": 7
}
], - "devices": [
- {
- "name": "Desktop",
- "viewers": 7
}
], - "trend": [
- {
- "sampled_at": "2023-05-26T12:01:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:02:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:03:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:04:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:05:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:06:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:07:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:08:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:09:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:10:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:11:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:12:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:13:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:14:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:15:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:16:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:17:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:18:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:19:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:20:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:21:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:22:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:23:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:24:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:25:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:26:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:27:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:28:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:29:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:30:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:31:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:32:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:33:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:34:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:35:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:36:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:37:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:38:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:39:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:40:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:41:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:42:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:43:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:44:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:45:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:46:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:47:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:48:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:49:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:50:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:51:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:52:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:53:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:54:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:55:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:56:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:57:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:58:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:59:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:60:00Z",
- "viewers": 7
}
]
}, - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}
(Available from version 1.11) This operation returns the live and historic viewer data for a specific VOD stream. You'll use the query parameters to return live vs historic data, as well as specific types of viewer data.
Querying live data
If you don't send any query parameters (to, from, or include), the total number of viewers is returned.
Querying historic data
If you don't send include values, the total number of viewers is returned.
If the time range between from and to query parameters is:
from | string <date-time> Use this parameter, along with to, to return historic viewer data. The start of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the from query parameter without setting the to query parameter, the data returned will reflect 90 days starting at the from date, or data up to to the current day, whichever is shorter. Example: 2023-01-14T10:31:54.486Z |
to | string <date-time> Use this parameter, along with from, to return historic viewer data. The end of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the to query parameter without setting the from query parameter, the data returned will be from the past 90 days or from your last invoice date, whichever is shorter. Example: 2023-02-14T10:31:54.486Z |
include | string Specify the data you want returned in the response. You can send a comma-separated list of values. Valid values are: countries, renditions, devices, and trend. Example: countries,trend |
Success
object (vod_stream) | |||||||||||||||
|
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/vod_streams/tvctq36g?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z&include=countries,renditions,devices"
{- "vod_stream": {
- "id": "tvctq36g",
- "viewers": 7,
- "countries": [
- {
- "code": "US",
- "viewers": 3
}, - {
- "code": "DE",
- "viewers": 4
}
], - "renditions": [
- {
- "name": 720,
- "viewers": 7
}
], - "devices": [
- {
- "name": "Desktop",
- "viewers": 7
}
], - "trend": [
- {
- "sampled_at": "2023-05-26T12:01:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:02:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:03:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:04:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:05:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:06:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:07:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:08:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:09:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:10:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:11:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:12:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:13:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:14:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:15:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:16:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:17:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:18:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:19:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:20:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:21:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:22:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:23:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:24:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:25:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:26:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:27:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:28:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:29:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:30:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:31:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:32:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:33:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:34:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:35:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:36:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:37:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:38:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:39:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:40:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:41:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:42:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:43:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:44:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:45:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:46:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:47:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:48:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:49:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:50:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:51:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:52:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:53:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:54:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:55:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:56:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:57:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:58:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:59:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:60:00Z",
- "viewers": 7
}
]
}, - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}
(Available from version 1.11) This operation returns the live and historic viewer data for a specific stream target. You'll use the query parameters to return live vs historic data, as well as specific types of viewer data.
Querying live data
If you don't send any query parameters (to, from, or include), the total number of viewers is returned.
Querying historic data
If you don't send include values, the total number of viewers is returned.
If the time range between from and to query parameters is:
from | string <date-time> Use this parameter, along with to, to return historic viewer data. The start of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the from query parameter without setting the to query parameter, the data returned will reflect 90 days starting at the from date, or data up to to the current day, whichever is shorter. Example: 2023-01-14T10:31:54.486Z |
to | string <date-time> Use this parameter, along with from, to return historic viewer data. The end of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the to query parameter without setting the from query parameter, the data returned will be from the past 90 days or from your last invoice date, whichever is shorter. Example: 2023-02-14T10:31:54.486Z |
include | string Specify the data you want returned in the response. You can send a comma-separated list of values. Valid values are: countries, renditions, devices, and trend. Example: countries,trend |
Success
object (stream_target) | |||||||||||||||
|
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/stream_targets/tvctq36g?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z&include=countries,renditions,devices"
{- "stream_target": {
- "id": "tvctq36g",
- "viewers": 7,
- "countries": [
- {
- "code": "US",
- "viewers": 4
}, - {
- "code": "DE",
- "viewers": 3
}
], - "renditions": [
- {
- "name": 720,
- "viewers": 7
}
], - "devices": [
- {
- "name": "Desktop",
- "viewers": 7
}
], - "trend": [
- {
- "sampled_at": "2023-05-26T12:01:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:02:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:03:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:04:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:05:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:06:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:07:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:08:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:09:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:10:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:11:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:12:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:13:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:14:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:15:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:16:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:17:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:18:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:19:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:20:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:21:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:22:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:23:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:24:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:25:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:26:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:27:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:28:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:29:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:30:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:31:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:32:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:33:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:34:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:35:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:36:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:37:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:38:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:39:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:40:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:41:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:42:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:43:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:44:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:45:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:46:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:47:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:48:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:49:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:50:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:51:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:52:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:53:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:54:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:55:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:56:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:57:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:58:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:59:00Z",
- "viewers": 7
}, - {
- "sampled_at": "2023-05-26T12:60:00Z",
- "viewers": 7
}
]
}, - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}
(Available from version 1.11) This operation returns viewer data for the top 100 live streams in an account.
Querying data
To get viewer data for the top 100 streams that ran previously, send from and to values.
If you do not send from and to values, the last five minutes' worth of live stream viewer data is returned.
If the time range between from and to query parameters is:
from | string <date-time> Use this parameter, along with to, to return historic viewer data. The start of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the from query parameter without setting the to query parameter, the data returned will reflect 30 days starting at the from date, or data up to to the current day, whichever is shorter. Example: 2023-01-14T10:31:54.486Z |
to | string <date-time> Use this parameter, along with from, to return historic viewer data. The end of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the to query parameter without setting the from query parameter, the data returned will be from the past 30 days or from your last invoice date, whichever is shorter. Example: 2023-02-14T10:31:54.486Z |
Success
required | Array of objects (live_streams) |
object The time frame represented in the response. |
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/live_streams?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z"
{- "live_streams": [
- {
- "id": "4Jjzstdt",
- "viewers": 3
}, - {
- "id": "fFWxVsyj",
- "viewers": 4
}
], - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}
(Available from version 1.11) This operation returns viewer data for the top 100 VOD streams in an account.
Querying data
To get viewer data for the top 100 streams that ran previously, send from and to values.
If you do not send from and to values, the last five minutes' worth of VOD stream viewer data is returned.
If the time range between from and to query parameters is:
from | string <date-time> Use this parameter, along with to, to return historic viewer data. The start of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the from query parameter without setting the to query parameter, the data returned will reflect 30 days starting at the from date, or data up to to the current day, whichever is shorter. Example: 2023-01-14T10:31:54.486Z |
to | string <date-time> Use this parameter, along with from, to return historic viewer data. The end of the range of time you want to view. Specify YYYY-DD-MMT HH:MM:SSZ where HH is a 24-hour clock in UTC. The range queried doesn't include minutes and seconds. If you include minutes and seconds, Wowza Video rounds up to the nearest hour when it is more than 30 minutes. If it is less than 30 minutes, Wowza Video rounds it down to the nearest hour. The maximum difference between from and to is 90 days. If you set the to query parameter without setting the from query parameter, the data returned will be from the past 30 days or from your last invoice date, whichever is shorter. Example: 2023-02-14T10:31:54.486Z |
Success
required | Array of objects (vod_streams) |
object The time frame represented in the response. |
Unauthorized
Forbidden
Not Found
Gone
Unprocessable Entity
// Using cURL curl -H "Authorization: Bearer ${WV_JWT}" \ -H "Content-Type: application/json" \ -X "GET" \ "${WV_HOST}/api/v1.11/analytics/viewers/vod_streams?from=2023-04-14T10:31:54.486Z&to=2023-07-13T10:31:54.486Z"
{- "vod_streams": [
- {
- "id": "4Jjzstdt",
- "viewers": 3
}, - {
- "id": "fFWxVsyj",
- "viewers": 4
}
], - "limits": {
- "from": "2023-04-14T10:31:54.486Z",
- "to": "2023-07-13T10:31:54.486Z"
}
}