{
  "id": "my-ip",
  "slug": "my-ip-address",
  "title": "What's My IP, User Agent & Browser Info",
  "description": "See your public IP address, user agent, request headers and browser capabilities — instant lookup, no tracking.",
  "category": "networking",
  "tags": ["ip", "my ip", "user agent", "headers", "browser", "ipv4", "ipv6"],
  "icon": "globe",
  "needsBackend": true,
  "relatedModules": ["dns-lookup", "whois", "tcp-port-check"],
  "seoIntro": "Your public IP address is the identifier your network uses to communicate with the rest of the Internet. Your user agent describes your browser and operating system. Together they reveal a surprising amount about your setup.\n\nThis tool shows your public IP (both IPv4 and IPv6 if available), parses your user agent, lists every request header your browser sends and probes a few client-side capabilities — all in one place. We do not log or store any of this information.",
  "seoFaq": [
    { "q": "Why does my IP look different here than elsewhere?", "a": "If you use a VPN, proxy or corporate network, this is the IP that the rest of the Internet sees — not your private LAN IP." },
    { "q": "Can websites really see all those headers?", "a": "Yes. Every header listed here is sent automatically by your browser on every HTTP request." },
    { "q": "Is my data stored anywhere?", "a": "No. The information is computed live and discarded immediately. We do not log IPs or user agents for individual users." }
  ]
}
