Skip to content

Time Converter


Converts the Time to either UNIX or ISO 8601

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


URL Parameters
timeEither a UNIX or ISO 8601 Timestamp

curl --location 'https://api.cookie-api.com/api/time/time-converter?time=1745140452' \
--header 'Authorization: API_Key'

Responses
{
"iso": "2025-08-10T11:26:07.892140",
"success": true,
"unix": 1754817967
}