v1
latestOpenAPI 3.0.12026-07-24207094.9 KBTV Shows
Series Metrics
Retrieves metrics for a TV show
get/svm/tv_shows/{id}/metrics
Path parameters
idstring required
Unique Luminate ID assigned to the TV show
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).
Response
OK
Example response
{
"data": {
"id": "91b4ec3ad5a4b7a7eeb44d91befb3d1d",
"start_date": "2025-01-01",
"end_date": "2025-01-01",
"metrics": [
{
"name": "minutes_watched",
"granularity": "daily",
"value": [
{
"date": "2025-01-01",
"value": 780821165,
"data_status": "official"
}
]
}
]
}
}