flight_reliability
ActiveTool of Ready APIs
declared in 1.0.0
Return historical route reliability. Demo mode allows selected loaded routes such as ATL-LGA, ORD-EWR, SFO-SEA, LAX-JFK, DFW-LAX, and ATL-MCO.
Parameters schema
{
"type": "object",
"required": [
"origin",
"dest"
],
"properties": {
"dest": {
"type": "string",
"description": "Destination airport code, for example LGA."
},
"month": {
"type": "integer",
"description": "Optional numeric month."
},
"origin": {
"type": "string",
"description": "Origin airport code, for example ATL."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries