curl --request GET \
     -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-country-<country_code>-state-<state_name>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "continent": "North America",
  "continentCode": "NA",
  "country": "Canada",
  "countryCode": "CA",
  "region": "QC",
  "regionName": "Quebec",
  "city": "Granby",
  "district": "",
  "zip": "J2H",
  "query": "192.168.1.1"
}

Response

200
application/json
Successful response from Geo-Targeting API.

The response is of type object.