Docs
REST APIAnalyticsAnalytics

Analytics

Retrieve play metrics and audience data with the Moviie REST API.

Analytics endpoints return aggregated play and engagement data for your organization or individual videos. All endpoints require a date range.

Date range format

Pass startDate and endDate as ISO 8601 date strings:

?startDate=2024-01-01&endDate=2024-01-31

Available endpoints

EndpointDescription
GET /analytics/organizationAggregate metrics for your entire organization
GET /analytics/video/{id}Metrics for a specific video
GET /analytics/cta/organizationCTA impressions and clicks (organization-wide)
GET /analytics/cta/video/{id}CTA metrics for a specific video
GET /analytics/geographyAudience geography grouped by country, region, or city
GET /analytics/storage-breakdownLargest completed videos by stored bytes

On this page