Check any .help domain - Live
Enter a domain name below to check availability in real-time via RDAP.
# Check if a .help domain is available
curl "https://domscan.net/v1/status?name=example&tlds=help"
# Get detailed RDAP data
curl "https://domscan.net/v1/rdap?domain=example.help"
Example Response
{
"name": "example",
"results": [
{
"domain": "example.help",
"available": false,
"source": "rdap",
"rdap_endpoint": "https://rdap.centralnic.com/help"
}
],
"cached": false,
"latency_ms": 45
}
TLD Type
New gTLD - HELP
RDAP Support
Full RDAP support via official registry. Query availability and registration data directly.
Use Cases
Domain extension .help
API Endpoint
/v1/status for availability, /v1/rdap for full data
Frequently Asked Questions
RDAP (Registration Data Access Protocol) is the modern replacement for WHOIS. For .help domains, RDAP provides structured JSON responses with registration data, nameservers, and availability status directly from the authoritative registry.
Use DomScan's API: curl "https://domscan.net/v1/status?name=example&tlds=help" - This queries the official RDAP server and returns availability status in JSON format.
The official RDAP endpoint for .help domains is https://rdap.centralnic.com/help. DomScan automatically routes queries to this endpoint for accurate results.
Availability checks for .help domains through /v1/status cost 1 credit. Full registration-data lookups through /v1/rdap cost 2 credits.
Start Checking .help Domains for Free
10,000 free API credits per month. No credit card required.
View documentation