My IP
Get your public IP address and get geolocation info for any IP: { "city": "North Bergen", "country": "US", "ip": "123.123.123.1", "loc": "40.8043,-74.0121", "org": "AB12345 Organizattion, LLC", "postal": "01234", "region": "New Jersey", "timezone": "America/New_York" }
My IP endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Public IP info /my_ip |
Get your public IP info as plain text Your IP address is: 123.123.123.1 City: North Bergen Region: New Jersey Country: US Loc: 40.8043,-74.0121 Org: AB12345 Organization, LLC… |
| GET |
IP info /ip_info/{ip} |
Get IP info as JSON { "city": "North Bergen", "country": "US", "ip": "123.123.123.1", "loc": "40.8043,-74.0121", "org": "AB12345 Organizattion, LLC", "postal": "01234", "region":… |