Cat Facts API · Schema
FactList
Paginated list of cat facts using Laravel-style pagination.
Cat FactsTriviaFunLearningFree
Properties
| Name | Type | Description |
|---|---|---|
| current_page | integer | Current page number. |
| data | array | Array of cat facts on this page. |
| first_page_url | string | URL of the first page. |
| from | integer | First item number in current page. |
| last_page | integer | Last page number. |
| last_page_url | string | URL of the last page. |
| next_page_url | stringnull | URL of the next page, or null if on last page. |
| path | string | Base path for this resource. |
| per_page | integer | Number of items per page. |
| prev_page_url | stringnull | URL of the previous page, or null if on first page. |
| to | integer | Last item number in current page. |
| total | integer | Total number of facts. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://catfact.ninja/schema/fact-list",
"title": "FactList",
"description": "Paginated list of cat facts using Laravel-style pagination.",
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"description": "Current page number.",
"minimum": 1,
"example": 1
},
"data": {
"type": "array",
"description": "Array of cat facts on this page.",
"items": {
"$ref": "fact.json"
}
},
"first_page_url": {
"type": "string",
"format": "uri",
"description": "URL of the first page."
},
"from": {
"type": "integer",
"description": "First item number in current page.",
"example": 1
},
"last_page": {
"type": "integer",
"description": "Last page number.",
"example": 166
},
"last_page_url": {
"type": "string",
"format": "uri",
"description": "URL of the last page."
},
"next_page_url": {
"type": ["string", "null"],
"format": "uri",
"description": "URL of the next page, or null if on last page."
},
"path": {
"type": "string",
"format": "uri",
"description": "Base path for this resource."
},
"per_page": {
"type": "integer",
"description": "Number of items per page.",
"example": 10
},
"prev_page_url": {
"type": ["string", "null"],
"format": "uri",
"description": "URL of the previous page, or null if on first page."
},
"to": {
"type": "integer",
"description": "Last item number in current page.",
"example": 10
},
"total": {
"type": "integer",
"description": "Total number of facts.",
"example": 1656
}
}
}
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/fact-list"
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.