Domain Registration API
GET /services/domains/v1/tld-extensions Public

Return all enabled TLDs for the current platform (names only — lightweight). Featured TLDs are returned first. The frontend slices this list in batches to avoid firing too many OXXA domain-check calls at once

Responses

200
422
429
Base URL
https://api.wemasy.nl/api
Authentication

Request Sample
cURL
JS
PHP
Python
Response Example
{
    "error": false,
    "message": "string",
    "data": []
}

Try It

Export