Dates and timezones
Kickoffs are UTC. Date routes are Europe/Paris. The payload always tells you which.
Kickoffs are UTC
Match kickoff values are ISO 8601 UTC timestamps ending in Z.
"kickoff": "2026-07-18T15:00:00Z"
Date routes use Europe/Paris
Date-based routes (today's matches,
today's picks, and the start
parameter of league matches) use the API
timezone Europe/Paris and return it explicitly in the payload.
| Field | Format | Timezone |
|---|---|---|
kickoff | ISO 8601 with Z | UTC |
start (query) | YYYY-MM-DD | Europe/Paris |
date (response) | YYYY-MM-DD | Europe/Paris |
timezone (response) | IANA name | Always returned |