Last Updated: June 17, 2019
The Analytics API allows you to query your data through the following single route:
https://api.jwplayer.com/v2/sites/{property key}/analytics/queries/
IMPORTANT
All data availability constraints apply to making requests to the Analytics API.
In your platform or language of choice, use the following steps to query your data:
- In the request route, replace the
{property key}
with your key. - Add your secret to authenticate your request.
- Create a query body.
- Append the query body to your
POST
request.
To help you construct a report, view these examples of report queries. These examples demonstrate both basic and advanced queries that can be run against the Analytics API.
TIP
You can also use a query tool to run a report or run a report query with Custom Reports from your JW Player dashboard