Basketball Live Scores
Live basketball score endpoint documentation with event state and scoring updates.
Endpoint
GET /v2/basketball/live-scores
Parameters
leagueID, season, date, page, limit, and include parameters are supported depending on endpoint.
Response
Responses include a data object, pagination metadata, and request identifiers for debugging.
Fetch live-scores · javascript
const response = await fetch(
"https://api.playlive7.com/v2/basketball/live-scores?leagueID=TOP",
{ headers: { "x-api-key": process.env.PLAYLIVE7_API_KEY } }
);
const json = await response.json();Ready to integrate?
Get your free API key and start making requests in minutes.