Abstract API · Example Payload

Timezones Convert Time Response Example

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

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

Top-level fields

base_locationbase_datetimebase_timezone_namebase_timezone_abbreviationbase_utc_offsettarget_locationtarget_datetimetarget_timezone_nametarget_timezone_abbreviationtarget_utc_offset

Example Payload

Raw ↑
{
  "base_location": "London",
  "base_datetime": "2026-04-19 10:30:00",
  "base_timezone_name": "Europe/London",
  "base_timezone_abbreviation": "BST",
  "base_utc_offset": 1,
  "target_location": "Tokyo",
  "target_datetime": "2026-04-19 18:30:00",
  "target_timezone_name": "Asia/Tokyo",
  "target_timezone_abbreviation": "JST",
  "target_utc_offset": 9
}