{
    "version": 1,
    "generated_at": "2026-09-26T20:15:00+02:00",
    "provider": {
        "name": "Beispiel Hosting GmbH",
        "website": "https://www.beispiel-hosting.de"
    },
    "currency": "EUR",
    "prices_include_vat": false,
    "vat_rate": null,
    "offers": [
        {
            "id": "vps-m",
            "name": "VPS M",
            "type": "vps",
            "url": "https://www.beispiel-hosting.de/vps/m",
            "cpu": {
                "model": "AMD EPYC 7543",
                "vendor": "amd",
                "cores": 4,
                "dedicated": false
            },
            "ram_gb": 8,
            "storage": [
                { "type": "nvme", "size_gb": 160, "count": 1 }
            ],
            "traffic": "unlimited",
            "bandwidth_mbit": 1000,
            "locations": [
                {
                    "code": "NUE",
                    "city": "Nürnberg",
                    "country": "DE",
                    "available": true,
                    "price_monthly": 6.99,
                    "setup_fee": 0,
                    "terms": [
                        { "months": 12, "price_monthly": 5.99 }
                    ]
                },
                {
                    "code": "FRA",
                    "city": "Frankfurt",
                    "country": "DE",
                    "available": "limited",
                    "price_monthly": 7.49
                }
            ]
        },
        {
            "id": "root-ryzen-64",
            "name": "Root Server Ryzen 64",
            "type": "dedicated",
            "url": "https://www.beispiel-hosting.de/dedicated/ryzen-64",
            "cpu": {
                "model": "AMD Ryzen 9 5950X",
                "vendor": "amd",
                "cores": 16,
                "threads": 32
            },
            "ram_gb": 64,
            "ram_ecc": false,
            "storage": [
                { "type": "nvme", "size_gb": 1000, "count": 2 }
            ],
            "traffic": "unlimited",
            "bandwidth_mbit": 1000,
            "locations": [
                {
                    "code": "NUE",
                    "city": "Nürnberg",
                    "country": "DE",
                    "available": false,
                    "price_monthly": 59.0,
                    "setup_fee": 49.0,
                    "ipv4_monthly": 1.0
                }
            ]
        }
    ]
}
