ADS-B Exchange · Schema
OperationsResponse
Response envelope for the response containing multiple operations objects.
AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT
Properties
| Name | Type | Description |
|---|---|---|
| items | array | List of operations objects |
| msg | string | Message indicating the status of the request overall. |
| totalItems | integer | The total number of operations in the database for the given query. |
| totalPages | integer | Total number of pages that client can iterate through. |
| pageNumber | integer | Current page number. |
| ctime | integer | Unix timestamp of when the underlying data was last updated. |
| now | integer | Unix timestamp of the current UTC time on the server. |
| ptime | integer | Time taken on API server to process the request, in milliseconds. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OperationsResponse",
"type": "object",
"description": "Response envelope for the response containing multiple operations objects.",
"additionalProperties": false,
"properties": {
"items": {
"type": "array",
"description": "List of operations objects",
"items": {
"$ref": "#/components/schemas/OperationsResponseItem"
}
},
"msg": {
"type": "string",
"description": "Message indicating the status of the request overall."
},
"totalItems": {
"type": "integer",
"description": "The total number of operations in the database for the given query.",
"format": "int32"
},
"totalPages": {
"type": "integer",
"description": "Total number of pages that client can iterate through.",
"format": "int32"
},
"pageNumber": {
"type": "integer",
"description": "Current page number.",
"format": "int32"
},
"ctime": {
"type": "integer",
"description": "Unix timestamp of when the underlying data was last updated.",
"format": "int64"
},
"now": {
"type": "integer",
"description": "Unix timestamp of the current UTC time on the server.",
"format": "int64"
},
"ptime": {
"type": "integer",
"description": "Time taken on API server to process the request, in milliseconds.",
"format": "int64"
}
}
}
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/operationsresponse"
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.