URL | GET {{basepath}}/domaincheckListing/:domainname |
---|---|
Category | Domain Check Listing |
For retrieving a listing
Returns a DomaincheckListingListResponse object.
:domainname | example.com | A domain or a listing id |
---|
GET {{basepath}}/domaincheckListing/:domainname
:domainname | example.com |
---|
200 OK
{
"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 {{basepath}}/domaincheckListing/:domainname
:domainname | 1 |
---|
200 OK
{
"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
}
}