v1

latestSwagger 2.02026-08-041113661.2 MB
DomainPriceService

Get price

get/v1beta/domains/prices

Query parameters

domain.namestring

Domain name without extension.

domain.extensionstring

Domain extension.

operationstring

Domain operation.

additional_data.idn_scriptstring

The idn script states what language or character set the domain name is in Applicable to: .actor, .ae.org, .airforce, .army, .art, .attorney, .auction, .band, .bar, .best, .br.com, .ceo, .cn.com, .college, .com, .com.de, .com.se, .consulting, .dance, .de.com, .degree, .democrat, .dentist, .design, .engineer, .eu.com, .eus, .feedback, .fm, .forsale, .frl, .fun, .futbol, .gal, .gb.net, .gives, .gr.com, .haus, .hiv, .host, .immobilien, .in.net, .info, .ink, .jp.net, .jpn.com, .kaufen, .kyoto, .lawyer, .love, .market, .me, .mex.com, .moda, .mortgage, .navy, .net, .ninja, .nrw, .online, .ooo, .org, .press, .protection, .pub, .pw, .quebec, .radio.am, .radio.fm, .realty, .rehab, .rent, .republican, .rest, .reviews, .rip, .rocks, .ru.com, .sa.com, .scot, .se.net, .security, .site, .social, .software, .space, .store, .tech, .theatre, .tickets, .top, .uk.com, .uk.net, .us.com, .us.org, .vet, .website, .wiki, .xn--4gbrim, .xn--55qx5d, .xn--5tzm5g, .xn--80asehdb, .xn--80aswg, .xn--c1avg, .xn--czru2d, .xn--i1b6b1a6a2e, .xn--io0a7i, .xn--mk1bu44c, .xn--ngbc5azd, .xn--nqv7f, .xn--t60b56a, .xn--tckwe, .xyz, .za.com.

periodinteger

Operation period.

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "is_premium": false,
    "is_promotion": false,
    "membership_price": {
      "product": {
        "currency": "USD",
        "price": 8.06
      },
      "reseller": {
        "currency": "USD",
        "price": 8.06
      }
    },
    "price": {
      "product": {
        "currency": "USD",
        "price": 8.06
      },
      "reseller": {
        "currency": "USD",
        "price": 8.06
      }
    },
    "promotion_data": {
      "end_date": "1589932800",
      "start_date": "1582156800"
    },
    "tier_price": {
      "product": {
        "currency": "USD",
        "price": 8.06
      },
      "reseller": {
        "currency": "USD",
        "price": 8.06
      }
    }
  },
  "desc": ""
}