Example curl request
curl --request GET \
     -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-country-<country_code>-not.state-<state_1>,<state_2>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "country": "United States",
  "countryCode": "US",
  "region": "NY",
  "regionName": "New York",
  "city": "Queens",
  "zip": "11436",
  "lat": 40.6744,
  "lon": -73.8016,
  "timezone": "America/New_York",
  "isp": "Charter Communications",
  "org": "Spectrum",
  "as": "AS12271 Charter Communications Inc",
  "query": "72.227.174.55"
}

Response

200
application/json

Successful proxy response with excluded states.

The response is of type object.