Basketball API
Basketball Data API for Developers
Ship basketball products faster with normalized fixtures, live scores, standings, teams, and players. Playlive7 delivers real-time updates across 200+ basketball leagues through a single predictable schema.
API capabilities
- real-time live score updates
- Coverage across 200+ basketball leagues
- Normalized JSON responses
- Historical and pre-match data
- Webhooks and streaming options
- Enterprise SLA on paid plans
Explore endpoints
API examples
Live scores · javascript
const res = await fetch("https://api.playlive7.com/v2/basketball/events?live=true", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();Fixtures · curl
curl -G "https://api.playlive7.com/v2/basketball/fixtures" \
-H "x-api-key: YOUR_API_KEY" \
-d "date=2026-06-01"Frequently asked questions
Start building with the Basketball API
Get your free API key, explore documentation, and ship live basketball experiences in minutes.