Search
Search Suggestion and Prices
GET
/api/v1/reseller-logic/search
This endpoint allows users to search for available domain names and their corresponding pricing information based on the provided search string. It supports searching with multiple parameters.
Query Parameters
Parameter
Type
Description
searchString
String
[Required] The names of the desired domains for which the user would like suggestions and prices. Please note: the domain names must be separated by a single whitespace. See the example below.
Response
Response Structure:
result
: Indicates whether the search was successful.data
: Contains the search results.result
: Contains different types of search results.type
: Type of search result.elements
: List of elements corresponding to the search result type.availabilityStatus
: Availability status of the domain.name
: Domain name.asciiName
: ASCII representation of the domain name.type
: Type of domain.level
: Domain level.price
: Pricing information for the domain.currency
: Currency of the price.valueStringed
: Price in string format.valueFormatted
: Price in formatted string format.amount
: Price in numerical format.
detailedTld
: Detailed information about the top-level domain.isTldOwned
: Indicates whether the top-level domain is owned.asciiName
: ASCII representation of the top-level domain.name
: Name of the top-level domain.
domainPrice
: Pricing information specific to the domain.currency
: Currency of the price.valueStringed
: Price in string format.valueFormatted
: Price in formatted string format.amount
: Price in numerical format.
url
: URL to view more details about the domain.
Last updated