v1

latestOpenAPI 3.0.3Commercial2026-07-1312828.4 KB
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

ipstring
countrystring nullable
country_codestring nullable
citystring nullable
latitudenumber double nullable
longitudenumber double nullable
timezonestring nullable
orgstring nullable
asnstring nullable

Example response

{
  "ip": "8.8.8.8",
  "country_code": "US"
}