DomainService

Suggest name domain

post/v1beta/domains/suggest-name

Request body

languagestring

The three-letter country code for the language in which responses should be generated (ISO 639-2/B format). Allowed languages: English (eng), Dutch (dut), French (fre), German (ger), Hindi (hin), Indonesian (ind), Italian (ita), Japanese (jpn), Korean (kor), Chinese (Mandarin) (chi), Portuguese (por), Spanish (spa), Turkish (tur), Vietnamese (vie).

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": ""
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.