curl --request GET \
     -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-country-<country_code>-city-<city_name>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "continent": "North America",
  "continentCode": "NA",
  "country": "United States",
  "countryCode": "US",
  "region": "AL",
  "regionName": "Alabama",
  "city": "Decatur",
  "district": "",
  "zip": 35601,
  "query": "68.191.141.86"
}

Response

200
application/json
Successful response from City Targeting API.

The response is of type object.