Openprovider DomainPriceService API

The DomainPriceService API from Openprovider — 1 operation(s) for domainpriceservice.

Operations 1

GET /v1beta/domains/prices Get price #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/openprovider-domainpriceservice-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

openprovider-domainpriceservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: REST AdditionalData Domain Price Service API
  version: 1.0.0-beta
servers:
- url: https://api.openprovider.eu
security:
- Bearer: []
tags:
- name: DomainPriceService
  x-displayName: DomainPrice
paths:
  /v1beta/domains/prices:
    get:
      tags:
      - DomainPriceService
      summary: Get price
      externalDocs:
        description: For more detailed information on this method check our guide
        url: https://support.openprovider.eu/hc/en-us/articles/360023776313
      operationId: GetPrice
      parameters:
      - description: Domain name without extension.
        name: domain.name
        in: query
        schema:
          type: string
      - description: Domain extension.
        name: domain.extension
        in: query
        schema:
          type: string
      - description: Domain operation.
        name: operation
        in: query
        schema:
          type: string
      - description: '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.'
        name: additional_data.idn_script
        in: query
        schema:
          type: string
      - description: Operation period.
        name: period
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/priceGetPriceResponse'
        default:
          description: (empty)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/errorError'
components:
  schemas:
    domainPriceGroup:
      type: object
      title: PriceGroup
      properties:
        product:
          title: Amount in product currency
          $ref: '#/components/schemas/domainPrice'
        reseller:
          title: Amount in reseller currency
          $ref: '#/components/schemas/domainPrice'
      example:
        product:
          currency: USD
          price: 8.06
        reseller:
          currency: USD
          price: 8.06
    priceGetPriceResponse:
      type: object
      title: GetPriceResponse
      properties:
        code:
          type: integer
          format: int32
          title: Response code
        data:
          title: The data
          $ref: '#/components/schemas/priceGetPriceResponseData'
        desc:
          type: string
          title: Response description
        maintenance:
          type: boolean
          format: boolean
          title: Indicates if Openprovider API is on maintenance
        warnings:
          type: array
          title: Array of warning messages
          items:
            $ref: '#/components/schemas/errorWarning'
      example:
        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: ''
    pricePromotionData:
      type: object
      title: PromotionData
      properties:
        end_date:
          type: string
          title: Date when promotion is end
        start_date:
          type: string
          title: Date when promotion is start
      example:
        end_date: '1589932800'
        start_date: '1582156800'
    errorError:
      type: object
      title: Error
      properties:
        code:
          type: integer
          format: int32
          title: Error code
        data:
          type: string
          title: Additional error description
        desc:
          type: string
          title: Error description
      example:
        code: 0
        data: ''
        desc: ''
    domainPrice:
      type: object
      title: Price
      properties:
        currency:
          type: string
          title: Product or reseller currency
        price:
          type: number
          format: double
          title: Amount in product or reseller currency
      example:
        currency: USD
        price: 8.06
    priceGetPriceResponseData:
      type: object
      title: GetPriceResponseData
      properties:
        is_premium:
          type: boolean
          format: boolean
          title: Indicates whether domain is premium or not
        is_promotion:
          type: boolean
          format: boolean
          title: Indicates whether price is promotion or not
        membership_price:
          title: Operation membership price
          $ref: '#/components/schemas/domainPriceGroup'
        price:
          title: Operation price
          $ref: '#/components/schemas/domainPriceGroup'
        promotion_data:
          title: Promotion data
          $ref: '#/components/schemas/pricePromotionData'
        tier_price:
          title: Operation price without promo
          $ref: '#/components/schemas/domainPriceGroup'
      example:
        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
    errorWarning:
      type: object
      title: Warning
      properties:
        code:
          type: integer
          format: int32
          title: Warning code
        data:
          type: string
          title: Additional warning description
        desc:
          type: string
          title: Warning description
      example:
        code: 0
        data: ''
        desc: ''
  securitySchemes:
    Bearer:
      type: apiKey
      name: Authorization
      in: header
      x-linkTo: tag/descAuthentication
x-tagGroups:
- name: Introduction
  tags:
  - descAbout
  - descGettingStarted
  - descEndpoints
  - descAuthentication
- name: Quick Start
  tags:
  - descCustomerQuickstart
  - descDomainQuickstart
  - descTLDQuickstart
  - descDNSQuickstart
  - descSSLQuickstart
- name: Auth
  tags:
  - Auth
  - SpamExpert
- name: Billing
  tags:
  - InvoiceService
  - Payment
  - Transaction
- name: DNS
  tags:
  - DomainToken
  - NameserverService
  - NsGroupService
  - TemplateService
  - ZoneService
  - ZoneRecordService
- name: Domain
  tags:
  - DomainService
  - AdditionalData
  - CustomerAdditionalData
  - DomainPriceService
  - AuthCode
  - TldService
- name: EasyDmarc
  tags:
  - EasydmarcOrder
- name: Email template
  tags:
  - Email
- name: License
  tags:
  - LicenseService
- name: Reseller/Customer
  tags:
  - ContactService
  - Customer
  - EmailVerification
  - ResellerService
  - Settings
  - Statistics
  - TagService
- name: Spam Experts
  tags:
  - SEDomain
- name: SSL
  tags:
  - ApproverEmail
  - Csr
  - Order
  - OrderApproverEmail
  - OtpToken
  - Product