v1
latestOpenAPI 3.0.12026-07-265331168.0 KBASN
Retrieve ASN
Retrieves a specific ASN.
get/public/user/asn/retrieve/{asn_id}
Path parameters
asn_idstring required
ID of the ASN to retrieve
Response
Successful ASN Retrieve
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"
},
"message": "Asn successfully retrieved."
}