Football Fixtures

Fixture schedules and match metadata for football competitions.

Endpoint

GET /v2/football/fixtures

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 fixtures · javascript
const response = await fetch(
  "https://api.playlive7.com/v2/football/fixtures?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.