Synergy Basketball API Release
September 23rd, 2025
We are proud to announce the launch of 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
☑️ Sample Requests:
Events by Player (NBA) - https://api.sportradar.com/synergy/basketball/nba/seasons/ 55a494fe1e31501db44135b5/players/55a494fe1e31501db44135b5/events.json
Games (WNBA) - https://api.sportradar.com/synergy/basketball/wnba/games
🔢 Versions
⚙️ Return Sample
{
"meta": {
"pagination": {
"totalRecords": 2150
},
"warnings": []
},
"data": [
{
"data": {
"id": "651ee057731df04d60f6e99c",
"isHome": true,
"ftMade": 0,
"ftAttempt": 0,
"foulShot": false,
"hardDouble": false,
"pickAndRoll": false,
"gameQuarter": 1,
"clock": 7200,
"sob": false,
"eob": false,
"ato": true,
"zone": false,
"shortClock": false,
"press": false,
"shotX": -162,
"shotY": 219,
"plays": [
{
"name": "PandRBallHandler"
},
{
"name": "HighPandR"
},
{
"name": "DribbleOffPick"
},
{
"name": "DefenseCommits"
},
{
"name": "BallDelivered"
},
{
"name": "PandRRollMan"
},
{
"name": "PickandPops"
},
{
"name": "NoDribbleJumper"
},
{
"name": "Guarded"
},
{
"name": "Long3pt"
},
{
"name": "Make3Pts"
}
],
"assist": {
"name": "Mike Conley",
"id": "63e709a476cb1b2c6cd926f3"
},
"dPlayer": {
"name": "Kyrie Irving",
"id": "63e483e276cb1b2c6cdde1c4"
},
"sPlayer": {
"name": "Kyrie Irving",
"id": "63e483e276cb1b2c6cdde1c4"
},
"bPlayer": {
"name": "Luka Doncic",
"id": "5bb00f0daeda71993926f827"
},
"defense": {
"name": "Dallas",
"abbr": "DAL",
"id": "54457dd3300969b132fcfe42"
},
"offense": {
"name": "Minnesota",
"abbr": "MIN",
"id": "54457dd3300969b132fcfe45"
},
"oPlayer": {
"name": "Karl-Anthony Towns",
"id": "55a494fe1e31501db44135b5"
},
"rPlayer": {
"name": "Mike Conley",
"id": "63e709a476cb1b2c6cd926f3"
},
"description": "10 Mike Conley > P&R Ball Handler > High P&R > Dribble Off Pick > Defense Commits > Ball Delivered > 32 Karl-Anthony Towns > P&R Roll Man > Pick and Pops > No Dribble Jumper > Guarded > Long/3pt > Make 3 Pts",
"duration": 24858,
"utc": "2023-10-05T16:15:07.643Z",
"game": {
"awayTeam": {
"fullName": "Dallas Mavericks",
"conference": {
"name": "Western Conference",
"abbr": "WC",
"id": "54457dce300969b132fcfb49"
},
"division": {
"name": "Southwest Division",
"abbr": "SD",
"id": "54457dd0300969b132fcfba2"
},
"name": "Dallas",
"abbr": "DAL",
"id": "54457dd3300969b132fcfe42"
},
"competition": {
"name": "Pre-Season",
"id": "560100ac8dc7a24394b955ed"
},
"date": "2023-10-05T00:00:00Z",
"homeTeam": {
"fullName": "Minnesota Timberwolves",
"conference": {
"name": "Western Conference",
"abbr": "WC",
"id": "54457dce300969b132fcfb49"
},
"division": {
"name": "Northwest Division",
"abbr": "ND",
"id": "54457dd0300969b132fcfba3"
},
"name": "Minnesota",
"abbr": "MIN",
"id": "54457dd3300969b132fcfe45"
},
"league": {
"name": "NBA",
"abbr": "N",
"id": "54457dce300969b132fcfb34"
},
"season": {
"name": "2023-2024",
"id": "651b131d1507a2202c01094c"
},
"id": "651af2bfdc04cb227423cef8"
},
"offensiveLineup": [
{
"firstName": "Jaden",
"lastName": "McDaniels",
"name": "Jaden McDaniels",
"id": "5fd58bef5fe05a0e9f9242b9"
},
{
"firstName": "Karl-Anthony",
"lastName": "Towns",
"name": "Karl-Anthony Towns",
"id": "55a494fe1e31501db44135b5"
},
{
"firstName": "Rudy",
"lastName": "Gobert",
"name": "Rudy Gobert",
"id": "633cf9f540bed2399d551eed"
},
{
"firstName": "Nickeil",
"lastName": "Alexander-Walker",
"name": "Nickeil Alexander-Walker",
"id": "63e70b2076cb1b2c6ceeb8ab"
},
{
"firstName": "Mike",
"lastName": "Conley",
"name": "Mike Conley",
"id": "63e709a476cb1b2c6cd926f3"
}
],
"homeScore": 3,
"awayScore": 0
}
},