IPGeolocation.io · Example Payload

Timezone Location Example

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

Timezone Location 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

location_stringcontinent_codecontinent_namecountry_code2country_code3country_namecountry_name_officialis_eustate_provstate_codedistrictcitylocalityzipcodelatitudelongitude

Example Payload

Raw ↑
{
  "location_string": "London, UK",
  "continent_code": "EU",
  "continent_name": "Europe",
  "country_code2": "GB",
  "country_code3": "GBR",
  "country_name": "United Kingdom",
  "country_name_official": "United Kingdom of Great Britain and Northern Ireland",
  "is_eu": false,
  "state_prov": "England",
  "state_code": "GB-ENG",
  "district": "Greater London",
  "city": "London",
  "locality": "Westminster",
  "zipcode": "SW1A",
  "latitude": "51.50002",
  "longitude": "-0.19244"
}