Skip to content

Current Time


Returns the current Time in all Timezones and Formats

GET /api/time/current-time
Terminal window
https://api.cookie-api.com/api/time/current-time


curl --location 'https://api.cookie-api.com/api/time/current-time' \
--header 'Authorization: API_Key'

Responses
{
"iso": "2024-07-14T18:32:42.016937+00:00",
"readable": "2024-07-14 18:32:42",
"timezones": {
"Africa/Abidjan": "2024-07-14 18:32:42",
"Africa/Accra": "2024-07-14 18:32:42",
"Africa/Addis_Ababa": "2024-07-14 21:32:42",
"Africa/Algiers": "2024-07-14 19:32:42",
"Africa/Asmara": "2024-07-14 21:32:42",
"Africa/Asmera": "2024-07-14 21:32:42",
"Africa/Bamako": "2024-07-14 18:32:42",
...
},
"unix": 1720981962
}