[whatwg/url] metro (Issue #837)

### What is the issue with the URL Standard?

curl https://accountws.arin.net/public/rest/downloads/bulkwhois?apikey=API-1111-2222-3333-4444-5555-6666-7777-8888 > arin_bulkwhois.zip

To manage your API keys:

    Choose Settings from the menu under your name.
    In the Security Info section, from the Actions menu, choose Manage API Keys.

Using the Bulk Whois Data

Output from a Whois query is comprised of multiple objects drawn from a relational database. This data is available in two formats:

    The arin_db.txt file is a flat text dump of objects in this relational database. In total, the file may contain millions of database objects (POCs, Org IDs, NETs, and/or Autonomous System Numbers [ASNs]). You will need to spend a considerable amount of time constructing a framework into which you can import the raw, unsorted data. The individual objects contain referential information to the other objects with which they are associated. This referential information enables you to correlate relationships between objects.
    This data is also provided in xml format (arin_db.xml) to provide an easy way of parsing and manipulating the raw, unsorted data. By integrating a freely available XML parser or libraries with your custom software, you can simplify your process for accessing this data.

For information on the content and format of the Bulk Whois report, visit [Report Content](https://www.arin.net/reference/research/bulkwhois/#report-content)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/837
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/837@github.com>

Received on Saturday, 9 November 2024 17:40:14 UTC