Abstract API · Example Payload

Timezones Current Time Response Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Timezones Current Time Response Example is an example object payload from Abstract API, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datetimetimezone_nametimezone_locationtimezone_abbreviationgmt_offsetis_dstrequested_locationlatitudelongitude

Example Payload

Raw ↑
{
  "datetime": "2026-04-19 10:30:00",
  "timezone_name": "America/New_York",
  "timezone_location": "New York, United States",
  "timezone_abbreviation": "EDT",
  "gmt_offset": -4,
  "is_dst": true,
  "requested_location": "New York City",
  "latitude": 40.7128,
  "longitude": -74.006
}