Get a domaincheck listing for a domain

Request Information
URL GET {{basepath}}/domaincheckListing/:domainname
CategoryDomain Check Listing

Description

For retrieving a listing
Returns a DomaincheckListingListResponse object.

Url variables
:domainnameexample.comA domain or a listing id

Example responses

DomainListing
Request Method & URL
GET {{basepath}}/domaincheckListing/:domainname
Url variables
:domainnameexample.com
Response Code:
200 OK
Response Body:
{
    "responseId": "1_88b0fec41eb1381bb366d04c7c3f14de0efc966f",
    "listing": {
        "id": 1,
        "domainname": "example.com",
        "status": "available",
        "currency": "EUR",
        "price": 9999.12,
        "whereToBuy": "https:\/\/www.metaregistrar.com\/buy\/example.com",
        "created": 1533828863,
        "modified": 1533828871
    }
}
Get a listing by its Id
Request Method & URL
GET {{basepath}}/domaincheckListing/:domainname
Url variables
:domainname1
Response Code:
200 OK
Response Body:
{
    "responseId": "1_cff737fd89933abb5d11e769a3b822c4850eb40b",
    "listing": {
        "id": 1,
        "domainname": "example.com",
        "status": "unavailable",
        "currency": "EUR",
        "price": 133.7,
        "whereToBuy": "https:\/\/www.metaregistrar.com\/buy\/example.com",
        "created": 1533828863,
        "modified": 1648045051
    }
}