This entity describes an autonomous system data model.

AttributeDescriptionExample
data.items[].as_org
string
The name of the organization that is associated with the autonomous system.LVLT-1
data.items[].asn
integer
The number of the autonomous system.7018
data.items[].ipv4_prefixes
array
The list of IPv4 prefixes that belong to this autonomous system.{"cidr": "12.51.30.0/24", "isp": "AT&T Services"}
data.items[].ipv6_prefixes
array
The list of IPv6 prefixes that belong to this autonomous system.{"cidr": "2607:f8b0::/32"}
{
  "as_org": "string",
  "asn": 0,
  "ipv4_prefixes": [
    {
      "cidr": "string",
      "isp": "string"
    }
  ],
  "ipv6_prefixes": [
    {
      "cidr": "string",
      "isp": "string"
    }
  ]
}