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

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Query Parameters

type
object

Model definition for Database

Response

Pricing packages were successfully retrieved

PageItems
object[] | null