Pricing Calculator
GET
/v1/products/suggest-subscriptionFrom different criteria, like storage needed and PHP memory limit, our pricing calculator can give you the best plans matching your requirements.
Request
Query Params
currency
string
required
Example:
EUR
storage
integer
optional
Needed disk space
Example:
1024
memory_limit
integer
optional
Needed PHP Memory Limit
Example:
256
production_environments
integer
optional
Needed amout of production environments
Example:
2
dynamic_requests
integer
optional
Needed amout of DN
Example:
500000
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {3}]
required
id
string
required
type
string
required
attributes
object
required
Example
{
"data": [
{
"id": "2022-Scale",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "2022-Scale-EUR-Monthly",
"name": "Scale",
"base_price": 69900,
"total": 183530,
"addons_total": 113630,
"included": {
"memory_limit": 768,
"storage": 102400,
"production_environments": 50,
"dynamic_requests": 3000000
},
"marketing": {
"storageGB": 100
},
"addons": [
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 924,
"total": 113630,
"addon_type": "storage"
}
}
],
"eligible": true
}
},
{
"id": "2022-bolt-Business",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "2022-bolt-Business-EUR-Monthly",
"name": "Business",
"base_price": 34900,
"total": 432426,
"addons_total": 397526,
"included": {
"memory_limit": 512,
"storage": 40960,
"production_environments": 25,
"dynamic_requests": 1000000
},
"marketing": {
"storageGB": 40
},
"addons": [
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 984,
"total": 397526,
"addon_type": "storage"
}
}
],
"eligible": true
}
},
{
"id": "2019-legacy-plan",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "eur-legacy-plan-1m",
"name": "Legacy Plan",
"base_price": 100,
"total": 579466,
"addons_total": 579366,
"included": {
"memory_limit": 256,
"storage": 2048,
"production_environments": 1,
"dynamic_requests": null
},
"marketing": [],
"addons": [
{
"id": "2022-Extra-Production-Environment-2",
"type": "addons",
"attributes": {
"item_price_id": "2022-Extra-Production-Environment-2-EUR-Monthly",
"name": "Extra Production Environment(s)",
"quantity": 1,
"base_price": 1000,
"total": 1000,
"addon_type": "production_environments"
}
},
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 1022,
"total": 574866,
"addon_type": "storage"
}
},
{
"id": "2023-Extra-Dynamic-Requests",
"type": "addons",
"attributes": {
"item_price_id": "2023-Extra-Dynamic-Requests-EUR-Monthly",
"name": "2023 Extra Dynamic Requests",
"quantity": 5,
"total": 3500,
"addon_type": "dynamic_requests"
}
}
],
"eligible": true
}
},
{
"id": "2022-bolt-pro",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "2022-bolt-pro-EUR-Monthly",
"name": "Pro",
"base_price": 9900,
"total": 580862,
"addons_total": 570962,
"included": {
"memory_limit": 256,
"storage": 10240,
"production_environments": 5,
"dynamic_requests": 500000
},
"marketing": {
"storageGB": 10
},
"addons": [
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 1014,
"total": 570962,
"addon_type": "storage"
}
}
],
"eligible": true
}
},
{
"id": "2019-dedicated-server",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "eur-dedicated-server-1m",
"name": "Dedicated Server",
"base_price": 100,
"total": 589342,
"addons_total": 589242,
"included": {
"memory_limit": null,
"storage": null,
"production_environments": null,
"dynamic_requests": null
},
"marketing": [],
"addons": [
{
"id": "2022-Increased-PHP-Memory-Limit",
"type": "addons",
"attributes": {
"item_price_id": "2022-Increased-PHP-Memory-Limit-EUR-Monthly",
"name": "Increased PHP Memory Limit",
"unit": "256MB",
"quantity": 1,
"base_price": 7900,
"total": 7900,
"addon_type": "memory_limit"
}
},
{
"id": "2022-Extra-Production-Environment-2",
"type": "addons",
"attributes": {
"item_price_id": "2022-Extra-Production-Environment-2-EUR-Monthly",
"name": "Extra Production Environment(s)",
"quantity": 2,
"base_price": 1000,
"total": 2000,
"addon_type": "production_environments"
}
},
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 1024,
"total": 575842,
"addon_type": "storage"
}
},
{
"id": "2023-Extra-Dynamic-Requests",
"type": "addons",
"attributes": {
"item_price_id": "2023-Extra-Dynamic-Requests-EUR-Monthly",
"name": "2023 Extra Dynamic Requests",
"quantity": 5,
"total": 3500,
"addon_type": "dynamic_requests"
}
}
],
"eligible": true
}
},
{
"id": "2019-custom-legacy",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "custom-legacy-monthly-eur",
"name": "Custom Legacy",
"base_price": 10000,
"total": 598754,
"addons_total": 588754,
"included": {
"memory_limit": null,
"storage": 1,
"production_environments": null,
"dynamic_requests": null
},
"marketing": [],
"addons": [
{
"id": "2022-Increased-PHP-Memory-Limit",
"type": "addons",
"attributes": {
"item_price_id": "2022-Increased-PHP-Memory-Limit-EUR-Monthly",
"name": "Increased PHP Memory Limit",
"unit": "256MB",
"quantity": 1,
"base_price": 7900,
"total": 7900,
"addon_type": "memory_limit"
}
},
{
"id": "2022-Extra-Production-Environment-2",
"type": "addons",
"attributes": {
"item_price_id": "2022-Extra-Production-Environment-2-EUR-Monthly",
"name": "Extra Production Environment(s)",
"quantity": 2,
"base_price": 1000,
"total": 2000,
"addon_type": "production_environments"
}
},
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 1023,
"total": 575354,
"addon_type": "storage"
}
},
{
"id": "2023-Extra-Dynamic-Requests",
"type": "addons",
"attributes": {
"item_price_id": "2023-Extra-Dynamic-Requests-EUR-Monthly",
"name": "2023 Extra Dynamic Requests",
"quantity": 5,
"total": 3500,
"addon_type": "dynamic_requests"
}
}
],
"eligible": true
}
},
{
"id": "2019-small-enterprise",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "eur-small-enterprise-128-gb-1m",
"name": "Small Enterprise",
"base_price": 125000,
"total": 641878,
"addons_total": 516878,
"included": {
"memory_limit": 1024,
"storage": 131072,
"production_environments": 5,
"dynamic_requests": null
},
"marketing": [],
"addons": [
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 896,
"total": 513378,
"addon_type": "storage"
}
},
{
"id": "2023-Extra-Dynamic-Requests",
"type": "addons",
"attributes": {
"item_price_id": "2023-Extra-Dynamic-Requests-EUR-Monthly",
"name": "2023 Extra Dynamic Requests",
"quantity": 5,
"total": 3500,
"addon_type": "dynamic_requests"
}
}
],
"eligible": true
}
},
{
"id": "2019-enterprise",
"type": "plans",
"attributes": {
"period_unit": "month",
"item_price_id": "eur-enterprise-1m",
"name": "Enterprise",
"base_price": 150000,
"total": 666878,
"addons_total": 516878,
"included": {
"memory_limit": 1024,
"storage": 131072,
"production_environments": 20,
"dynamic_requests": null
},
"marketing": [],
"addons": [
{
"id": "2022-2-Extra-Storage",
"type": "addons",
"attributes": {
"item_price_id": "2022-2-Extra-Storage-EUR-Monthly",
"name": "Extra Storage",
"unit": "GB",
"quantity": 896,
"total": 513378,
"addon_type": "storage"
}
},
{
"id": "2023-Extra-Dynamic-Requests",
"type": "addons",
"attributes": {
"item_price_id": "2023-Extra-Dynamic-Requests-EUR-Monthly",
"name": "2023 Extra Dynamic Requests",
"quantity": 5,
"total": 3500,
"addon_type": "dynamic_requests"
}
}
],
"eligible": true
}
}
]
}
Last modified: 6 months ago