Basic ASN
We provide detailed ASN data for all IP Addresses with the following fields: AS Name, AS Number, AS Route, the AS Organization's domain and the usage type. We have coverage of ~100K ASNs.
Example Request
curl "https://api.ipdata.co/8.8.8.8/asn?api-key=<<apiKey>>"
ipdata 8.8.8.8 -f asn
Sample Response
{
"asn": "AS15169",
"name": "Google LLC",
"domain": "google.com",
"route": "35.192.0.0/14",
"type": "hosting"
}
Data Fields
Field | Description |
---|---|
asn | The Autonomous System Number |
name | The name of the organization that owns the ASN |
domain | The website of the organization |
route | The network prefix the IP Address belongs to |
type | The usage type associated with the IP Address and ASN |
Usage Type
There are several options for usage type
Field | Description |
---|---|
hosting | Belonging to a datacenter (we have mapped 200M+ hosting IP addresses) |
isp | Belonging to ISP IP space (we have mapped 1B+ isp IPs) |
cdn | Belonging to a Content delivery network |
edu | Educational institutions |
gov | One of ~25,000 government agencies worldwide |
mil | Military organizations |
business | End-user organizations |
Updated 12 months ago