IPGeolocation.io · Example Payload

Ip Location Time Zone Example

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

Ip Location Time Zone Example is an example object payload from IPGeolocation.io, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameoffsetoffset_with_dstcurrent_timecurrent_time_unixcurrent_tz_abbreviationcurrent_tz_full_namestandard_tz_abbreviationstandard_tz_full_nameis_dstdst_savingsdst_existsdst_tz_abbreviationdst_tz_full_namedst_startdst_end

Example Payload

Raw ↑
{
  "name": "Europe/Stockholm",
  "offset": 1,
  "offset_with_dst": 1,
  "current_time": "2026-02-13 09:19:24.410+0100",
  "current_time_unix": 1770970764.41,
  "current_tz_abbreviation": "CET",
  "current_tz_full_name": "Central European Standard Time",
  "standard_tz_abbreviation": "CET",
  "standard_tz_full_name": "Central European Standard Time",
  "is_dst": false,
  "dst_savings": 0,
  "dst_exists": true,
  "dst_tz_abbreviation": "CEST",
  "dst_tz_full_name": "Central European Summer Time",
  "dst_start": "sample-string",
  "dst_end": "sample-string"
}