IP
IP geolocation
Returns geolocation and network data for an IP address. Omit the ip parameter to look up the caller's IP.
get/ip
Query parameters
ipstring
Example:8.8.8.8
IP address to look up. Omit for caller's IP.
Response
IP geolocation data
Example response
{
"ip": "8.8.8.8",
"country_code": "US"
}