Skip to main content
POST
/
v2
/
utilities
/
current-date
Get Current Date and Time
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"
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Body

application/json
region
string
required
Example:

"America/New_York"

Response

OK

The response is of type object.