Retrieve the current server date and time for a specific timezone to synchronize your requests.
cURL
curl --request POST \ --url https://api.blitz-api.ai/v2/utilities/current-date \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "region": "America/New_York" } '
{ "datetime": "2026-01-08 12:00:00 -05:00", "timestamp": 1736385600, "timezone": "America/New_York", "timezone_name": "(GMT-05:00) New York" }
Your Blitz API Key.
"America/New_York"
OK
The response is of type object.
object