Method: projects.locations.registrations.searchDomains

Searches for available domain names similar to the provided query.

Availability results from this method are approximate; call registrations.retrieveRegisterParameters on a domain before registering to confirm availability.

HTTP request

GET https://domains.googleapis.com/v1beta1/{location=projects/*/locations/*}/registrations:searchDomains

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
location

string

Required. The location. Must be in the format projects/*/locations/*.

Query parameters

Parameters
query

string

Required. String used to search for available domain names.

Authorization requires the following IAM permission on the specified resource query:

  • domains.registrations.list

Request body

The request body must be empty.

Response body

Response for the registrations.searchDomains method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "registerParameters": [
    {
      object (RegisterParameters)
    }
  ]
}
Fields
registerParameters[]

object (RegisterParameters)

Results of the domain name search.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.