Anycast IP
IPs reachable from many physical locations.
| ID | anycast_ip_v1 |
|---|---|
| Formats | csvgz, mmdb |
| Update Frequency | Daily |
| Last Updated | September 21st 2026 (today) |
| Entries | 6,043 |
File Size (csvgz) | 34.7 KB |
File Size (mmdb) | 246 KB |
Overview
Useful for explaining why a single IP appears to span multiple geographies and for handling such IPs distinctly in geolocation, latency, and abuse-attribution logic.
Formats
curl -L -o anycast_ip_v1.csv.gz -X GET "https://internetdata.io/api/v2/database/download?id=anycast_ip_v1&format=csvgz&apikey=$APIKEY"Schema
| Name | Type | Description |
|---|---|---|
start_ip | ipaddress | Start IP of the anycast range. |
end_ip | ipaddress | End IP of the anycast range. |
Samples
| start_ip | end_ip |
|---|---|
71.18.30.0 | 71.18.30.255 |
2606:4700:3001:: | 2606:4700:3001:ffff:ffff:ffff:ffff:ffff |
2607:f740:e631:: | 2607:f740:e631:ffff:ffff:ffff:ffff:ffff |
170.176.163.0 | 170.176.163.255 |
23.238.162.0 | 23.238.162.255 |
curl -L -o anycast_ip_v1.mmdb -X GET "https://internetdata.io/api/v2/database/download?id=anycast_ip_v1&format=mmdb&apikey=$APIKEY"Schema
Schema TBD.
Samples
(empty per-IP record — the lookup result for any matching IP carries no values.)