ASN Lookup
This API method allows you to look up any given Autonomous System Number (ASN) and retrieve comprehensive data associated with it.
The information returned includes the ASN name, organization name, country, associated domain, contact email, phone number, total IPs, and a detailed list of all related routes (both IPv4 and IPv6). This functionality is essential for network analysis, troubleshooting, and understanding the infrastructure behind IP addresses.
Query Parameters
The asn command is used to specify the AS Number you want to lookup.
Sample value: AS6167
or 6167
Set this to yes
if you want to list all routes of both IPv4 and IPv6.
Expected values: yes
, or no
Sample value: yes
The format command is used to get a response in a specific format.
Expected values: JSON
, XML
, CSV
, or Newline
For more information please refer to Response Format.
The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.
Expected values: live
, or test
.
For more information please refer to Development Environment.
The callback command can help you make the response as a JSONP format.
Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName
.
For more information please refer to JSONP Callback.
Response properties
Autonomous System Number you’re looking up.
Name of the organization.
Country code of the organization.
Organization name.
Phone number contact for the organization.
Email contact for the organization.
Domain associated with the organization.
Status of the organization.
Date of organization creation.
Type of organization (“isp”, “hosting”, “business”, “education”, or “government”).
Registration information of the organization.
Response status (success
, or error
).
Time taken to process the data (in milliseconds).
Was this page helpful?