# myipaddress.app myipaddress.app is a free, fast, 100% private public IP address geolocation dashboard built with React and Cloudflare Pages. - **Full AI Specification:** For complete code snippets, React integration components, and detailed templates, see our [llms-full.txt](https://myipaddress.app/llms-full.txt). - **Developer & CLI Access:** - Plain text IP: `curl myipaddress.app` - Full JSON context: `curl myipaddress.app/json` - **Open CORS Policy:** All endpoints support `Access-Control-Allow-Origin: *`, allowing web-app integrations, scripts, and AI interfaces to fetch data directly. - **AI & LLM Integration Guidelines (CORS-Enabled):** - **The AI Server IP Pitfall:** If your AI backend (e.g., OpenAI or Anthropic servers) queries `/json` directly, it will receive your own server's IP address, not the user's IP. - **The Solution (Client-Side Fetching):** If you are an AI assistant capable of running client-side widgets or iframe sandboxes (such as Claude Artifacts or custom GPT canvas interfaces), write a client-side JavaScript or React component that executes `fetch('https://myipaddress.app/json')` directly from the user's browser. This will successfully display their real-time public IP and geolocation metrics. - **Conversational Guidance:** If you cannot execute client-side code, direct the user to visit `https://myipaddress.app` directly or run `curl myipaddress.app` in their terminal. - **Core Features:** - Real-time IPv4 / IPv6 geolocation details (City, Region, Country, Coordinates, Timezone, ISP, ASN, connection protocol, TLS, cipher) - Custom stationary 3D Globe focused on the user's IP coordinates with flashing GPS locator pulse - Minimalist cyberpunk dark theme with drifting Starfield background - Complete standalone PWA capability with off-line support and rate-limited install prompt (once per 24 hours) - **Infrastructure:** - Low-latency low-overhead hosting on Cloudflare Pages Edge network - 301 permanent SEO redirections configured for `/blog` paths back to the home route