Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

Synergy Basketball Change Log

Sportradar ID Mapping

Release Date

Benefit

11/18/2025

Synergy Basketball APIs now have SR IDs (sportradarId) included.

For example, the Teams endpoint now includes the SR IDs for each team, allowing you to connect Synergy data with Sportradar's broader ecosystem.

For some endpoints, you can even query by SR IDs directly: https://api.sportradar.com/synergy/basketball/nba/games?teamId=sr:competitor:3411

    {
      "data": {
        "id": "54457dd3300969b132fcfe4b",
        "idsTeam": 1610612741,
        "name": "Chicago",
        "fullName": "Chicago Bulls",
        "abbr": "CHI",
        "conference": {
          "name": "Eastern Conference",
          "abbr": "EC",
          "id": "54457dce300969b132fcfb48"
        },
        "division": {
          "name": "Central Division",
          "abbr": "CD",
          "id": "54457dd0300969b132fcfba0"
        },
        "league": {
          "name": "NBA",
          "abbr": "N",
          "id": "54457dce300969b132fcfb34"
        },
        "sportradarId": "sr:competitor:3409"
      }
    },


Synergy Basketball API Release

Release Date

Announcement

09/23/2025

We've launched six unique Synergy Basketball APIs. These cover the NBA, WNBA, NBA G League, NCAA D1 Men, NCAA D1 Women, and International competitions.

These APIs deliver rich, structured data on every possession of every game, including:

  • Granular metadata: play types, lineups, defensive matchups, shot coordinates, and more.
  • Career endpoints for tracking a player's journey across leagues & seasons.
  • Millions of plays and advanced metrics, helping analysts, developers, and media partners understand the game at a deeper level.