HTTP APIs¶
All routes are served on the same generated domain as this website.
GET /api/health¶
Returns service metadata.
GET /api/versions¶
Returns the example release train used by the Live APIs table.
| Field | Type | Meaning |
|---|---|---|
product |
string | Display name |
current |
string | Latest stable |
versions[] |
array | History entries |
POST /api/feedback¶
Body:
{
"name": "Ada",
"email": "ada@example.com",
"page": "/live/",
"rating": 5,
"message": "Search + dark mode work."
}
Rules:
messagerequired (max 2000 chars)ratingclamped to 1–5 (default 5)- emails stored but stripped from public list responses