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
Changes
Changed in 2 of the 4 revisions of this API.2
- ○
api operation id
GetTLDwas addedapi-operation-id-added
- ○
- ○
api operation id
GetTLDremoved and replaced withapi-operation-id-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○