Returns a list of listings

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

Description

For retrieving a list of listings.
Returns a DomaincheckListingListResponse object.

Query parameters
statusnewThe status to look for : available,unavailable,new,delete
start0Where to start from
limit10How many to retrieve min 1 max 50
domainnameasdfghjkl.ioThe domainname to look for

Example responses

A list of listings
Request Method & URL
GET {{basepath}}/domaincheckListing
Response Code:
200 OK
Response Body:
{
    "responseId": "1_fa64c3eaf8eeea199614d248aca72d48ad65fad6",
    "status": "ok",
    "message": "The listings are attached",
    "listItemCount": 1,
    "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
        }
    ]
}