Timezones
GET
https://devapi.admin.iotait.tech/api/v1/football/timezonesEvery timezone accepted by the timezone parameter, as a list of IANA names.
meta.cache reads HIT.Query parameters
None. Call it as it is.
Example request
Paste this straight into Postman with Import → Raw text.
curl
curl --location --request GET 'https://devapi.admin.iotait.tech/api/v1/football/timezones' \
--header 'Accept: application/json' \
--header 'X-API-Key: api_mart_your_key_here'Response
json
{
"success": true,
"data": [
"Africa/Abidjan"
],
"meta": {
"results": 427,
"page": 1,
"total_pages": 1
}
}