get http://ip-api.com/json/
Execute a geo-targeting request using proxy credentials.
Example Use Case:
If you need to geo-target requests at the country level, simply append -country-<country_code>
after the <geonode_username>
.
Example Response:
{
"status": "success",
"continent": "North America",
"continentCode": "NA",
"country": "Canada",
"countryCode": "CA",
"region": "QC",
"regionName": "Quebec",
"city": "Granby",
"district": "",
"zip": "J2H",
"lat": 45.3918,
"lon": -72.6998,
"timezone": "America/Toronto",
"offset": -18000,
"currency": "CAD",
"isp": "Bell Canada",
"org": "Sympatico HSE",
"as": "AS577 Bell Canada",
"asname": "BACOM",
"mobile": false,
"proxy": false,
"hosting": false,
"query": "192.168.1.1"
}