Quick Start
The simplest way to use RDAP is to provide a query string:- Detect that
example.comis a domain - Find the authoritative RDAP server using IANA bootstrap
- Query the server and display formatted results
Domain Queries
Query domain registration information:For domain queries, the tool automatically follows referrals to get both registry and registrar data when available.
Example Output
TLD Queries
Query top-level domain information from IANA. The tool automatically detects single-word queries that match valid TLDs:The tool uses the IANA TLD list to distinguish TLD queries from domain queries. For example,
rdap google queries the .google TLD, while rdap google.com queries the google.com domain.Example Output
IP Address Queries
Query information about IP addresses (both IPv4 and IPv6):The tool automatically normalizes shorthand IP addresses. For example,
1.1 becomes 1.0.0.1, and 1.2.3 becomes 1.2.0.3.CIDR Queries
Query IP network ranges using CIDR notation:Example Output
AS Number Queries
Query Autonomous System (AS) number information:Both formats work - the tool accepts AS numbers with or without the “AS” prefix.
Example Output
Verbose Mode
Use the-v or --verbose flag to see detailed query information:
- The detected query type
- The RDAP server being queried
- Additional entity and link information
Common Options
Enable verbose output with additional details
Specify a custom RDAP server URL instead of using bootstrap discovery
Explicitly specify the query type instead of auto-detection. Options:
domain, tld, ip, autnum, entity, nameserverNext Steps
Query Types
Learn about all available query types and auto-detection
Output Formats
Explore JSON and formatted text output options
Advanced Options
Discover advanced CLI options and features
Configuration
Configure bootstrap URLs and TLD overrides
