api access

External API

  1. Home › 
  2. API Access

Get premium prices on domains

Get information about premium domain names prices

Fully qualified domain name FQDN

Each domain related operation can have a separate pricing. This parameter specifies what prices are desired. Rate limiting is working on per-scope basis
register registration premium price
renew renew premium price
transfer transfer premium price
restore restore premium price
trade trade premium price
update update premium price
essential includes register, renew and transfer scopes
all includes all scopes

Response is represented as an array of entities with properties described below

Each domain related operation can have a separate pricing. This parameter specifies what prices are desired. Rate limiting is working on per-scope basis
register registration premium price
renew renew premium price
transfer transfer premium price
restore restore premium price
trade trade premium price
update update premium price
essential includes register, renew and transfer scopes
all includes all scopes

currency 3 letter code ISO 4217

premium price value

HTTP ENDPOINT
GET /v1/domains/:domain/:scope-premium-price
EXAMPLE REQUEST: GET /v1/domains/example.com/register-premium-price
EXAMPLE RESPONSE: HTTP 200 OK
[
   {
      "scope": "register",
      "currency": "USD",
      "price": 100.00
   }
]