# heresmyip.com > Free public IP lookup utility for developers. Returns plain-text IP from curl, full details in the browser. No logs, no cookies, no tracking. heresmyip.com is a bilingual (English + Spanish) developer-friendly IP checking tool. When accessed via curl, wget, or other CLI tools, it returns the client's public IP address in plain text. Browser users get a rich UI with location, ISP, timezone, User-Agent, and interactive documentation. Geolocation is resolved locally via MaxMind GeoLite2 databases — no external API calls. ## Tool endpoints - [Home](https://heresmyip.com): Rich UI for browsers, plain-text IP for CLI tools - [/ip](https://heresmyip.com/ip): Plain-text IP only - [/json](https://heresmyip.com/json): Full connection details as JSON (ip, city, region, country, countryCode, latitude, longitude, timezone, asn, org) - [/ua](https://heresmyip.com/ua): User-Agent as plain text - [/all](https://heresmyip.com/all): All details as plain text ## Guides (English) - [What does my IP reveal](https://heresmyip.com/what-does-my-ip-reveal): Exactly what information your IP exposes (location, ISP, ASN, timezone) and what it does not - [IPv4 vs IPv6](https://heresmyip.com/ipv4-vs-ipv6): Protocol differences, format, adoption rates, and privacy implications - [curl IP address](https://heresmyip.com/curl-ip-address): One-liners for curl, wget, PowerShell, and Python across every OS - [Is my IP being tracked](https://heresmyip.com/is-my-ip-being-tracked): Tracking mechanisms (IP, cookies, fingerprinting) and defenses - [How to hide my IP](https://heresmyip.com/how-to-hide-my-ip-address): VPN, Tor, proxy, and public Wi-Fi compared honestly - [Why is my IP showing wrong location](https://heresmyip.com/why-is-my-ip-showing-wrong-location): ISP routing, CGNAT, database lag, and fixes - [Find IP on Mac, Windows, Linux](https://heresmyip.com/find-ip-address-on-mac-windows-linux): Step-by-step for macOS, Windows, Linux, iOS, Android ## Guides (Español) - [Qué revela mi IP](https://heresmyip.com/es/que-revela-mi-direccion-ip): Información que expone tu dirección IP y lo que no - [IPv4 vs IPv6](https://heresmyip.com/es/ipv4-vs-ipv6): Diferencias entre protocolos y por qué se migra a IPv6 - [curl dirección IP](https://heresmyip.com/es/curl-direccion-ip): Comandos para saber tu IP desde la terminal - [Están rastreando mi IP](https://heresmyip.com/es/estan-rastreando-mi-ip): Cómo se rastrea tu IP online y cómo protegerte - [Cómo ocultar mi IP](https://heresmyip.com/es/como-ocultar-mi-direccion-ip): VPN, Tor, proxy y Wi-Fi público comparados - [Por qué mi IP muestra otra ubicación](https://heresmyip.com/es/por-que-mi-ip-muestra-otra-ubicacion): ISP, CGNAT y bases de datos desactualizadas - [Encontrar IP en Mac, Windows, Linux](https://heresmyip.com/es/encontrar-ip-en-mac-windows-linux): Instrucciones paso a paso por sistema operativo ## Privacy stance - No cookies, no trackers, no analytics, no logs - Each request is processed in real time and discarded - CORS enabled for /ip, /json, /ua, /all - Geolocation resolved locally via MaxMind GeoLite2 (no third-party geo API calls) - Open to all AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.)