IPify
A simple IP Address API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://www.ipify.org/
Overview
IPify is the simplest possible IP-address API: it tells you your public IP address in plain text or JSON. No registration, no key, no limits for basic use. It’s the canonical “what’s my IP” endpoint for server checks, client-side diagnostics, and status pages.
Note:
geo.ipify.org(the URL in the listing) is the paid geolocation product — the free IP-lookup API lives atapi.ipify.organd is documented at ipify.org.
Quick Start
Plain text (works in any shell):
curl "https://api.ipify.org"
JSON (verified live):
curl "https://api.ipify.org?format=json"
{"ip":"210.61.187.110"}
IPv6 (via the v6 endpoint):
curl "https://api64.ipify.org?format=json"
Authentication
None — keyless, registration-free.
Rate Limits & Notes
- Free for reasonable use; no hard documented limit (don’t hammer it — it’s a free service).
- CORS is enabled (
Access-Control-Allow-Origin: *verified), so browser clients work. - HTTPS is supported — always use it.
api64.ipify.orgreturns your IP in both IPv4 and IPv6 environments.
FAQ
Is IPify free? Yes — free, keyless, no registration.
What’s the difference between api.ipify.org and geo.ipify.org?
api.ipify.org is the free IP lookup; geo.ipify.org is the paid geolocation product.
Can I call it from the browser? Yes — CORS is enabled.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |