NBA G League API – Integration Guide
August 20th, 2026
A new Integration Guide is now available for the NBA G League API.
⭐ Benefit
The guide pairs step-by-step integration scenarios (schedules, live game updates, standings and rankings, rosters and player statuses, playoffs and tournaments, and change monitoring) with foundational pages covering the season model and league structure, a Game Status Workflow reference, per-feed update frequencies, and workflow diagrams.
🏀 Recommended Actions
- Start with the Overview for the guide map and a recommended reading order for new and experienced integrators
- Read G League Fundamentals for the season model (Showcase Cup, Regular Season, Post-season), the league structure, and what changes if you are coming from the NBA API
- Use the Game Status Workflow page when building polling loops or notification logic; treat
closed,cancelled, andunnecessaryas the only end states - Size polling against the Update Frequencies chart and drive live polling from the game
statusrather than fixed timers - Follow the Integration Scenarios that match your use case for end-to-end workflows with request and response examples
📄Documentation:
- NBA G League Integration Guide at https://developer.sportradar.com/basketball/docs/g-league-ig-overview
