What's my public ip and location?

My external public IP address and Geo location info:

{{ label }}:
{{ value }}
ip:
userAgent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
version:
country:
CA
city:
Toronto
region:
Ontario
regionCode:
ON
timezone:
America/Toronto
postalCode:
M4G
asn:
577
colo:
YYZ
asOrganization:
Bell Canada Business

Free ip API

1. Simple IP API: https://ips.im/api

Use Curl to get your ip address: curl https://ips.im/api

Response: 70.44.149.3

2. JSON API with Full IP Details: https://ips.im/api/json

Use Curl to get ip info: curl https://ips.im/api/json

Response:

{
  "ip": '70.44.149.3',
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36",
  "version": "",
  "country": "CA",
  "city": "Toronto",
  "region": "Ontario",
  "regionCode": "ON",
  "timezone": "America/Toronto",
  "postalCode": "M4G",
  "asn": 577,
  "colo": "YYZ",
  "asOrganization": "Bell Canada Business"
}
              

Switch Language