Cricket API
Cricket API reference for live scores, fixtures, standings, and player data.
Overview
The cricket API provides normalized access to 120+ competitions. All endpoints return JSON and require an API key.
Base URL
https://api.playlive7.com/v2/cricket
Quick Start
Request live events with league filters, then hydrate detail pages using fixtures, standings, and player endpoints.
List live events · bash
curl -G "https://api.playlive7.com/v2/cricket/events" \
-H "x-api-key: YOUR_API_KEY" \
-d "live=true"Ready to integrate?
Get your free API key and start making requests in minutes.