eBay · Schema
EventSearchResponse
The result set for the specified event search criteria.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| events | array | A list of results that match the search criteria. |
| href | string | The relative path to the current set of results. |
| limit | integer | The maximum number of items, from the current result set, returned on a single page. Default: 20 |
| next | string | The relative path to the next set of results. |
| offset | integer | The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output. For example, if the offset is set to |
| prev | string | The relative path to the previous set of results. |
| total | integer | The total number of matches for the specified search criteria. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EventSearchResponse",
"title": "EventSearchResponse",
"type": "object",
"properties": {
"events": {
"type": "array",
"description": "A list of results that match the search criteria.",
"items": {
"$ref": "#/components/schemas/Event"
}
},
"href": {
"type": "string",
"description": "The relative path to the current set of results."
},
"limit": {
"type": "integer",
"description": "The maximum number of items, from the current result set, returned on a single page.<br /><br /><b>Default:</b> <code>20</code>",
"format": "int32"
},
"next": {
"type": "string",
"description": "The relative path to the next set of results."
},
"offset": {
"type": "integer",
"description": "The number of items that will be skipped in the result set. This is used with the <b>limit</b> field to control the pagination of the output.<br /><br />For example, if the <b>offset</b> is set to <code>0</code> and the <b>limit</b> is set to <code>10</code>, the method will retrieve items 1 through 10 from the list of items returned. If the <b>offset</b> is set to <code>10</code> and the <b>limit</b> is set to <code>10</code>, the method will retrieve items 11 through 20 from the list of items returned.<br /><br /><b>Default:</b> <code>0</code>",
"format": "int32"
},
"prev": {
"type": "string",
"description": "The relative path to the previous set of results."
},
"total": {
"type": "integer",
"description": "The total number of matches for the specified search criteria.",
"format": "int32"
}
},
"description": "The result set for the specified event search criteria."
}
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/ebay-eventsearchresponse"
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.