27 lines
501 B
JSON
27 lines
501 B
JSON
{
|
|
"name": "whois",
|
|
"section": 1,
|
|
"title": "whois",
|
|
"synopsis": [
|
|
"whois [--json] TARGET"
|
|
],
|
|
"description": "Query RDAP registration data for domains, IP addresses, and ASNs.",
|
|
"options": [
|
|
{
|
|
"flag": "--json",
|
|
"meaning": "Print raw RDAP JSON instead of a human-readable summary."
|
|
},
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Show usage information."
|
|
}
|
|
],
|
|
"keywords": [
|
|
"whois",
|
|
"rdap",
|
|
"network",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|