This data call returns whois information from the relevant Regional Internet Registry and Routing Registry.
https://stat.ripe.net/data/whois/data.<format>?<parameters>
e.g. https://stat.ripe.net/data/whois/data.json?resource=192.0.20/23
Parameters
Key
|
Value
|
Info
|
Required
|
resource
|
ASN/IPv4/IPv6
|
-
|
YES
|
Output
Data
Key
|
Info
|
authorities
|
holds the authorities that were involved in the query (e.g. "ripe", "afrinic", "apnic", "lacnic", "arin", "iana")
|
records
|
A list of whois records returned for this resource (authorities are combined); each record is an array of entries with the following structure:
key |
type of the entry (e.g. "aut-num", "as-name"...) |
value |
the value of that entry |
details_link |
in case it's available it provides a link with further informations (either on RIPEstat or the responsible whois database) |
|
irr_records
|
A list of records returned for Routing Registries (RIPE, RADB...); each record is an array of entries with the following structure:
key |
type of the entry (e.g. "route", "descr", "origin", "source"...) |
value |
the value of that entry |
details_link |
in case it's available it provides a link with further informations (either on RIPEstat or the responsible IRR database) |
|
resource
|
holds the resource the query was based on
|
query_time
|
holds the time the query was based on
|
Example
"data": {
"authorities": [
"ripe"
],
"irr_records": [
[
{
"details_link": "https://stat.ripe.net/193.0.20.0/23",
"key": "route",
"value": "193.0.20.0/23"
},
{
"details_link": null,
"key": "descr",
"value": "RIPE-NCC"
},
{
"details_link": "https://stat.ripe.net/AS3333",
"key": "origin",
"value": "AS3333"
},
{
"details_link": "https://rest.db.ripe.net/ripe/mntner/RIPE-NCC-MNT",
"key": "mnt-by",
"value": "RIPE-NCC-MNT"
},
{
"details_link": null,
"key": "source",
"value": "RIPE"
}
]
],
"query_time": "2012-11-21T11:05:00",
"records": [
[
{
"details_link": "https://stat.ripe.net/193.0.18.0-193.0.21.255",
"key": "inetnum",
"value": "193.0.18.0-193.0.21.255"
},
{
"details_link": null,
"key": "netname",
"value": "RIPE-NCC"
},
{
"details_link": null,
"key": "descr",
"value": "RIPE Network Coordination Centre"
},
{
"details_link": null,
"key": "descr",
"value": "Amsterdam, Netherlands"
},
{
"details_link": null,
"key": "remarks",
"value": "Used for RIPE NCC infrastructure."
},
{
"details_link": null,
"key": "country",
"value": "NL"
},
{
"details_link": "https://rest.db.ripe.net/ripe/person-role/JDR-RIPE",
"key": "admin-c",
"value": "JDR-RIPE"
},
{
"details_link": "https://rest.db.ripe.net/ripe/person-role/BRD-RIPE",
"key": "admin-c",
"value": "BRD-RIPE"
},
{
"details_link": "https://rest.db.ripe.net/ripe/person-role/OPS4-RIPE",
"key": "tech-c",
"value": "OPS4-RIPE"
},
{
"details_link": null,
"key": "status",
"value": "ASSIGNED PI"
},
{
"details_link": "https://rest.db.ripe.net/ripe/mntner/RIPE-NCC-MNT",
"key": "mnt-by",
"value": "RIPE-NCC-MNT"
},
{
"details_link": "https://rest.db.ripe.net/ripe/mntner/RIPE-NCC-MNT",
"key": "mnt-lower",
"value": "RIPE-NCC-MNT"
},
{
"details_link": null,
"key": "source",
"value": "RIPE"
}
]
],
"resource": "193.0.20/23"
},