Skip to main content

tlds

GoDaddy Domains v1 API. Accepts a Personal Access Token (Bearer) or a classic sso-key credential.

Overview

Nametlds
TypeResource
Idgodaddy.registration.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 (COUNTRY_CODE, GENERIC) (default: GENERIC)

Methods

The following methods are available for this resource:

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

NameDatatypeDescription

SELECT examples

Returns all TLDs currently available for registration, including pricing and any eligibility requirements.

SELECT
name,
type
FROM godaddy.registration.tlds
;