v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Scoring

Get the scoring of all APIs

get/scoring/apis

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

Response

Page of Apis Scoring

Example response

{
  "data": [
    {
      "score": 0.74,
      "errors": 10,
      "warnings": 20,
      "infos": 30,
      "hints": 40
    }
  ]
}