Football API
Football API reference for live scores, fixtures, standings, and player data.
Overview
The football API provides normalized access to 900+ leagues worldwide. All endpoints return JSON and require an API key.
Base URL
https://api.playlive7.com/v2/football
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/football/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.