# flight.memoryapi.org Flight Departures & Arrivals

> flight.memoryapi.org Flight Departures & Arrivals is a paid API for AI agents from flight.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns real-time flight departure and arrival data including status, gate, terminal, and scheduling information via AeroDataBox.

## Facts

- Endpoint: GET https://flight.memoryapi.org/x402/flight/flights
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/flight-memoryapi-org-86f3850f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MbBb_UH1Ac92H8HKV2Fn-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability flight-memoryapi-org-86f3850f
```

Example prompt: What's the current status of United Airlines flight UA 328 today — is it on time, and what gate and terminal does it depart from?

## When to prefer this

Use this endpoint when you need real-time or near-real-time flight status, gate, and terminal information for a specific flight. Best suited for travel assistants, airport logistics tools, or any agent needing live departure and arrival data powered by AeroDataBox.

## Known failure modes

- Flight number not found — returns empty or error response
- Invalid or unsupported airport IATA code
- Date out of supported range — historical or too far future
- AeroDataBox upstream data unavailable or delayed
- Malformed flight number format causes validation error
- Payment not included or insufficient — HTTP 402 response

## How this service works

Real-time flight departures, arrivals, and airport information via AeroDataBox

## Output

Returns real-time flight data including scheduled and actual departure/arrival times, current flight status (e.g. on time, delayed, cancelled), gate and terminal assignments, and airline information sourced from AeroDataBox.

## Example request

```json
{
 "iata": "JFK"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "count": 5,
  "airport": "JFK",
  "flights": [
   {
    "gate": "B23",
    "status": "Scheduled",
    "airline": "British Airways",
    "terminal": "T4",
    "destination": "LHR",
    "flight_number": "BA114",
    "scheduled_time": "2026-06-01T05:30:00"
   }
  ],
  "success": true,
  "to_time": "2026-06-01T09:00",
  "direction": "Departure",
  "from_time": "2026-06-01T03:00"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flight-memoryapi-org-86f3850f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from flight.memoryapi.org](https://www.zero.xyz/host/flight.memoryapi.org/llms.txt)
