v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
ASN

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

item_countinteger

Total number of Asn items returned in the data field.

messagestring

Status message for the search.

pageinteger

Current page number of the search results returned.

per_pageinteger

Number of Asn items returned per page.

total_countinteger

Total of Asn items that match the search filter.

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
}