Get a premium domain's price

Request Information
URL GET {{basepath}}/premiumDomainPrice/:domainname
CategoryPremium domain pricing

Description

For retrieving a listing
Returns a DomaincheckListingListResponse object.

Url variables
:domainnamegerman.onlineone or more domains CSV

Example responses

Get a premium domain's price
Request Method & URL
GET {{basepath}}/premiumDomainPrice/:domainname
Url variables
:domainnamegerman.school,example.com,pastel.storeA domain or a listing id
Response Code:
200 OK
Response Body:
{
    "responseId": "3_08f9854d06f7b0fa7a7c126f139aba2351cf10ea",
    "results": [
        {
            "domainname": "german.school",
            "status": "unavailable",
            "currency": "USD",
            "price": 300,
            "recurringPrice": 0,
            "euroPrice": 326.12,
            "recurringEuroPrice": 0
        },
        {
            "domainname": "example.com",
            "status": "not_premium",
            "currency": "EUR",
            "price": 0,
            "recurringPrice": 0,
            "euroPrice": 0,
            "recurringEuroPrice": 0
        },
        {
            "domainname": "pastel.store",
            "status": "unavailable",
            "currency": "EUR",
            "price": 753,
            "recurringPrice": 0,
            "euroPrice": 753,
            "recurringEuroPrice": 0
        }
    ]
}