Skip to main content

Quick Start

# Get METAR weather for JFK airport
curl -H "X-RapidAPI-Key: YOUR_API_KEY"   YOUR_API_BASE_URL/v3/weather/metar/KJFK

# Search airports near coordinates
curl -H "X-RapidAPI-Key: YOUR_API_KEY"   "YOUR_API_BASE_URL/v3/airports/search/location?lat=40.64&lon=-73.78&radius=50"

# Get live flight status
curl -H "X-RapidAPI-Key: YOUR_API_KEY"   YOUR_API_BASE_URL/v3/flight_status/BA123