StatsHub Docs
APIEndpoint referenceWorld cup

/world-cup/kickoff

The earliest upcoming World Cup fixture, which drives the homepage countdown.

GET
/api/world-cup/kickoff

The earliest upcoming World Cup fixture, which drives the homepage countdown.

A failure answers 200 with a null kickoff rather than a 500 — the countdown is decoration, and the original chose not to fail a page load over it.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/world-cup/kickoff"
{  "kickoff": 0}