# flight.memoryapi.org Airport Info

> flight.memoryapi.org Airport Info is a paid API for AI agents from flight.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns airport details including IATA code, name, location, timezone, and geographic coordinates for a given airport identifier.

## Facts

- Endpoint: GET https://flight.memoryapi.org/x402/flight/airport
- Price: $0.001/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-da3090c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Yu_hsVkIxnzUtR6320Q0

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-da3090c0
```

Example prompt: What are the full name, timezone, and GPS coordinates for the airport with IATA code DXB?

## When to prefer this

Use this endpoint when you need structured reference data about a specific airport — name, location, timezone, or coordinates — given an IATA code or similar identifier. Prefer this over flight-status endpoints when you only need static airport metadata rather than live flight information.

## Known failure modes

- Unknown or invalid IATA code returns an error or empty result
- Misspelled airport code yields no match
- Payment of 0.001 USDC not completed triggers 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Non-existent or closed airports may not be in the dataset

## How this service works

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

## Output

Returns structured airport data including the IATA code, official airport name, city and country location, IANA timezone string, and latitude/longitude coordinates.

## Example request

```json
{
 "iata": "LAX"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "city": "New York",
  "iata": "JFK",
  "name": "John F. Kennedy International Airport",
  "country": "United States",
  "success": true,
  "timezone": "America/New_York",
  "coordinates": {
   "latitude": 40.6413,
   "longitude": -73.7781
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flight-memoryapi-org-da3090c0/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)
