Domains

Search for available domains

Search for available domains by term with pricing information (includes commission)

get/api/v1/domains/search

Query parameters

termstring required

Search term (e.g., 'mywebsite')

Search term (e.g., 'mywebsite')

order_bystring

Sort order: casino_first, popular_first, price_asc, price_desc, alphabetical

Sort order: casino_first, popular_first, price_asc, price_desc, alphabetical

Response

Successful Response

termstring required
availableCountinteger required
checkedCountinteger required

Example response

{
  "availableDomains": [
    {
      "currency": "USD",
      "domain": "example.com",
      "hasPrivacy": true,
      "icannFee": 0.2,
      "isPremium": false,
      "registrationPrice": 12.49,
      "renewalPrice": 16.24,
      "tld": "com",
      "transferPrice": 9.48
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.