DomaincheckListing

Request Information
TYPE Fragment
CategoryObjects

Description

Object: DomaincheckListing

Properties

name type required default description
id integer yes -1 The identifier for this listing
domainname string yes example.com The domainname
status string yes available The currency
currency string yes EUR The currency
price float yes 13.37 The price
whereToBuy string yes https://www.metaregistrar.com/buy/ The url where to buy it
created integer yes -1 The timestamp for the creation of the object in timestamp UTC
modified integer yes -1 The timestamp for the last modification of the object in timestamp UTC

Sample JSON

{
  "id": 1,
  "domainname": "example.com",
  "status": "available",
  "currency": "EUR",
  "price": 9999.12,
  "whereToBuy": "https://www.metaregistrar.com/buy/example.com",
  "created": 1533828863,
  "modified": 1533828871
}