Example curl request
curl --request GET \
     -x "http://proxy.geonode.io:9000" \
     --user "<geonode_username>-country-us-not.asn-<asn_number>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "country": "United States",
  "countryCode": "US",
  "region": "MA",
  "regionName": "Massachusetts",
  "city": "Springfield",
  "zip": "01101",
  "lat": 42.0986,
  "lon": -72.5931,
  "timezone": "America/New_York",
  "isp": "RingSquared CC",
  "org": "",
  "as": "AS7849 RingSquared CC",
  "query": "161.77.215.31"
}

Response

200
application/json

Successful proxy response with ASN exclusion.

The response is of type object.