Abstract API · JSON Structure

Ip Intelligence Timezone Info Structure

TimezoneInfo schema from Abstract API ip-intelligence

Type: object Properties: 5
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

TimezoneInfo is a JSON Structure definition published by Abstract API, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name abbreviation utc_offset local_time is_dst

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/ip-intelligence-timezone-info-structure.json",
  "name": "TimezoneInfo",
  "description": "TimezoneInfo schema from Abstract API ip-intelligence",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "America/Los_Angeles"
    },
    "abbreviation": {
      "type": "string",
      "example": "PST"
    },
    "utc_offset": {
      "type": "int32",
      "example": -8
    },
    "local_time": {
      "type": "string",
      "example": "2026-04-19T10:30:00"
    },
    "is_dst": {
      "type": "boolean",
      "example": false
    }
  }
}