Webspace-Preise
Webspace-Pakete, Kontingente und Feature-Preise abfragen.
Webspace-Pakete, Kontingente und Feature-Preise abfragen.
Erforderlicher Scope: —
| Header | Erforderlich | Wert |
|---|---|---|
Authorization |
Ja | Bearer DEIN_API_SCHLÜSSEL |
{
"data": {
"free": { "diskGb": 1, "databases": 1, "bandwidthGb": 10, "allowedDomains": 1, "price": 0 },
"tiers": [
{ "diskGb": 5, "monthly": 4.99, "yearly": 49.90 },
{ "diskGb": 10, "monthly": 7.99, "yearly": 79.90 }
],
"addons": { "databasePerUnit": 0.50, "domainPerUnit": 1.00 }
}
}
| Feld | Typ | Beschreibung |
|---|---|---|
free |
object | Kontingente der kostenlosen Stufe (einmalig pro Nutzer). |
tiers |
array | Bezahlpakete mit Monats- und Jahrespreis. |
addons |
object | Aufpreis pro Einheit für Datenbanken und Custom-Domains. |
curl https://hosting.site.quest/api/v1/webspaces/pricing
Dieser Endpunkt ist noch nicht als MCP-Tool verfügbar. Den obigen REST-Endpunkt direkt nutzen.