Linear TV data segmented by Country and then by Broadcaster and then by Date and then by Programme Type and then by Broadcast Type
GET
https://sportsboard-api.yougov.com/v3/LinearTV/GetByCountryByBroadcasterByDateByProgramTypeByBroadcastType?datefrom={datefrom}&dateto={dateto}
Query Strings
- datefrom : Start Date (yyyy-mm-dd)
- dateto : End Date (yyyy-mm-dd) - Date range must not exceed 11 days
POST
https://sportsboard-api.yougov.com/v3/LinearTV/GetByCountryByBroadcasterByDateByProgramTypeByBroadcastType?datefrom={datefrom}&dateto={dateto}
Query Strings
- datefrom : Start Date (yyyy-mm-dd)
- dateto : End Date (yyyy-mm-dd) - Date range must not exceed 183 days
Request Body
-
{
"eventIds" : [123,456]
}
- EventIds Count must be between 1 to 25