v1
latestOpenAPI 3.0.12026-07-265331168.0 KBASN
Search ASN
Search Autonomous System Number (ASN) entries using various filters.
get/public/user/asn/search
Query parameters
asn_idstring
Unique identifier of the ASN
asn_namestring
Name associated with the ASN
country_idstring
Country identifier where the ASN is registered
asn_typestring
Type of the ASN (e.g., hosting, isp, business, etc.)
asn_rirstring
Regional Internet Registry (RIR) associated with the ASN
asn_ip_address_countstring
Count of IP addresses associated with the ASN
asn_node_countinteger
Current number of online nodes in the ASN
per_pageinteger
Number of items per page for pagination
pageinteger
Page number for pagination
sort_bystring
Key for sorting or random.
Response
Successful ASN search
Example response
{
"data": [
{
"asn_id": 13335,
"asn_ip_address_count": 1791744,
"asn_name": "Cloudflare, Inc.",
"asn_node_count": 1234,
"asn_rir": "apnic",
"asn_type": "hosting",
"country_id": "us"
}
],
"item_count": 1,
"message": "Asn search successful.",
"page": 1,
"per_page": 10,
"total_count": 1
}