Schedules, box scores, player stats and play-by-play — one pipeline from the scorer’s table straight to your app.
Fixtures, live game state, scores and results — updated in real time while the game runs.
{
"game_id": "pba-2026-0412",
"status": "final",
"home": { "team": "Taguig Falcons",
"score": 98 },
"away": { "team": "Cebu Mariners",
"score": 92 },
"tipoff": "2026-08-24T11:00Z"
}
Season and career statistics, box scores and standings, finalized after every game.
{
"player_id": "plr-30117",
"name": "R. Delacruz",
"season": "2026",
"ppg": 21.4,
"rpg": 6.8,
"apg": 4.1,
"fg_pct": 0.487
}
Every scoring play, foul, substitution and timeout as a structured event stream.
{
"event_id": "evt-88231",
"clock": "Q4 02:31",
"type": "three_pointer",
"player": "R. Delacruz",
"team": "TGF",
"score": { "home": 95,
"away": 92 }
}
Data originates from our courtside scoring system, so coverage is first-hand: complete, correct and licensed at the source. More leagues are onboarding.
A consistent data model across all leagues, predictable REST conventions and a sandbox with a full demo game — integrate in days, not weeks.
curl "https://api.statsradar.io/v1/games?date=today" \
-H "Authorization: Bearer $STATSRADAR_KEY"
# 200 OK
{
"data": [{
"game_id": "pba-2026-0412",
"status": "live",
"clock": "Q3 05:12",
"home": { "team": "Taguig Falcons", "score": 71 },
"away": { "team": "Cebu Mariners", "score": 68 }
}]
}
Plans scale across three dimensions: data scope, real-time access and call volume.