Documentazione
Verifica IP IPv4 e IPv6 istantanea con geolocalizzazione, ISP, ASN, stato IPv6 e rilevamento perdite.
Methodology and signal boundaries
This service separates server-observed network facts, local Geo datasets and browser-side evidence.
- The displayed public IP is the address observed by the service.
- Country, region, city, timezone, coordinates, ASN and organization come from a local dataset.
- WebRTC, DNS, language, timezone and IPv6 tests are independent browser-side observations.
- Unavailable, unknown, no observation and mismatch are different states.
Accuracy and freshness
IP geolocation describes a network allocation, not a device or household.
HTTP and JSON API
Core endpoints require no account or cookie.
| Path | Response |
|---|---|
GET / | Plain current IP |
GET /ip | Canonical current IP |
GET /info[/{ip}] | Rich UTF-8 plain text |
GET /ansi[/{ip}] | The /info view |
GET /field/{field}[/{ip}] | One scalar value |
GET /json | Structured current-IP result |
GET /json/{ip} | Structured lookup |
GET /ip/{ip} | Canonical target IP |
GET /api/v1/self | Versioned JSON |
GET /api/v1/lookup/{ip} | Versioned JSON |
curl -4 https://iprapid.com
curl -6 https://iprapid.com
curl -fsS https://iprapid.com/ip
curl -fsS https://iprapid.com/info
curl -fsS https://iprapid.com/ansi
curl -fsS https://iprapid.com/field/country-code
curl -sS https://iprapid.com/json
curl -sS https://iprapid.com/json/8.8.8.8
curl -sS https://iprapid.com/api/v1/self
curl.exe --fail --silent --show-error https://iprapid.com/info
Invoke-RestMethod -Uri 'https://iprapid.com/api/v1/self'
JSON headers
Privacy and retention
The lookup path does not write raw IP addresses.
Frequently asked questions
Is the displayed city my exact location?
No. IP geolocation is an approximate network-level estimate.
Does this service save my IP lookup in its database?
The application does not store raw IP addresses in its usage aggregates.
Why can IPv6 be unknown instead of unavailable?
An unconfigured probe cannot prove that IPv6 is absent.
What is inside a diagnostic share link?
Only redacted status values.