APIEndpoint referenceWorld cup
/world-cup/kickoff
The earliest upcoming World Cup fixture, which drives the homepage countdown.
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/problem+json
curl -X GET "https://example.com/api/v2/world-cup/kickoff"{ "$schema": "https://example.com/schemas/WorldCupKickoffOKBody.json", "kickoff": 0}
