Skip to main content

tlds

Creates, updates, deletes, gets or lists a tlds resource.

Overview

Nametlds
TypeResource
Idgodaddy.domains.tlds

Fields

The following fields are returned by SELECT queries:

Request was successful

NameDatatypeDescription
namestring (tld)Name of the top-level domain
typestringType of the top-level domain (default: GENERIC)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
tldsselectRetrieves 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.

NameDatatypeDescription

SELECT examples

Retrieves a list of TLDs supported and enabled for sale

SELECT
name,
type
FROM godaddy.domains.tlds
;