Time

Retrieve accurate time information for any location worldwide, including timezone details, daylight saving time status, and formatted timestamps, supporting multiple time formats and timezone conversions.

Get the current time

Get the current time using multiple APIs. The first successful response will be returned.

GET
/ time

Response

{
  "type": "object",
  "properties": {
    "time": {
      "type": "string",
      "description": "The current time",
      "example": "2020-01-01T00:00:00Z"
    }
  },
  "required": [
    "time"
  ]
}
curl --request GET \
      --url https://apikiss.com/v1/chuck-norris-facts/ \
      --header 'Authorization: Bearer <token>'
{
      "fact": "Chuck Norris can divide by zero."
    }

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"

Try it out

Get Timezone Information

// Result will appear here