Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Probabilities API

Live Coverage Indicator

Release DateFeeds AffectedBenefit
10/22/2024Sport CompetitionsWe've added an indicator for live coverage of a competition to the Sport Competitions endpoint.

Use this live_coverage attribute to determine if live updates are available for a competition's matches in the Sport Event endpoints.
    <competition id="sr:competition:7" name="UEFA Champions League" gender="men" uuids="7a480297-4942-4426-ba1d-a37284fe4dc2" current_season_id="sr:season:119239" live_coverage="true"/>
    <competition id="sr:competition:8" name="LaLiga" gender="men" uuids="64e90d00-9ea0-4c91-8292-e78414439d54" current_season_id="sr:season:118691" live_coverage="true"/>
    <competition id="sr:competition:9" name="Challenger Pro League" gender="men" current_season_id="sr:season:119501" live_coverage="true"/>
    <competition id="sr:competition:17" name="Premier League" gender="men" uuids="fdc32c0e-2a6a-4bbe-b855-41fef6369bfe" current_season_id="sr:season:118689" live_coverage="true"/>
    <competition id="sr:competition:18" name="Championship" gender="men" uuids="86eacef9-75ae-4c3e-b308-db5190e25dc0" current_season_id="sr:season:118699" live_coverage="true"/>
"competitions": [
  {
    "id": "sr:competition:7",
    "name": "UEFA Champions League",
    "gender": "men",
    "uuids": "7a480297-4942-4426-ba1d-a37284fe4dc2",
    "current_season_id": "sr:season:119239",
    "live_coverage": true
  },
  {
    "id": "sr:competition:8",
    "name": "LaLiga",
    "gender": "men",
    "uuids": "64e90d00-9ea0-4c91-8292-e78414439d54",
    "current_season_id": "sr:season:118691",
    "live_coverage": true
  },
  {
    "id": "sr:competition:9",
    "name": "Challenger Pro League",
    "gender": "men",
    "current_season_id": "sr:season:119501",
    "live_coverage": true
  },
  {
    "id": "sr:competition:17",
    "name": "Premier League",
    "gender": "men",
    "uuids": "fdc32c0e-2a6a-4bbe-b855-41fef6369bfe",
    "current_season_id": "sr:season:118689",
    "live_coverage": true
  },

Update applies to: Probabilities v1