curl --location --request GET 'https://api.hetzner.cloud/v1/load_balancer_types'
{
"load_balancer_types": [
{
"deprecated": "2016-01-30T23:50:00.000Z",
"description": "LB11",
"id": 1,
"max_assigned_certificates": 10,
"max_connections": 20000,
"max_services": 5,
"max_targets": 25,
"name": "lb11",
"prices": [
{
"location": "fsn1",
"price_hourly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
},
"price_monthly": {
"gross": "1.1900000000000000",
"net": "1.0000000000"
}
}
]
}
]
}