| IP address | 2001:470:8964:fffb::4 |
|---|---|
| Decimal | 42540578207690006725909494284620398596 |
| Country | United States |
| Country (ISO) | US |
| Region | New York |
| Region code | NY |
| Latitude | 40.7126 |
| Longitude | -74.0066 |
| Timezone | America/New_York |
| ASN | AS6939 |
| Organization | Hurricane Electric LLC |
| Hostname | traefik.traefik-net |
Approximate location based on IP address. IP geolocation data is provided by MaxMind GeoLite2.
All data is available programmatically. When using curl, pass the -s flag to hide the progress bar.
These endpoints return plain text by default, with a trailing newline at the end.
| Command | Response |
|---|---|
curl ip.reliable.network |
2001:470:8964:fffb::4 |
curl ip.reliable.network/country |
United States |
curl ip.reliable.network/country-iso |
US |
curl ip.reliable.network/asn |
AS6939 |
Accept: application/json header to request response as JSON.?ip=IP to the request URL to lookup information for a different IP. This is not supported for the /port endpoint.These endpoints always return JSON.
| Command | Description |
|---|---|
curl ip.reliable.network/json |
Retrieve all IP information. See response. |
curl ip.reliable.network/port/<PORT> |
Check if given port is reachable. See port response. |
{
"ip": "2001:470:8964:fffb::4",
"ip_decimal": 42540578207690006725909494284620398596,
"country": "United States",
"country_iso": "US",
"country_eu": false,
"region_name": "New York",
"region_code": "NY",
"latitude": 40.7126,
"longitude": -74.0066,
"time_zone": "America/New_York",
"asn": "AS6939",
"asn_org": "Hurricane Electric LLC",
"hostname": "traefik.traefik-net",
"user_agent": {
"product": "Mozilla",
"version": "5.0",
"comment": "AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"raw_value": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
}
}
This is an example response. The actual result depends on the reachability of the queried port.
{
"ip": "2001:470:8964:fffb::4",
"port": 443,
"reachable": false
}
curl -4 or curl -6.