get https://net.info/ip/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://net.info/ip/ipAddress \
--header 'accept: application/json'
xxxxxxxxxx
14{
"ip": "string",
"type": "private",
"location": {
"country": "string",
"region": "string",
"city": "string",
"lat": 0,
"lng": 0,
"postalCode": "string",
"timezone": "string",
"geonameId": 0
}
}