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
Example response
[
{
"Code": "AS12345",
"Cidr": "192.168.4.5/24",
"Name": "Acme Inc.",
"Country": "United States of America",
"CountryCode": "US",
"Region": "Washington",
"City": "Seattle"
}
]