v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

List all the ASN that the company uses.

Within the Internet, an autonomous system (AS) is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators on behalf of a single administrative entity or domain that presents a common, clearly defined routing policy to the Internet. [ RFC 1930] The list of ASNs along with ISP, Country, City and network information used or owned by the organization.

get/api/v2/companies/{id}/asn

Path parameters

idinteger required

The id of the target company.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100 | 250
Example:10

The number of result items in a single response.

querystring
Example:AS12345

The value will be searched in the Code, Cidr, Name, Country, Region and City response fields.

Response

Success

Codestring

The ASN Code.

Cidrstring

The ASN scope in CIDR format.

Namestring nullable

The ASN name.

Countrystring

The ASN source country name.

CountryCodestring

The two letter country code of the ASN.

Regionstring

The region name of the ASN.

Citystring

The region name of the ASN.

Example response

[
  {
    "Code": "AS12345",
    "Cidr": "192.168.4.5/24",
    "Name": "Acme Inc.",
    "Country": "United States of America",
    "CountryCode": "US",
    "Region": "Washington",
    "City": "Seattle"
  }
]