danesconames.com

Greetings, guest! | Registration |

your cart is empty

API for intercepting dropping domains

Attention!


At the moment, we intercept only. Com and. Net. Other zones in the near future. We will notify you by e-mail.

1. General information

  • this API works on the same principles as our main API. Read about our main API you can here;
  • do not try to intercept domains using the main API, strict limitations also have been enacted for frequent requests. For violations user will be banned;
  • interception is available for all our users and works on the auction principle: whose bid is higher than keeps the domain in case of interception;
  • when the request to intercept the domain is sending, it checking if there enough funds at the account. The required cost for registration in the proper zone and bid amount reserved. If the domain was not intercepted, funds will be returned with some delay, but surely;
  • we send a lot of requests to registrar of zone with all available frequency to intercept domain. You just have to make a request for desired domain name with your bid;
  • available frequency of requests for interception is using proportional to the amount of the bet;
  • for example: domain1 - bet is $ 1, domain2 - bet is $ 100. Requests for domain2 will be sent 100 times more than domain1;
  • Good luck!

2. Detailed examples

Command: Description: Arguments: Return values:
domainIntercept Request domain intercept
  • domain - domain, *
  • bid - money, *; сумма ставки, больше нуля, в долларах
  • domain - domain
  • bid - актуальная (максимальная) ставка на данный момент
  • got - 't' если домен за вами, иначе null
domainsIntercept Request multiple domains intercept
  • array of - domainIntercept
  • array of - domainIntercept
Example: domainIntercept
/domainIntercept?auth_login=demo&auth_password=demo&domain=test.com&bid=1

Result example 1:
{"id":1414054,"domain":"test.com","bid":1,"got":"t"}
  • bid=1 - текущая максимальная ставка - 1 доллар;
  • got='t' - на данный момент домен за вами - ваша ставка пока максимальная;

Result example 2:
{"id":1414054,"domain":"test.com","bid":2,"got":""}
  • bid=2 - текущая максимальная ставка - 2 доллара;
  • got=null - домен за кем-то другим - если нужно - повышайте ставку, как минимум до bid+0.01=2.01;

Result example 3:
{"id":1414054,"domain":"test.com","bid":1,"got":""}
  • bid=2 - текущая максимальная ставка - 1 доллар, такая же как ваша, но ваша ставка сделана позже, поэтому домен не за вами;
  • got=null - домен за кем-то другим - если нужно - повышайте ставку, как минимум до bid+0.01=1.01;

Example: domainsIntercept
/domainsIntercept?auth_login=demo&auth_password=demo&0[domain]=test1.com&0[bid]=1&1[domain]=test2.com&1[bid]=1