UnifyAPI
← Back to catalog

geo.ip_geolocation

mock data$0.002 / call

IP Geolocation (Geoapify)

Geolocate an IP address (IPv4/IPv6) to country, city, coordinates, and network info (Geoapify)

Geo & Mapsprovider: Geo#geo#geo

Input schema

iprequired

IPv4 or IPv6 address to geolocate (e.g. "8.8.8.8", "2001:4860:4860::8888").

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.