Skip to content

Get Storage Pricing

GET
/providers/{provider}/storage-pricing
curl --request GET \
--url https://api.mengi.cloud/providers/example/storage-pricing

Get current block storage pricing for a provider (dynamically fetched).

Prices are cached for 1 hour and fetched from cloud provider APIs. Returns the price per GB per month in EUR.

provider
required
Provider
string
region
Any of:
string

Optional region for region-specific pricing

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}