Abstract API · Example Payload

Ip Geolocation Ip Geolocation Response Example

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

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

Top-level fields

ip_addresscitycity_geoname_idregionregion_iso_coderegion_geoname_idpostal_codecountrycountry_codecountry_geoname_idcountry_is_eucontinentcontinent_codecontinent_geoname_idlongitudelatitudesecuritytimezoneflagcurrency

Example Payload

Raw ↑
{
  "ip_address": "8.8.8.8",
  "city": "Mountain View",
  "city_geoname_id": 5375480,
  "region": "California",
  "region_iso_code": "CA",
  "region_geoname_id": 5332921,
  "postal_code": "94043",
  "country": "United States",
  "country_code": "US",
  "country_geoname_id": 6252001,
  "country_is_eu": false,
  "continent": "North America",
  "continent_code": "NA",
  "continent_geoname_id": 6255149,
  "longitude": -122.0838,
  "latitude": 37.386,
  "security": "https://www.example.com",
  "timezone": "sample-value",
  "flag": "sample-value",
  "currency": "sample-value"
}