APIs

This documentation provides information related to all the public APIs published by Arbre Creations Pvt. Ltd.

Generic Datetime API

Get current datetime based on timezone

GET https://dev.arbre.in/api/getdatetime

List of supported timezones: https://dev.arbre.in/api/timezones

Path Parameters

Name
Type
Description

timezone

string

<Valid Timezone String>

{
    "data": {
        "current_datetime": "2021-09-16 00:53:18",
        "timezone": "Asia/Kolkata"
    }
}

Last updated

Was this helpful?