TYPE | Response
|
Category | Objects |
Description
Object: DomaincheckListingListResponse
Properties
name |
type |
required |
default |
description |
listing |
array <DomaincheckListing> |
yes |
|
A list of listings domain sale |
listItemCount |
integer |
yes |
0 |
The total number of results in the list |
responseId |
string |
yes |
|
The response id |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"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
}
]
}