v1

latestOpenAPI 3.0.12026-07-24207094.9 KB
TV Shows

Season Metrics

Retrieves metrics for a season of a TV show

get/svm/tv_shows/{id}/seasons/{season}/metrics

Path parameters

idstring required

Unique Luminate ID assigned to the TV show

seasonstring required

ID of the TV show’s season

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": "91b4ec3ad5a4b7a7eeb44d91befb3d1d",
    "metrics": [
      {
        "name": "minutes_watched",
        "granularity": "daily",
        "value": [
          {
            "data_status": "official"
          }
        ]
      }
    ],
    "season": "1",
    "demographics": [
      {
        "name": "gender",
        "confidence": "high"
      }
    ]
  }
}