curl --request GET \
     -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-session-<randomString>-limit-<limit>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "country": "Algeria",
  "countryCode": "DZ",
  "region": "22",
  "regionName": "Sidi Bel Abbès",
  "city": "Sidi Bel Abbes",
  "zip": "22000",
  "lat": 34.8934,
  "lon": -0.6526,
  "timezone": "Africa/Algiers",
  "isp": "4 djaweb de AS fawri",
  "org": "",
  "as": "AS36947 Telecom Algeria",
  "query": "197.203.245.147"
}

Response

200
application/json
Bandwidth-limited proxy session executed successfully.

The response is of type object.