ReviewStatisticsResponse
Linting results and review statistics for a given interval in time
API DesignAPI LintingAPI QualityOpen-SourceOpenAPIZalando
Properties
| Name |
Type |
Description |
| total_reviews |
integer |
Total number of lintings |
| total_reviews_deduplicated |
integer |
Unique APIs linted |
| successful_reviews |
integer |
Number of successful lintings |
| number_of_endpoints |
integer |
Number of endpoints in the linted APIs |
| must_violations |
integer |
Number of MUST violations |
| should_violations |
integer |
Number of SHOULD violations |
| may_violations |
integer |
Number of MAY violations |
| hint_violations |
integer |
Number of HINTS |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ReviewStatisticsResponse",
"description": "Linting results and review statistics for a given interval in time",
"$id": "https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-schema/zally-api-review-statistics-response-schema.json",
"type": "object",
"properties": {
"total_reviews": {
"type": "integer",
"format": "int32",
"example": 23,
"description": "Total number of lintings"
},
"total_reviews_deduplicated": {
"type": "integer",
"format": "int32",
"example": 12,
"description": "Unique APIs linted"
},
"successful_reviews": {
"type": "integer",
"format": "int32",
"example": 17,
"description": "Number of successful lintings"
},
"number_of_endpoints": {
"type": "integer",
"format": "int32",
"example": 10,
"description": "Number of endpoints in the linted APIs"
},
"must_violations": {
"type": "integer",
"format": "int32",
"example": 123,
"description": "Number of MUST violations"
},
"should_violations": {
"type": "integer",
"format": "int32",
"example": 81,
"description": "Number of SHOULD violations"
},
"may_violations": {
"type": "integer",
"format": "int32",
"example": 32,
"description": "Number of MAY violations"
},
"hint_violations": {
"type": "integer",
"format": "int32",
"example": 5,
"description": "Number of HINTS"
}
},
"required": [
"total_reviews",
"total_reviews_deduplicated",
"successful_reviews",
"number_of_endpoints",
"must_violations",
"should_violations",
"may_violations",
"hint_violations"
]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zally-api-review-statistics-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.