domains.list_tlds
ActiveTool of Vee3
List or search top-level domains (TLDs) with registry metadata. Filter by substring search, availability phase, TLD category, and paginate with limit and page. limit defaults to 100 when omitted. Each result includes the TLD suffix, type, availability phase, WHOIS server, domain counts when known, registry organization details, and created/changed timestamps. availability values: general-availability (open for normal registration) or sunrise (trademark sunrise period before general availability). Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "list_domain_tldsArguments",
"properties": {
"page": {
"anyOf": [
{
"type": "integer",
"minimum": 1
},
{
"type": "null"
}
],
"title": "Page",
"default": null,
"description": "Page number for paginated results."
},
"limit": {
"anyOf": [
{
"type": "integer",
"minimum": 1
},
{
"type": "null"
}
],
"title": "Limit",
"default": null,
"description": "Maximum number of TLDs to return. Defaults to 100 when omitted."
},
"search": {
"anyOf": [
{
"type": "string",
"maxLength": 63
},
{
"type": "null"
}
],
"title": "Search",
"default": null,
"description": "Return TLDs whose suffix contains this substring."
},
"tld_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tld Type",
"default": null,
"description": "Filter by TLD category: country-code, generic, generic-restricted, infrastructure, or sponsored."
},
"availability": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Availability",
"default": null,
"description": "Filter by registration phase: general-availability (normal public registration) or sunrise (early trademark-holder period)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries