Skip to main content
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

status
string
Example:
country
string
Example:
countryCode
string
Example:
region
string
Example:
regionName
string
Example:
city
string
Example:
zip
string
Example:
lat
number
Example:
lon
number
Example:
timezone
string
Example:
isp
string
Example:
org
string
Example:
as
string
Example:
query
string
Example: