Description
Fetches the TLDs for the specified Category.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
category | String | optional | The Category for which the TLDs are to be fetched. Values can be adult, arts and media, beauty and fashion, business and commerce, education, finance, food and drink, generic, geo cultural, government and politics, health, idn, news and information, novelty, people and lifestyle, real estate, religion, services, sports and games, technology or travel. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/domains/preordering/fetchtldlist.xml?auth-userid=0&api-key=key&category=services
Response
Returns a hash map containing the below details:
-
Fetch TLDs Action Status (status)
-
Fetch TLDs Action Status Description (status_description)
-
Fetched TLDs Information (response_value)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.