GET /radar/tlds

Retrieves a list of TLDs.

Servers

Query parameters

Name Type Required Description
tld String No

Filters results by top-level domain. Specify a comma-separated list of TLDs.

limit Integer No

Limits the number of objects returned in the response.

Default value: 5

format String No

Format in which results will be returned.

Valid values:

  • "CSV"
  • "JSON"
tldManager String No

Filters results by TLD manager.

tldType String No

Filters results by TLD type.

Valid values:

  • "GENERIC_RESTRICTED"
  • "COUNTRY_CODE"
  • "GENERIC"
  • "SPONSORED"
  • "INFRASTRUCTURE"
offset Integer No

Skips the specified number of objects before fetching the results.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.