v1

latestOpenAPI 3.0.12026-07-24207094.9 KB
Movies

Movie Metrics

Retrieves metrics for a movie

get/svm/movies/{id}/metrics

Path parameters

idstring required

Unique Luminate ID assigned to the movie

Query parameters

start_datestring date required

First date used in the aggregation of the consumption data. Value must be formatted according to the ISO 8601 date standard (YYYY-MM-DD).

end_datestring date required

Last date used in the aggregation of the consumption data. Value must be formatted according to the ISO 8601 date standard (YYYY-MM-DD).

Headers

CF-IPCountrystring
emailstring

Response

OK

Example response

{
  "data": {
    "id": "28bb16622e851faccd39fbcc2feb2b86",
    "metrics": [
      {
        "name": "minutes_watched",
        "granularity": "daily",
        "value": [
          {
            "data_status": "official"
          }
        ]
      }
    ],
    "demographics": [
      {
        "name": "gender",
        "confidence": "high"
      }
    ]
  }
}