Whois-RWS

About Whois-RWS

ARIN’s Whois-RWS is a public resource that allows a user to retrieve information about IP number resources, organizations, and Points of Contact (POCs) registered with ARIN. It pulls this information directly from ARIN’s database, which contains IPv4 and IPv6 addresses, Autonomous System Numbers (ASNs), organizations, customer reassignments, and related POCs.

ARIN provides a Representational State Transfer (REST)ful interface for Whois queries (Whois-RWS). RESTful systems usually utilize URLs that are sent using an Application Programming Interface (API). ARIN’s Whois-RWS can be accessed through its web interface with a browser or through command-line scripts.

Whois-RWS is still supported, but additional Whois functionality is available through Registration Data Access Protocol (RDAP). RDAP was developed by the IETF to enable querying registration data and to eventually replace the WHOIS protocol. ARIN provides Whois/RDAP through a web search interface. RDAP can also be accessed using clients or query URLs that can be used in scripts.

Accessing Whois-RWS

ARIN provides the following methods of accessing Whois-RWS:

You can also access Whois-RWS using a command-line interface.

Tips and Helpful Information for Searching in Whois-RWS

  • To guarantee matching only a single record, look it up by its handle using a handle-only search. In the record summary line, the handle is shown in parentheses after the name.
  • When using a handle to conduct a search for POC information, be sure to add the -ARIN extension.
  • Queries that return more than 256 results will stop displaying data after the limit has been reached for each record type. You may want to narrow your search criteria or add flags to your query to limit the results.
  • To search on an individual’s name, you can enter the last name, or to further restrict results, use the last name and first name, separated by a comma. (For example: Smith, John.)

Additional Help using Whois-RWS