TYPE | Response
|
Category | Objects |
Description
Object: DomaincheckListingResponse
Properties
name |
type |
required |
default |
description |
listing |
object: DomaincheckListing |
yes |
|
The Listing |
responseId |
string |
yes |
|
The response id |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"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
}
}