What is my IP address?
216.73.217.33
216.73.217.33
Simple REST API. Grab your IP, geo, ASN or full metadata with a single curl.
Zero logs, zero cookies, zero tracking. Your data never touches a database.
Content negotiation built-in: browsers get HTML, curl gets plain text, scripts get JSON.
/Plain text IP (curl-friendly)/jsonFull JSON: IP, geo, ASN, protocol/geoIP + geolocation fields only/asnIP + ASN fields only/dnsReverse DNS lookup/headersIP + safe HTTP request headers/healthService health check# Get your IP as plain text
curl ip.clk.am
curl ip.clk.am/json
curl ip.clk.am/geo
curl ip.clk.am/asn
This service does not log, store, or share your IP address or any request data. Each response is generated from your live connection and discarded immediately.
Geolocation is derived from network metadata and may not reflect your physical location. Accuracy varies by ISP and region.
ip.clk.am runs on Cloudflare's global edge network across 300+ cities in 100+ countries. Every request is routed to the nearest point-of-presence, delivering sub-50ms response times for most of the world. There is no single-origin bottleneck, no cold-start latency, and no regional failover to configure. The service is stateless by design — no database queries, no disk I/O — so it scales to any traffic volume without degradation. Uptime follows Cloudflare's SLA for edge Workers.
Several alternatives exist — ifconfig.me, ipify.org, icanhazip.com — and they all return an IP. The difference is in the details. ip.clk.am serves the same endpoint with content negotiation: browsers get a full HTML page, curl gets plain text, scripts get JSON or YAML — no endpoint switching needed. It is dual-stack: IPv4 and IPv6 are both detected, and when you connect over IPv6 the page fetches your IPv4 from a secondary probe automatically. The service is free and imposes no rate limits for reasonable programmatic use. There are no API keys, no sign-up, no quotas. Geolocation, ASN lookup, reverse DNS, and HTTP header inspection are all available as discrete endpoints on the same base URL. Everything runs at the edge — no proxying to an origin, no latency tax.
ip.clk.am is one tool in the CLK.AM platform — a privacy-first site intelligence suite built for developers and digital teams. CLK.AM also provides cookieless analytics with full data ownership, and a short-link engine optimized for attribution. All products share the same edge infrastructure and the same design principle: no third-party data brokers, no hidden tracking, no lock-in.