BigCommerce · Schema
metaCollectionFull
Data about the response, including pagination and collection totals.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| pagination | object | Data about the response, including pagination and collection totals. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/metaCollectionFull",
"title": "metaCollectionFull",
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"total": {
"type": "integer",
"description": "Total number of items in the result set.\n",
"example": 36
},
"count": {
"type": "integer",
"description": "Total number of items in the collection response.\n",
"example": 36
},
"per_page": {
"type": "integer",
"description": "The amount of items returned in the collection per page, controlled by the limit parameter.\n",
"example": 50
},
"current_page": {
"type": "integer",
"description": "The page you are currently on within the collection.\n",
"example": 2
},
"total_pages": {
"type": "integer",
"description": "The total number of pages in the collection.\n",
"example": 3
},
"links": {
"type": "object",
"properties": {
"previous": {
"type": "string",
"description": "Link to the previous page returned in the response.\n",
"example": "?page=1&limit=50"
},
"current": {
"type": "string",
"description": "Link to the current page returned in the response.\n",
"example": "?page=2&limit=50"
},
"next": {
"type": "string",
"description": "Link to the next page returned in the response.\n",
"example": "?page=3&limit=50"
}
},
"description": "Pagination links for the previous and next parts of the whole collection.\n"
}
},
"description": "Data about the response, including pagination and collection totals."
}
},
"description": "Data about the response, including pagination and collection totals."
}
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/bigcommerce-metacollectionfull"
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.