What Is My IP Address?

The address below is what every website you visit sees, together with the geolocation, network and privacy signals that api.ipapi.is derives from it.

Looking up your address…

Querying api.ipapi.is

What your IP address reveals

Your IP address is assigned by your internet provider and travels with every request your browser makes. On its own it does not identify you personally, but it is enough to place you in a city, name the network you are on, and tell a website whether you are on a home connection, a mobile carrier, a corporate network, or a datacenter.

Geolocation accuracy varies by how the address is routed. Residential broadband usually resolves to the right city, whereas mobile and satellite addresses can be off by hundreds of kilometres because the traffic exits through a small number of central gateways. The accuracy field above tells you which case you are in.

Why the location may look wrong

  • You are on a VPN or proxy. The location shown is the exit server, not you. That is the point of the service, and it is what the VPN and proxy flags above detect.
  • Your provider routes traffic centrally. Mobile networks in particular often hand out addresses that geolocate to the operator's core site rather than your cell.
  • The address was recently reassigned. Blocks move between providers and regions, and databases take time to catch up.

Query any address programmatically

Leaving off the q parameter returns the caller's own address, which is what this page does. Pass one to look up any address or ASN instead:

curl 'https://api.ipapi.is'
curl 'https://api.ipapi.is?q=8.8.8.8'

See the API documentation for the full response schema and the free tier limits.

Other IP tools