Get Broadcasts Count

Get the count of Live TV broadcasts by category, label and more.

Request

HTTP Request

GET https://api.predicthq.com/v1/broadcasts/count/

Query Parameters

This endpoint accepts the same query parameters as the Search Broadcasts endpoint. Please refer to the Search Broadcasts documentation for query parameters.

Response

Example response

Below is an example response:

{
    "count": 3142
}

Examples

curl -X GET https://api.predicthq.com/v1/broadcasts/count/?event.event_id=AdKtL974inQB7GURRd \
     -H "Accept: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN"

Last updated

© 2024 PredictHQ Ltd