tlds
GoDaddy Domains v1 API. Accepts a Personal Access Token (Bearer) or a classic sso-key credential.
Overview
| Name | tlds |
| Type | Resource |
| Id | godaddy.registration.tlds |
Fields
The following fields are returned by SELECT queries:
- list
Request was successful
| Name | Datatype | Description |
|---|---|---|
name | string (tld) | Name of the top-level domain |
type | string | Type of the top-level domain (COUNTRY_CODE, GENERIC) (default: GENERIC) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | Returns all TLDs currently available for registration, including pricing and any eligibility requirements. |
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
- list
Returns all TLDs currently available for registration, including pricing and any eligibility requirements.
SELECT
name,
type
FROM godaddy.registration.tlds
;