Domain Secondary Market API

domainAPI Secondary Market API allows you to quickly lookup whether domain names are listed on the major aftermarkets and provides you with all the necessary information.

When querying our extensive database with a specific name, the information include reserve price, buy it now price, offer only status, etc...

This API does retrieve semantic alternatives, it is a fast lookup on pattern match towards NameMedia / Afternic / Buydomains and Sedo databases.

Parameters of the Domain Secondary Market API

Name required? Description Default Authorized Example

Example of the Domain Secondary Market API

JSON

Request

Show/Hidden apache code

View source
 
 
  GET /encrypted-area HTTP/1.1
  Host: api.domainapi.com/v1/marketplace/destination
  Authorization: Basic YWtpcmF0ZXN0OmR0d3N0ZXN0
 

Response

Show/Hidden apache code

View source
 
 
  Server: Apache-Coyote/1.1
  Content-Type: application/json
  Transfer-Encoding: chunked
  Date: Fri, 12 Feb 2010 14:50:17 GMT
 

Show/Hidden javascript code
View source
 
 
  {
    "service":"marketplace",
    "domain":"test",
    "timestamp":1265982532,
    "content":
    {
      "info":
      {
        "record_min":"0",
        "f7":"n",
        "record_max":"0",
        "page_max":"38",
        "querytime":"0.000448",
        "bn":"y",
        "records_returned":"1",
        "time":"20080822114954-157",
        "page_current":"1",
        "pool":"C","page":"1",
        "exactfirst":"y",
        "bh":"B",
        "left":"n",
        "bc":"20",
        "right":"n",
        "options":"4",
        "errlev":"nowarnings",
        "page_extreme":"38",
        "record_extreme":"189",
        "extn":"COM|NET|ORG|INFO|BIZ|US",
        "dList":
        [
          {
            "id":"1",
            "price":"126",
            "dmoz":"no",
            "n":"SPORTDESTINATION",
            "partner":"1",
            "starting_price":"13",
            "tld":"COM",
            "yahoo":"no"
          },
          {
            "id":"2",
            "price":"1888",
            "dmoz":"no","n":"DESTINATIONDESIGNERS",
            "partner":"15",
            "starting_price":"1888",
            "tld":"COM","yahoo":"no"
          },
          {
            "id":"3",
            "price":"888",
            "dmoz":"no",
            "n":"ASIANDESTINATION",
            "partner":"15",
            "starting_price":"888",
            "tld":"COM",
            "yahoo":"no"
          },
          {
            "id":"4",
            "price":"688",
            "dmoz":"no",
            "n":"BUSINESSDESTINATION",
            "partner":"15",
            "starting_price":"688",
            "tld":"COM",
            "yahoo":"no"
          },
          {
            "id":"5",
            "price":"888",
            "dmoz":"no",
            "n":"DESTINATIONWIRELESS",
            "partner":"15",
            "starting_price":"888",
            "tld":"COM",
            "yahoo":"no"
          }
        ],
        "rows":"5",
        "page_min":"1",
        "q":"destination",
        "ordered":"n",
        "did_you_mean":""
      }
    }
  }
 

XML

Request

Show/Hidden xml code

View source
 
 
  GET /encrypted-area HTTP/1.1
  Host: api.domainapi.com/v1/marketplace/xml/destination
  Authorization: Basic YWtpcmF0ZXN0OmR0d3N0ZXN0
 

Response

Show/Hidden xml code

View source
 
 
  <response>
    <service>marketplace</service>
    <domain>test</domain>
    <timestamp>1265983122</timestamp>
    <content>
      <info>
        <record_min>0</record_min>
        <f7>n</f7>
        <record_max>0</record_max>
        <page_max>38</page_max>
        <querytime>0.000448</querytime>
        <bn>y</bn>
        <records_returned>1</records_returned>
        <time>20080822114954-157</time>
        <page_current>1</page_current>
        <pool>C</pool>
        <page>1</page>
        <exactfirst>y</exactfirst>
        <bh>B</bh>
        <left>n</left>
        <bc>20</bc>
        <right>n</right>
        <options>4</options>
        <errlev>nowarnings</errlev>
        <page_extreme>38</page_extreme>
        <record_extreme>189</record_extreme>
        <extn>COM|NET|ORG|INFO|BIZ|US</extn>
        <dList>
          <d>
            <id>1</id>
            <price>126</price>
            <dmoz>no</dmoz>
            <n>SPORTDESTINATION</n>
            <partner>1</partner>
            <starting_price>13</starting_price>
            <tld>COM</tld>
            <yahoo>no</yahoo>
          </d>
          <d>
            <id>2</id>
            <price>1888</price>
            <dmoz>no</dmoz>
            <n>DESTINATIONDESIGNERS</n>
            <partner>15</partner>
            <starting_price>1888</starting_price>
            <tld>COM</tld>
            <yahoo>no</yahoo>
          </d>
          <d>
            <id>3</id>
            <price>888</price>
            <dmoz>no</dmoz>
            <n>ASIANDESTINATION</n>
            <partner>15</partner>
            <starting_price>888</starting_price>
            <tld>COM</tld>
            <yahoo>no</yahoo>
          </d>
          <d>
            <id>4</id>
            <price>688</price>
            <dmoz>no</dmoz>
            <n>BUSINESSDESTINATION</n>
            <partner>15</partner>
            <starting_price>688</starting_price>
            <tld>COM</tld>
            <yahoo>no</yahoo>
          </d>
          <d>
            <id>5</id>
            <price>888</price>
            <dmoz>no</dmoz>
            <n>DESTINATIONWIRELESS</n>
            <partner>15</partner>
            <starting_price>888</starting_price>
            <tld>COM</tld>
            <yahoo>no</yahoo>
          </d>
        </dList>
        <rows>5</rows>
        <page_min>1</page_min>
        <q>destination</q>
        <ordered>n</ordered>
        <did_you_mean />
      </info>
    </content>
  </response>
 
 

Additional information