v1

latestSwagger 2.02026-08-041113661.2 MB
DomainService

Suggest name domain

post/v1beta/domains/suggest-name

Request body

languagestring
limitinteger
namestring
providerstring
sensitiveboolean

Set true to remove domain name suggestions deemed obscene by the supplier. set false to include obscene domain name suggestions.

tldsstring[]

Example request

{
  "language": "eng",
  "limit": 50,
  "name": "example-domain",
  "provider": "namestudio",
  "sensitive": false,
  "tlds": [
    ""
  ]
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "domain": "yourexampledomain",
        "name": "yourexampledomain.com",
        "tld": "com"
      }
    ]
  },
  "desc": ""
}