domain
Find TLDs for the given domain.
Returns a list of all known Top Level Domains for the given domain.
The domain parameter must be a Second Level Domain (eg.: example).
Example: /api/tld/example returns ["com", "org", "net"].
If Accept header is set to text/plain, this endpoint returns a newline delimetered text of the list (eg.: com\norg\nnet).
get/api/tld/{domain}
Path parameters
domainstring required
Domain to get the TLDs.
Response
success
string[] required