tlds
Creates, updates, deletes, gets or lists a tlds resource.
Overview
| Name | tlds |
| Type | Resource |
| Id | godaddy.domains.tlds |
Fields
The following fields are returned by SELECT queries:
- tlds
Request was successful
| Name | Datatype | Description |
|---|---|---|
name | string (tld) | Name of the top-level domain |
type | string | Type of the top-level domain (default: GENERIC) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
tlds | select | Retrieves a list of TLDs supported and enabled for sale |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- tlds
Retrieves a list of TLDs supported and enabled for sale
SELECT
name,
type
FROM godaddy.domains.tlds
;