curl --request GET \
     -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-country-<country_code>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "continent": "North America",
  "continentCode": "NA",
  "country": "Canada",
  "countryCode": "CA",
  "region": "QC",
  "regionName": "Quebec",
  "city": "Montreal",
  "district": "",
  "zip": "H2Y",
  "lat": 45.5088,
  "lon": -73.5878,
  "timezone": "America/Toronto",
  "offset": -18000,
  "currency": "CAD",
  "isp": "Bell Canada",
  "org": "Bell Canada",
  "as": "AS577 Bell Canada",
  "query": "207.134.47.124"
}

Response

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

The response is of type object.