Getting Started

Create an API key, make your first request, and understand response conventions.

Create an API Key

Sign up for a free account and generate an API key from the dashboard. Keys are scoped to your workspace.

First Request

Send a GET request with your key in the x-api-key header. Start with /v2/cricket/events?live=true.

Response Format

All responses are JSON with data, meta, and error fields when applicable.

Hello World request · bash
curl "https://api.playlive7.com/v2/cricket/events?live=true" \
  -H "x-api-key: YOUR_API_KEY"

Ready to integrate?

Get your free API key and start making requests in minutes.