API explorer / v1
Useful endpoints.
Ready to run.
Search the directory, inspect parameters, and execute live GET requests without leaving the page.
Utility / v1
Time
Returns the current instant formatted in a valid IANA timezone, including the local date, time, and UTC offset.
timezoneIANA timezoneDefaults to UTC. Example: Africa/Johannesburg.
ResponseRun an actual request
{
"success": true,
"data": {
"timezone": "Africa/Johannesburg",
"datetime": "2026-08-31T14:28:00+02:00",
"utc_offset": "+02:00"
}
}Read endpoint documentation