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
}
]
}