賽程、box score、球員數據與逐球記錄 —— 從記錄現場到你的應用,一條資料管線直達。
賽程、比賽狀態、比分與結果,比賽進行中即時更新。
{
"game_id": "pba-2026-0412",
"status": "final",
"home": { "team": "Taguig Falcons",
"score": 98 },
"away": { "team": "Cebu Mariners",
"score": 92 },
"tipoff": "2026-08-24T11:00Z"
}
賽季與生涯統計、box score 與排名,每場賽後定版。
{
"player_id": "plr-30117",
"name": "R. Delacruz",
"season": "2026",
"ppg": 21.4,
"rpg": 6.8,
"apg": 4.1,
"fg_pct": 0.487
}
每一次得分、犯規、換人與暫停,以結構化事件流交付。
{
"event_id": "evt-88231",
"clock": "Q4 02:31",
"type": "three_pointer",
"player": "R. Delacruz",
"team": "TGF",
"score": { "home": 95,
"away": 92 }
}
資料由我們的場邊記錄系統第一手產生,完整、正確、授權合法。更多聯盟持續接入中。
跨聯盟統一資料模型、可預測的 REST 慣例,加上含完整示範賽事的沙盒 —— 串接以天計,而非數週。
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 }
}]
}
方案以三個維度分級:資料範圍 × 即時性 × 呼叫量。