# Date

## /date

Returns today's date and time in various formats like dd/mm/YYYY, ISO8601 and UNIX

### Query parameters

`format` EU *or* US

{% hint style="info" %}
Based on the selected format you will get the value **"date"** as follows:

EU: **dd/mm/YYYY**\
US: **YYYY-mm-dd**
{% endhint %}

### Example Response

```
{
    "date": "17/04/2024",
    "time": "21:22:38",
    "iso8601": "2024-04-17T19:22:38.249Z",
    "unix": 1713381758
}
```
