PageInfo is a JSON Structure definition published by Disney API, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/disney/refs/heads/main/json-structure/disney-page-info-structure.json",
"name": "PageInfo",
"description": "Pagination envelope returned alongside every character response.",
"type": "object",
"required": [
"count",
"totalPages"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of records returned in this page.",
"example": 2
},
"totalPages": {
"type": "integer",
"description": "Total number of pages for the current filter at the current pageSize.",
"example": 4911
},
"previousPage": {
"type": ["string", "null"],
"format": "uri",
"description": "Absolute URL to the previous page, or null on the first page.",
"example": null
},
"nextPage": {
"type": ["string", "null"],
"format": "uri",
"description": "Absolute URL to the next page, or null on the last page.",
"example": "http://api.disneyapi.dev/character?page=2&pageSize=2"
}
}
}
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.