Basic ASN
We provide detailed ASNASN - An ASN is a 32-bit number than identifies an Autonomous System. An autonomous system (AS) is a large network or group of networks that has a unified routing policy. 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 ASNASN - An ASN is a 32-bit number than identifies an Autonomous System. An autonomous system (AS) is a large network or group of networks that has a unified routing policy.s.
Example Request
curl "https://api.ipdata.co/8.8.8.8/asn?api-key=test"
ipdata 8.8.8.8 --fields 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 about 2 months ago