GET /tools/listoftlds
Example Request
curl -X GET "https://vebapi.com/api/tools/listoftlds" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
[
{
"tld": "aaa",
"label": "Aaa"
},
{
"tld": "aarp",
"label": "Aarp"
},
{
"tld": "abarth",
"label": "Abarth"
},
{
"tld": "abb",
"label": "Abb"
},
{
"tld": "abbott",
"label": "Abbott"
},
{
"tld": "abbvie",
"label": "Abbvie"
},
{
"tld": "abc",
"label": "Abc"
}
]
Access a full list of global Top Level Domains (TLDs) including .com, .org, .io, country TLDs, and internationalized domains via a simple JSON API. Ideal for domain validation, domain checkers, email validation, SaaS platforms, and developer tools.