check_domain
Is a domain name registered? Asks each registry over RDAP. Give name as a full name (foo.watches), or a bare word with tlds (foo + com,dev,io), or several names comma separated. Each answer is registered (with registrar and expiry), not_registered, or unknown. not_registered means the registry holds no registration; the name may still be reserved or premium, so it is not a promise that it is for sale. unknown (no RDAP server, a timeout, a 429) is never a yes. Each answer carries the cheapest known USD price for its ending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | foo.watches, or foo, or a.com,b.dev | |
| tlds | No | Endings to try a bare word under, comma separated (optional) |