curl -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-country-<country_code>-session-<session_id>:<geonode_password>" \
     --url "http://ip-api.com/json" \
     --header "Accept: application/json"
{
  "status": "<string>",
  "continent": "<string>",
  "continentCode": "<string>",
  "country": "<string>",
  "countryCode": "<string>",
  "region": "<string>",
  "regionName": "<string>",
  "city": "<string>",
  "district": "<string>",
  "zip": "<string>",
  "lat": 123,
  "lon": 123,
  "timezone": "<string>",
  "offset": 123,
  "currency": "<string>",
  "isp": "<string>",
  "org": "<string>",
  "as": "<string>",
  "asname": "<string>",
  "mobile": true,
  "proxy": true,
  "hosting": true,
  "query": "<string>"
}

Response

200
application/json
Successfully filtered IPs based on type.

The response is of type object.