Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Summary Data

Andrew Newton edited this page Feb 20, 2018 · 2 revisions

(this feature is in development)

One of the benefits of RDAP is the formal definition of data from registries. However, since RDAP supports multiple types of registries, some items of information can be represented in multiple ways making programmatic use of that information difficult.

To make this information easier to obtain, NicInfo has a feature called "summary information". This feature places a JSON object in the root of IP network, autnum, nameserver, domain, and entity lookups named nicinfo_summary_data. This JSON object contains up to 10 properties of information commonly sought through RDAP queries.

  "nicinfo_summary_data": {
    "service_operator": "apnic.net",
    "listed_name": "John Gibbins ( JG651-AP )",
    "abuse_email": "abuse@csiro.au",
    "last_changed_date": "Wed, 30 Aug 2017 07:19:11 -0000",
    "listed_country": "AU",
    "CIDRs": [
      "192.149.36.0/24"
    ]
  }

Clone this wiki locally