Everything on this site is available to machines over public, read-only endpoints. No account, key or token is needed.
| Need | Endpoint |
|---|---|
| List or filter codes | GET /api/agent/codes |
| One exact code | GET /api/agent/code?code=19klikes!! |
| OpenAPI 3.1 document | GET /openapi.json |
| MCP server (Streamable HTTP) | POST /mcp |
| Agent Skill artifact | GET /ai/skills/site-lookup/SKILL.md |
| Full dataset | GET /data/codes.json |
GET /api/agent/codes accepts status (listed_active = 3+ independent lists, weakly_attested = 1–2), q (substring over code, reward and conditions), min_sources (1–4), limit (1–100, default 50) and offset. The MCP server exposes two tools: list_codes and get_code.
source_list_count is attestation strength, not a guarantee. Four lists is strong; one list is weak.Codes, reward figures and redemption steps were cross-checked on 16 September 2026 against the game's own Roblox page and several independently maintained code lists last updated between 11 and 15 September 2026. Where lists disagreed, the disagreement is shown. Where none had an answer, the answer is marked unknown.
None is required, and none is offered yet. Planned OAuth discovery is published as an explicitly under construction contract at /.well-known/oauth-authorization-server and /auth.md; its endpoints return 503 temporarily_unavailable. The public lookup above stays open.