Bisquit.Host - Developer portal
Public read-only REST API for Bisquit.Host plans, prices and documentation. No API key, no authentication, no rate limit; plan data is cached server-side for one hour.
Endpoints
GET /api/gameGame server plans: pricing, hardware limits, locations and stockGET /api/cloudVDS plansGET /api/botBot hosting plansGET /api/webWeb hosting plansGET /api/wikiDocumentation index: every article with slug, title and URLGET /api/wiki/{slug}One documentation article as raw markdown, by slugPOST /wiki/searchFull-text search over the documentation
The complete description with request and response schemas is the OpenAPI 3.1 document: /openapi.json
Quickstart
curl https://bisquit.host/api/game
curl https://bisquit.host/api/wiki/services/faq
curl -X POST https://bisquit.host/wiki/search -H 'content-type: application/json' -d '{"query": "backup"}' Prices are integers in minor units (22900 = 229.00 RUB). Errors are JSON with a stable code, a message and a hint.
For agents and crawlers
- /llms.txt - index of every page and API endpoint
- /sitemap.xml - every page in both locales
Every page on this site also has a markdown rendition: request it with the Accept: text/markdown header.
Account-scoped actions (ordering, server control) are not part of this API: they live in the client area. my.bisquit.host
