Skip to main content
GET
/
v3.0
/
pricing-packages
/
{pricingPackageId}
Get Pricing Package
curl --request GET \
  --url https://api.bunny.net/v3.0/pricing-packages/{pricingPackageId} \
  --header 'AccessKey: <api-key>'
{
  "PricingPackageId": "<string>",
  "Description": "<string>",
  "CPUCores": 123,
  "MemoryInGB": 123,
  "DiskInGB": 123,
  "PricePerPackagePerMonth": 123,
  "PricePerCPUUnitPerHour": 123,
  "PricePerDiskUnit": 123,
  "PricePerMemoryUnit": 123,
  "PricePerAnycastIpPerMonth": 123,
  "PricePerPersistentVolumeGBPerMonth": 123,
  "PackageType": 1,
  "CreatedAt": "2023-11-07T05:31:56Z",
  "LastUpdatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

pricingPackageId
string
required

Response

Pricing package was successfully retrieved

PricingPackageId
string | null
Description
string | null
CPUCores
number<decimal>
MemoryInGB
number<decimal>
DiskInGB
number<decimal>
PricePerPackagePerMonth
number<decimal>
PricePerCPUUnitPerHour
number<decimal>
PricePerDiskUnit
number<decimal>
PricePerMemoryUnit
number<decimal>
PricePerAnycastIpPerMonth
number<decimal>
PricePerPersistentVolumeGBPerMonth
number<decimal>
PackageType
enum<integer>

1 = Shared 2 = Reserved

Available options:
1,
2
CreatedAt
string<date-time>
LastUpdatedAt
string<date-time> | null