The code library API
Everything a visitor can read, a program can read. Public reads need no key, because the codes are free to read and a key would only be a toll gate on a public library.
Why this is not at /api
On a Leumas-hosted subdomain the /api prefix is forwarded to the platform API before this site ever sees it, so a page served here at that path could never load. It is a real constraint of the hosting rather than a preference, and the guard for this site refuses any client route that collides with a proxied prefix.
- GET /api/action-replay/consoles — every console, with code counts.
- GET /api/action-replay/games?console=<id> — games, by region and revision.
- GET /api/action-replay/codes?console=<id>&game=<slug> — codes, verbatim.
- GET /api/action-replay/sitemap.xml — the live child sitemap, as the corpus grows.