Timezone API
Try our Time Zone API
This API returns structured timezone related data of current query that you can use in realtime. The output will be directly related to the IPv4 IP fetched thru the API request you made.
Check Timezone By
IP Geolocation API Endpoint
https://dayadora.com/api/v1/timezone?api={API_KEY}
$.ajax({ url: "https://dayadora.com/api/v1/timezone", type: "GET", cache: false, datatype: "json", headers: { "Authorization": "Bearer {API_KEY}" }, success: function(response) { console.log(response); }, error: function(response) { console.log(response); } });
Optional Parameters
Key | Values |
---|---|
api | {api_key} |
address | 45.126.253.0 |
zone | Europe/Paris |
country | France |
Response Success
Status | Code | Output |
---|---|---|
success | 200 | {returns: 'json_object'} |
error | 200 | {message: "Timezone not found"} |
error | 204 | {message: "Your API limit for requesting Timezone information has been consumed."} |
Response Error
Status | Code | Output |
---|---|---|
error | 403 | {message: "Forbidden. Unauthorized access"} |
JSON Results
Fetching result...