IP Address Lookup

Discover your public IP address and access our free IP API

Your Current IP Address

{{ currentIP }}

Loading your IP address...

Your IP Address Details

{{ label }}: {{ value }}

Loading your IP information...

Free IP API

1. Simple IP API

Endpoint: https://ips.im/api

Usage: curl https://ips.im/api

Response: 70.44.149.3

2. JSON API with Full IP Details

Endpoint: https://ips.im/api/json

Usage: curl https://ips.im/api/json

Response:

{
  "ip": "70.44.149.3",
  "userAgent": "Mozilla/5.0 ...",
  "country": "CA",
  "city": "Toronto",
  "region": "Ontario",
  "timezone": "America/Toronto",
  "asOrganization": "Bell Canada Business"
}
                    

Frequently Asked Questions

What is an IP address lookup?

An IP address lookup is a process of determining the geographic location and other information associated with a specific IP address. It helps you understand where an internet connection is coming from and provides details about the network.

How can I find my public IP address?

You can find your public IP address by using our tool above or by accessing our simple API endpoint. Your public IP address is the unique identifier assigned to your internet connection by your ISP.

What is an IP API?

An IP API (Application Programming Interface) is a service that allows developers to programmatically access IP address information. Our free IP API provides both a simple endpoint for retrieving just the IP address and a JSON endpoint for detailed information.

Is my IP address information accurate?

While we strive to provide accurate information, IP geolocation data can sometimes be approximate. Factors such as VPNs, proxy servers, or outdated databases can affect accuracy. For most users, the information is generally reliable for determining the approximate location and network details.