Getapiaircraftv2Operationsairport
Returns operations (Takeoffs and Landings) for the given ICAO code of the airport. Response is paginated and sorted by time (descending). Returns 20 items per page.
Get operations for San Francisco airport for the last 24 hours:
```
GET /api/aircraft/v2/operations/airport/KSFO
```
Use https://www.world-airport-codes.com/ to find ICAO codes for airports.
AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT
Getapiaircraftv2Operationsairport is an example object payload from ADS-B Exchange, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "GetApiAircraftV2OperationsAirport",
"summary": "Get operations by airport",
"description": "Returns operations (Takeoffs and Landings) for the given ICAO code of the airport. Response is paginated and sorted by time (descending). Returns 20 items per page.\n\nGet operations for San Francisco airport for the last 24 hours:\n```\nGET /api/aircraft/v2/operations/airport/KSFO\n```\nUse https://www.world-airport-codes.com/ to find ICAO codes for airports.",
"method": "GET",
"path": "/operations/airport/{airport}",
"parameters": [
{
"name": "airport",
"in": "path",
"required": true,
"description": "ICAO code of the airport.",
"schema": {
"type": "string"
},
"x-position": 1
},
{
"name": "page",
"x-originalName": "pageNumber",
"in": "query",
"description": "Page number to return. When not specified, defaults to 1.",
"schema": {
"type": "integer",
"format": "int32",
"nullable": true
},
"x-position": 2
},
{
"name": "time_from",
"x-originalName": "unixTimestampFrom",
"in": "query",
"description": "Unix timestamp from which to start the search. When not specified, defaults to 24 hours ago. Value in seconds.",
"schema": {
"type": "integer",
"format": "int64",
"nullable": true
},
"x-position": 3
},
{
"name": "time_to",
"x-originalName": "unixTimestampTo",
"in": "query",
"description": "Unix timestamp to which to end the search. When not specified, defaults to current time. Value in seconds.",
"schema": {
"type": "integer",
"format": "int64",
"nullable": true
},
"x-position": 4
},
{
"type": "string",
"name": "Accept-Encoding",
"in": "header",
"required": true,
"description": "The encoding type the client will accept in the response. API call must use compression.",
"default": "gzip",
"example": "gzip"
}
],
"responses": {
"200": {
"description": "Response containing a collection of operational events: takeoffs and landings.",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/OperationsResponse"
},
"example": {}
},
"402": {
"description": "Payment Required",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiUnauthorizedResponse"
},
"example": {}
},
"403": {
"description": "Forbidden",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiForbiddenResponse"
},
"example": {}
},
"429": {
"description": "Rate Limit Exceeded",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiTooManyRequestsResponse"
},
"example": {}
},
"500": {
"description": "Server Error",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ProblemDetails"
},
"example": {}
}
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/getapiaircraftv2operationsairport"
All examples
curl "https://apis.io/api/v1/examples?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.