List TLD extended attributes
Lists a TLD extended attributes.
Some TLDs require extended attributes when registering or transferring a domain. This API interface provides information on the extended attributes for any particular TLD. Extended attributes are extra TLD-specific attributes, required by the TLD registry to collect extra information about the registrant or legal agreements.
Path parameters
The TLD string
Response
Successfully retrieved the extended attributes for the TLD.
Example response
{
"data": [
{
"name": "uk_legal_type",
"description": "Legal type of registrant contact",
"required": true,
"options": [
{
"title": "UK Individual",
"value": "IND",
"description": "UK Individual (our default value)"
},
{
"title": "Non-UK Individual (representing self)",
"value": "FIND",
"description": "Non-UK Individual (representing self)"
}
],
"title": "UK Legal Type"
}
]
}Changes
Changed in 2 of the 52 revisions of this API.1010
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/descriptionbecame required for the status200response-property-became-required
- ○
the response property
data/items/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/optionsbecame required for the status200response-property-became-required
- ○
the response property
data/items/options/items/descriptionbecame required for the status200response-property-became-required
- ○
the response property
data/items/options/items/titlebecame required for the status200response-property-became-required
- ○
the response property
data/items/options/items/valuebecame required for the status200response-property-became-required
- ○
the response property
data/items/requiredbecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status404response-property-became-required
- ○
added the required property
data/items/titleto the response with the200statusresponse-required-property-added
- ○
- ▲
the response property
databecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/descriptionbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/optionsbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/options/items/descriptionbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/options/items/titlebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/options/items/valuebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/requiredbecame optional for the status200response-property-became-optional
- ▲
the response property
messagebecame optional for the status404response-property-became-optional
- ▲
removed the required property
data/items/titlefrom the response with the200statusresponse-required-property-removed
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲