v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
domain-search

Lookup multiple domains

Get domain availability and details for multiple domains. Optionally, use the $expand query parameter to include additional data in the response (e.g. ?$expand=registration&$expand=flags).

If a domain is available for registration it will have an availability.status of AVAILABLE and will include an availability.price object.

Search constraints:

  • Each query value must be a fully qualified domain name (e.g. example.com), OR at least one ending parameter must be provided.
  • The total number of domains resolved (queries × endings) must not exceed 50.
  • If a query value already contains a valid TLD (e.g. example.com), it is looked up directly and is not combined with ending values.
get/domains

Query parameters

$expandDomainExpandField[]
endingstring[]

TLD or domain endings to combine with unqualified query labels (e.g. com, net). Required when any query value is an unqualified label.

querystring[] required

Domain names or labels to search. Fully qualified names (e.g. example.com) are looked up directly. Unqualified labels (e.g. example) are combined with each ending value to produce domain names.

Response

List of domains matching search query

@type'unstoppabledomains.com/partner.v3.List' required
All 50 operations