Cricket Standings
League table and ranking endpoints for cricket.
Endpoint
GET /v2/cricket/standings
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 standings · javascript
const response = await fetch(
"https://api.playlive7.com/v2/cricket/standings?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.