Openprovider Statistics API

The Statistics API from Openprovider — 1 operation(s) for statistics.

Operations 1

GET /v1beta/resellers/statistics Get statistics #

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-statistics-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-statistics-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: REST AdditionalData Statistics API
  version: 1.0.0-beta
servers:
- url: https://api.openprovider.eu
security:
- Bearer: []
tags:
- name: Statistics
paths:
  /v1beta/resellers/statistics:
    get:
      tags:
      - Statistics
      summary: Get statistics
      operationId: GetStatistics
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/statisticsGetStatisticsResponse'
        default:
          description: (empty)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/errorError'
components:
  schemas:
    statisticsDnsStatistics:
      type: object
      title: DnsStatistics
      properties:
        total:
          type: integer
          format: int32
          title: Total number of entities matching search criteria
      example:
        total: 999
    statisticsGetStatisticsResponseData:
      type: object
      title: GetStatisticsResponseData
      properties:
        currency:
          title: The currency
          $ref: '#/components/schemas/statisticsCurrencyStatistics'
        customer:
          title: The customer
          $ref: '#/components/schemas/statisticsCustomerStatistics'
        dns:
          title: Total count of DNS zones
          $ref: '#/components/schemas/statisticsDnsStatistics'
        domain:
          title: Total count of domains
          $ref: '#/components/schemas/statisticsDomainStatistics'
        license:
          title: Statistics for Plesk / Virtuozzo licenses
          $ref: '#/components/schemas/statisticsLicenseStatistics'
        spam_experts:
          title: Statistics for Spamexperts bundles
          $ref: '#/components/schemas/statisticsSpamExpertsStatistics'
        ssl:
          title: Statistics for SSL
          $ref: '#/components/schemas/statisticsSslStatistics'
      example:
        currency:
          modified: '2010-08-01 9:30:54'
        customer:
          modified: '2019-05-03 13:23:01'
          total: 999
        dns:
          total: 999
        domain:
          by_status:
            act: 7
            fai: 419
            nsr: 0
            pen: 0
            rej: 5
            req: 15
          total: 999
        license:
          total: 999
        spam_experts:
          activated_at: '2012-10-29 10:48:30'
          created_at: '2012-10-29 10:48:30'
          exists: false
          expired_at: '2016-04-05 8:50:34'
          incoming_count: 0
          incoming_limit: 10
          outgoing_count: 0
          outgoing_limit: 1
          status: deleted
          with_outgoing_filter: false
        ssl:
          by_status:
            act: 7
            fai: 419
            nsr: 0
            pen: 0
            rej: 5
            req: 15
          total: 999
    statisticsCurrencyStatistics:
      type: object
      title: CurrencyStatistics
      properties:
        modified:
          type: string
          title: The modified
      example:
        modified: '2010-08-01 9:30:54'
    statisticsSslStatistics:
      type: object
      title: SslStatistics
      properties:
        by_status:
          title: Sort output by status
          $ref: '#/components/schemas/statisticsSslStatisticsByStatus'
        total:
          type: integer
          format: int32
          title: Total number of entities matching search criteria
      example:
        by_status:
          act: 7
          fai: 419
          nsr: 0
          pen: 0
          rej: 5
          req: 15
        total: 999
    statisticsLicenseStatistics:
      type: object
      title: LicenseStatistics
      properties:
        total:
          type: integer
          format: int32
          title: Total number of entities matching search criteria
      example:
        total: 999
    statisticsDomainStatistics:
      type: object
      title: DomainStatistics
      properties:
        by_status:
          title: Sort output by status
          $ref: '#/components/schemas/statisticsDomainStatisticsByStatus'
        total:
          type: integer
          format: int32
          title: Total number of entities matching search criteria
      example:
        by_status:
          act: 7
          fai: 419
          nsr: 0
          pen: 0
          rej: 5
          req: 15
        total: 999
    statisticsCustomerStatistics:
      type: object
      title: CustomerStatistics
      properties:
        modified:
          type: string
          title: The modified
        total:
          type: integer
          format: int32
          title: Total number of entities matching search criteria
      example:
        modified: '2019-05-03 13:23:01'
        total: 999
    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: ''
    statisticsSpamExpertsStatistics:
      type: object
      title: SpamExpertsStatistics
      properties:
        activated_at:
          type: string
          title: Spamexperts bundle activation date
        created_at:
          type: string
          title: Date of Spamexperts bundle creation
        exists:
          type: boolean
          format: boolean
          title: Indicates if Spamexperts bundle exists
        expired_at:
          type: string
          title: Date of Spamexperts bundle expiration
        incoming_count:
          type: integer
          format: int32
          title: Incoming filters count
        incoming_limit:
          type: integer
          format: int32
          title: Incoming filters limit
        outgoing_count:
          type: integer
          format: int32
          title: Outgoing filters count
        outgoing_limit:
          type: integer
          format: int32
          title: Outgoing filters limit
        status:
          type: string
          title: The status
        with_outgoing_filter:
          type: boolean
          format: boolean
          title: Indicates if Spamexperts bundle supports outgoing filtering
      example:
        activated_at: '2012-10-29 10:48:30'
        created_at: '2012-10-29 10:48:30'
        exists: false
        expired_at: '2016-04-05 8:50:34'
        incoming_count: 0
        incoming_limit: 10
        outgoing_count: 0
        outgoing_limit: 1
        status: deleted
        with_outgoing_filter: false
    statisticsSslStatisticsByStatus:
      type: object
      title: SslStatisticsByStatus
      properties:
        ACT:
          type: integer
          format: int32
          title: Active SSL certificates count
        FAI:
          type: integer
          format: int32
          title: Fax number
        NSR:
          type: integer
          format: int32
          title: The nsr
        PEN:
          type: integer
          format: int32
          title: Pending status
        REJ:
          type: integer
          format: int32
          title: Rejected status
        REQ:
          type: integer
          format: int32
          title: Requested status
      example:
        act: 7
        fai: 419
        nsr: 0
        pen: 0
        rej: 5
        req: 15
    statisticsGetStatisticsResponse:
      type: object
      title: GetStatisticsResponse
      properties:
        code:
          type: integer
          format: int32
          title: Response code
        data:
          title: Response data
          $ref: '#/components/schemas/statisticsGetStatisticsResponseData'
        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:
          currency:
            modified: '2010-08-01 9:30:54'
          customer:
            modified: '2019-05-03 13:23:01'
            total: 999
          dns:
            total: 999
          domain:
            by_status:
              act: 7
              fai: 419
              nsr: 0
              pen: 0
              rej: 5
              req: 15
            total: 999
          license:
            total: 999
          spam_experts:
            activated_at: '2012-10-29 10:48:30'
            created_at: '2012-10-29 10:48:30'
            exists: false
            expired_at: '2016-04-05 8:50:34'
            incoming_count: 0
            incoming_limit: 10
            outgoing_count: 0
            outgoing_limit: 1
            status: deleted
            with_outgoing_filter: false
          ssl:
            by_status:
              act: 7
              fai: 419
              nsr: 0
              pen: 0
              rej: 5
              req: 15
            total: 999
        desc: ''
    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: ''
    statisticsDomainStatisticsByStatus:
      type: object
      title: DomainStatisticsByStatus
      properties:
        ACT:
          type: integer
          format: int32
          title: Active domains count
        FAI:
          type: integer
          format: int32
          title: Fax number
        NSR:
          type: integer
          format: int32
          title: The nsr
        PEN:
          type: integer
          format: int32
          title: Pending status
        REJ:
          type: integer
          format: int32
          title: Rejected status
        REQ:
          type: integer
          format: int32
          title: Requested status
      example:
        act: 7
        fai: 419
        nsr: 0
        pen: 0
        rej: 5
        req: 15
  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