READ-ONLY CATALOGUE API.
Edition-pinned JSON.
GET the current catalogue pin, tools, models, and a single entity. Money never buys rank. This API cannot write scores.
Responses are pinned to the verified edition used by the site. Empty facts stay empty. Free GET stays public. Paid keys raise GET rate limits and commercial ToS only. There is no Stripe checkout, boost, or rank write on these endpoints.
Endpoints
Base: https://aiscoreboard.app/api/v1. Methods: GET, HEAD, OPTIONS. POST, PUT, PATCH, and DELETE return 405.
- GET /api/v1
- Discovery document and endpoint map.
- GET /api/v1/edition
- Current edition pin, method id, and counts.
- GET /api/v1/tools
- Tool list for this edition.
- GET /api/v1/models
- Model list for this edition.
- GET /api/v1/tools/{id}
- One tool, for example
/api/v1/tools/aider. - GET /api/v1/models/{id}
- One model, for example
/api/v1/models/claude-fable-5.
Every JSON body includes editionId and the notice that money never buys rank. Rate limits: free 60 GET/minute; paid 600 GET/minute. Paid status is never a ranking signal on catalogue entities.