Timezone
Newby APIGridDatav1Updated 2026-03-31
5.0(1 reviews)
420k / month
Monthly Requests
154 ms
Avg Latency
99.99%
Uptime SLA
16
Endpoints
About this API
The Timezone API covers coordinates, IPs, cities, bulk resolution, time conversion, DST, business-hours overlap, weekend metadata, timezone boundaries, and scheduling helpers. Every endpoint is designed around rich timezone and time metadata so callers get multiple ready-to-use time formats in one response.
- Latitude and longitude, city, IP, and bulk timezone resolution
- Multiple time formats in every major endpoint response
- Current time, conversion, offset, DST, overlap, and calendar helpers
- Real timezone boundary GeoJSON from imported boundary datasets
- Business-hours overlap and schedule optimization helpers
- Shared schema source for admin sync, playground, and Postman export
Tags
#timezone#time conversion#dst#scheduling#geospatial#calendar
Quick Start
Shell
curl -X GET \
"https://api.apigrid.net/v1/timezone/lookup?lat=51.5074&lon=-0.1278" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Response example
JSON
{
"coordinates": {
"latitude": 51.5074,
"longitude": -0.1278
},
"timezone": {
"id": "Europe/London",
"name": "London",
"abbreviation": "BST",
"offset": "+01:00",
"offsetMinutes": 60,
"isDstActive": true,
"dstObserved": true
},
"time": {
"iso8601": "2026-03-29T12:30:00.000Z",
"rfc3339": "2026-03-29T13:30:00+01:00",
"unix": 1774787400,
"unixMs": 1774787400000,
"localDate": "2026-03-29",
"localTime24": "13:30:00",
"localTime12": "1:30:00 PM",
"localDateTime": "2026-03-29T13:30:00",
"weekday": "Sunday",
"dayPeriod": "Afternoon"
}
}Statistics
Monthly API calls420k / month
Average latency154 ms
Uptime SLA99.99%
Endpoints16
Versionv1
Last updated2026-03-31