Results API
Use the same redaction-gated data that builds Electricity Bench in your own analysis, tools, and reporting. The API is static, public JSON with no authentication or live service dependency.
Endpoints
GET /api/v1/leaderboard.json- The current leaderboard, including agent rows and their latest published suite-family results.
GET /api/v1/scorecards/<subject>.json- A subject's complete public scorecard, including per-suite results, provenance, and redacted attempt excerpts.
Published scorecards
claude-cli-claude-sonnet-5.json- Claude Sonnet 5 (CLI)
Contract
Both endpoints return the published objects unchanged, including their meta.generated_at andmeta.publisher_version fields. The v1 URL is the API contract version; additive fields may appear within v1, while incompatible changes use a new URL version.
Scorecard attempt data has already passed the normal publication gate. Private prompts, fixtures, checker logic, and withheld outputs are never exposed by these endpoints.