curl --location --request GET 'https://api.hetzner.cloud/v1/pricing'
{
"pricing": {
"currency": "EUR",
"floating_ip": {
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
},
"floating_ips": [
{
"prices": [
{
"location": "fsn1",
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
],
"type": "ipv4"
}
],
"image": {
"price_per_gb_month": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
},
"load_balancer_types": [
{
"id": 1,
"name": "lb11",
"prices": [
{
"location": "fsn1",
"price_hourly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
},
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
]
}
],
"primary_ips": [
{
"prices": [
{
"location": "fsn1",
"price_hourly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
},
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
],
"type": "ipv4"
}
],
"server_backup": {
"percentage": "20.0000000000"
},
"server_types": [
{
"id": 4,
"name": "cx11",
"prices": [
{
"location": "fsn1",
"price_hourly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
},
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
]
}
],
"traffic": {
"price_per_tb": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
},
"vat_rate": "19.000000",
"volume": {
"price_per_gb_month": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
}
}