highOPENAPI_PARSE_ERROR
OpenAPI document is not parseable JSON or YAML
Inspect the evidence and return meaningful protocol-correct content.
GET https://desertbus.platphormnews.com/api/docs
HTTP 200
Content-Type: text/html; charset=utf-8
41 ms
Digest: sha256:bd810a1b785549cac348b91229ae43fed825d823a17f355dade048eeddfe4346
Preview: <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Desert Bus Westfalia Edition API Docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body{font-family:system-ui,sans-serif;margin:2rem;line-height:1.5;background:#120d08;color:#f3e7d0}
a{color:#ffb266} code{background:#24170f;padding:.15rem .35rem;border-radius:.25rem}
table{border-collapse:collapse;width:100%;margin-top:1rem} td,th{border:1px solid #4a3324;padding:.55rem;text-align:left;vertical-align:top}
th{background:#20150d}.badge{display:inline-block;border:1px solid #a76635;padding:.25rem .5rem;border-radius:999px;color:#ffb266}
</style>
</head>
<body>
<p><a href="/">Desert Bus</a> / API Docs</p>
<h1>Desert Bus Westfalia Edition API Docs</h1>
<p>Public browser tribute game for the 1979 VW Westfalia Desert Bus endurance premise.</p>
<p class="badge">Public-safe Phase 1. Future protected actions use PLATPHORM_API_KEY when PLATPHORM_REQUIRE_API_KEY=true.</p>
<h2>Core Rules</h2>
<ul>
<li>360 miles at 45 mph = 08:00:00</li>
<li>No pause in canonical mode. One point per completed run.</li>
<li>Local leaderboard is browser-local; global persistence is not faked.</li>
<li>Donation links are outbound only. This site does not process donations.</li>
</ul>
<h2>Endpoints</h2>
<table><thead><tr><th>Method</th><th>Path</th><th>Description</th><th>Boundary</th></tr></thead><tbody><tr><td><code>GET</code></td><td><code>/api/health</code></td><td>Health summary with honest degraded states.</td><td>Public-safe</td></tr><tr><td><code>GET</code></td><td><code>/api/v1/health</code></td><td>Versioned health summary.</td><td>Public-safe</td></tr><tr><td><code>GET</code></td><td><code>/api/v1/game</code></td><td>Game metadata and rules.</td><td>Public-safe</td></tr><tr><td><code>GET</code></td><td><code>/api/v1/game/state-schema</code></td><td>Local game state schema.</td><td>Public-safe</td></tr><tr><td><code>GET</code></td><td><code>/api/v1/game/rules</code><