---
title: "Get pricing"
method: GET
path: "/pricing"
---

# Get pricing

`GET /pricing`

Returns current pricing.

This endpoint is unauthenticated.

## Response `200`

Pricing

- Pricing — Pricing data grouped by category.
  - `dedicated` DedicatedPricing, required — Pricing for dedicated databases.
    - `compute` ComputePrice[], required — Per-size compute pricing, ordered smallest to largest.
      - `size` '1x' | '2x' | '4x' | '8x', required — Compute size for dedicated databases. Each step up allocates proportionally more vCPU and RAM.
      - `milli_cpu` integer, required — CPU allocation in millicores (1000 = 1 vCPU).
      - `memory_gib` integer, required — Memory allocation in GiB.
      - `price_per_hour` number, double, required — Price per hour while the database is running.
      - `price_per_month` number, double, required — Price per month while the database is running.
    - `storage` StoragePrice, required — Storage pricing.
      - `price_per_gib_hour` number, double, required — Price per GiB per hour of provisioned storage above the included amount.
      - `price_per_gib_month` number, double, required — Price per GiB per month of provisioned storage above the included amount.
      - `included_gib_per_database` integer, required — GiB of storage included per database at no additional charge. Only storage above this amount is billed at `price_per_gib_hour`.
  - `standard` StandardPricing, required — Pricing for standard (non-dedicated) databases, which share a space-wide compute allowance.
    - `compute` StandardComputePrice, required — Pricing for standard (shared) compute used beyond the free monthly allowance.
      - `price_per_hour` number, double, required — Price per compute-hour used beyond the included monthly allowance, metered in 15-minute increments.
      - `included_compute_hours_per_month` integer, required — Compute-hours included per month at no additional charge, shared across all standard databases in the space. Only usage above this amount is billed at `price_per_hour`.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/timescale/apis/ghost-api.md) · [All operations](https://skmtc.net/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timescale/ghost-api/versions/808022f897be/schema)
