---
title: "List TLD extended attributes"
method: GET
path: "/tlds/{tld}/extended_attributes"
tags: ["tlds"]
---

# List TLD extended attributes

`GET /tlds/{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

- `tld` string, required

## Response `200`

Successfully retrieved the extended attributes for the TLD.

- object
  - `data` ExtendedAttribute[], required
    - `name` string, required
    - `description` string, required
    - `required` boolean, required
    - `options` ExtendedAttributeOption[], required
      - `title` string, required
      - `value` string, required
      - `description` string, required
    - `title` string, required

## Other responses

- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/versions/270bb4f6f532/schema)
