Execute a City level geo-targeting request using proxy credentials.

Example Use Case:

If you need to geo-target requests at the city level, simply append -city-<city_name> after the <geonode_username>-country-<country_code>.

Note that you can not target state and city at the same time.

Example Response:

{
  "status": "success",
  "continent": "North America",
  "continentCode": "NA",
  "country": "United States",
  "countryCode": "US",
  "region": "AL",
  "regionName": "Alabama",
  "city": "Decatur",
  "district": "",
  "zip": "35601",
  "lat": 34.5891,
  "lon": -86.9909,
  "timezone": "America/Chicago",
  "offset": -21600,
  "currency": "USD",
  "isp": "Charter Communications",
  "org": "Spectrum",
  "as": "AS20115 Charter Communications",
  "asname": "CHARTER-20115",
  "mobile": false,
  "proxy": false,
  "hosting": false,
  "query": "68.191.141.86"
}
Language