← Back to catalog
geo.ip_geolocation
mock data$0.002 / callIP Geolocation (Geoapify)
Geolocate an IP address (IPv4/IPv6) to country, city, coordinates, and network info (Geoapify)
Input schema
iprequired
stringIPv4 or IPv6 address to geolocate (e.g. "8.8.8.8", "2001:4860:4860::8888").
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.ip_geolocation \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ip":"<ip>"}'