StableTravel FlightAware Airport Details is a paid API for AI agents from stabletravel.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).
Returns detailed information for a specific airport identified by its airport code, including location, identifiers, and related links
Get detailed information for a specific airport by its code
A JSON object with comprehensive airport details including airport_code, name, city, state, country_code, latitude, longitude, elevation, timezone, code_iata, code_icao, code_lid, wiki_url, airport_flights_url, and a list of alternative nearby airports with their codes and names.
GEThttps://stabletravel.dev/api/flightaware/airports/CTSUse this endpoint when you need structured, detailed metadata about a specific airport by code — including geographic coordinates, timezone, identifier codes (IATA/ICAO/LID), and links to flights data. Prefer this over flight-search endpoints when you only need airport reference data, not live flight or booking information.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"city": "Chitose",
"name": "New Chitose",
"type": "Airport",
"state": "Hokkaidō",
"code_lid": null,
"latitude": 42.7752,
"timezone": "Asia/Tokyo",
"wiki_url": "https://en.wikipedia.org/wiki/New_Chitose_Airport",
"code_iata": "CTS",
"code_icao": "RJCC",
"elevation": 82,
"longitude": 141.692283,
"airport_code": "RJCC",
"alternatives": [],
"country_code": "JP",
"alternate_ident": "CTS",
"airport_flights_url": "/airports/RJCC/flights"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"