IPconf

About IPconf

IPconf is a free, no-signup tool and API for checking your public IP, looking up geolocation, and running everyday network diagnostics — DNS, ping, traceroute, SSL, WHOIS, HTTP headers, port scans, and more.

What you can do here

Built for developers

We picked design choices a developer would pick. The root domain returns plain text to curl / wget / scripted clients, and HTML to browsers — so you can pipe the result into a shell variable without parsing. The JSON endpoint is a flat object you can pipe through jq or any HTTP client. Tool endpoints all share the same POST /api/tools/<name> shape with a JSON body. No sign-up, no email verification, no dashboards to navigate.

Data sources and accuracy

Geolocation is built on MaxMind GeoLite2 (country, city, ASN), with manual calibration for Chinese carrier blocks and a user-driven correction queue. Country-level accuracy is typically >95%; region- and city-level accuracy is best-effort and noticeably weaker for mobile carriers running CGN, large enterprise networks, and any cloud / VPS IP. Treat the data as a hint, not an identity claim.

If something looks wrong on a specific IP, the result page has a Report button that queues a correction we review and apply within a few hours.

Privacy

We don't require accounts. We don't profile visitors across sessions. Browser-side analytics is limited to either Google Analytics or Baidu Analytics (whichever your region uses), and you can opt out by blocking the analytics domain. Server logs of your IP are kept for at most 30 days for abuse prevention and aggregate statistics. See our privacy policy for the full details.

Two domains, one service

Both domains share the same backend API (api.ipconf.me) and the same data, so the answer you get is identical regardless of which one you query.

Attribution

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com. Chinese-network metadata is enriched by ip-api.com for ISP and region naming.

Feedback and corrections

Found a bug, wrong geolocation, missing feature, or unclear doc? Use the Report button on any IP page, or open an issue on the project repository. We read everything.