Hugging Face · Schema
StatisticsResponse
Properties
| Name | Type | Description |
|---|---|---|
| num_examples | integer | Total number of examples analyzed |
| statistics | array | |
| partial | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StatisticsResponse",
"title": "StatisticsResponse",
"type": "object",
"properties": {
"num_examples": {
"type": "integer",
"description": "Total number of examples analyzed",
"example": 10
},
"statistics": {
"type": "array",
"items": {
"type": "object",
"properties": {
"column_name": {
"type": "string",
"description": "Name of the column"
},
"column_type": {
"type": "string",
"description": "Data type of the column"
},
"column_statistics": {
"type": "object",
"description": "Statistics for the column",
"properties": {
"nan_count": {
"type": "integer"
},
"nan_proportion": {
"type": "number",
"format": "float"
},
"min": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
"max": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
"mean": {
"type": "number",
"format": "float"
},
"median": {
"type": "number",
"format": "float"
},
"std": {
"type": "number",
"format": "float"
},
"histogram": {
"type": "object",
"properties": {
"hist": {
"type": "array",
"items": {
"type": "integer"
}
},
"bin_edges": {
"type": "array",
"items": {
"type": "number"
}
}
}
},
"frequencies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"count": {
"type": "integer"
},
"proportion": {
"type": "number",
"format": "float"
}
}
}
}
}
}
}
},
"example": []
},
"partial": {
"type": "boolean",
"example": true
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hugging-face-statisticsresponse"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.