curl --location --request GET 'https://api.hetzner.cloud/v1/networks'
{
"meta": {
"pagination": {
"last_page": 4,
"next_page": 4,
"page": 3,
"per_page": 25,
"previous_page": 2,
"total_entries": 100
}
},
"networks": [
{
"created": "2016-01-30T23:50:00.000Z",
"id": 4711,
"ip_range": "10.0.0.0/16",
"labels": {},
"load_balancers": [
42
],
"name": "mynet",
"protection": {
"delete": false
},
"routes": [
{
"destination": "10.100.1.0/24",
"gateway": "10.0.1.1"
}
],
"servers": [
42
],
"subnets": [
{
"gateway": "10.0.0.1",
"ip_range": "10.0.1.0/24",
"network_zone": "eu-central",
"type": "cloud"
}
]
}
]
}