URL | GET {{basepath}}/domaincheckListing |
---|---|
Category | Domain Check Listing |
For retrieving a list of listings.
Returns a DomaincheckListingListResponse object.
status | new | The status to look for : available,unavailable,new,delete |
---|---|---|
start | 0 | Where to start from |
limit | 10 | How many to retrieve min 1 max 50 |
domainname | asdfghjkl.io | The domainname to look for |
GET {{basepath}}/domaincheckListing
200 OK
{
"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
}
]
}