Cross-TLD Registration Check
tld_checkCheck how a prefix is registered across core TLDs, returning per-TLD status and aggregate counts.
Related: bulk_tld, available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | Yes | Keyword without extension (e.g., 'openai') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tlds | No | Status of core TLDs (com, net, org, io, ai, de). Values: registered, for_sale, expiring, or might_available | |
| count | No | Total number of TLDs with this prefix registered | |
| error | No | Error message when success is false | |
| prefix | Yes | ||
| success | Yes | ||
| gtlds_count | No | Number of gTLDs with this prefix registered | |
| cctlds_count | No | Number of ccTLDs with this prefix registered |