curl -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-type-<type_of_ip>-country-<country_code>-asn-<ASN_NUMBER>:<geonode_password>" \
     --url "http://ip-api.com/json"
{
  "status": "success",
  "continent": "Europe",
  "continentCode": "EU",
  "country": "Russia",
  "countryCode": "RU",
  "region": "VGG",
  "regionName": "Volgograd Oblast",
  "city": "Volgograd",
  "district": "",
  "zip": "",
  "lat": 48.5044,
  "lon": 44.5838,
  "timezone": "Europe/Volgograd",
  "offset": 14400,
  "currency": "RUB",
  "isp": "JSC ER-Telecom Holding Volgograd branch",
  "org": "JSC Columbia-Telecom",
  "as": "AS50543 JSC ER-Telecom Holding",
  "asname": "SARATOV-AS",
  "mobile": false,
  "proxy": false,
  "hosting": false,
  "query": "83.167.79.185"
}

Response

200
application/json
Successful response providing detailed IP geolocation information.

The response is of type object.