Get a TLD, or list them
eurodns_tld_getCheck a TLD before ordering: view registration terms, duration limits, and registry-specific requirements, or list orderable TLDs with filters and pagination.
Instructions
Returns one TLD by id with its registration terms, duration limits and registry-specific requirements, or lists the TLDs this account can order when id is omitted. Check a TLD before ordering an unfamiliar extension; the full list is large, so filter with tldName or page through it rather than asking for everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the TLD to return. Omit it to list the TLDs this account can order, optionally filtered by tldName. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| tldName | No | Filter on the TLD name, e.g. "com" or "lu". Omit to page through every TLD. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |