DEVELOPER APILIVE

Build on the ratings, not just read them.

A read-only JSON API for Onyx scores, scorecards and badges. Served by the Node backend on this same host under /api.

Endpoints

GET/api/projectsList rated projects. Filter by category, tier, stage.
GET/api/projects/:slugFull scorecard with the category breakdown.
GET/api/projects/:slug/scoreJust the headline score and tier. For badges.
GET/api/categoriesThe category list.

Read-only by design. There is no endpoint that writes a score. Ratings come from editorial review against the methodology, never an API call.

Example

curl https://oynxweb3.com/api/projects/uniswap/score
{ "slug": "uniswap", "score": 94, "tier": "certified" }