Ecosystem/AviationStack

AviationStack

Tempo
Data11 endpointsFrom $0.0050 /req

Comprehensive aviation data API with real-time flight tracking, airport and airline lookups, route information, future schedules, and reference data for aircraft types, taxes, and timetables. 11 endpoints covering every aspect of commercial aviation.

View documentation

When should an agent use this?

Use AviationStack when your agent needs aviation data — tracking live flights by IATA code, looking up airport or airline details, checking future flight schedules, or building travel-related workflows. Ideal for travel booking agents, flight status monitors, logistics planners, and any agent that needs structured aviation reference data.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (11)

Get real-time flight tracking data. Filter by flight IATA code, airline, departure/arrival airport, or flight status.

Path/services/aviationstack/v1/flights
MethodGET
Price$0.0050 per request

Parameters

NameTypeRequiredDescription
flight_iatastringNoFilter by flight IATA code (e.g. AA100, BA215)
airline_iatastringNoFilter by airline IATA code (e.g. AA, BA, UA)
dep_iatastringNoFilter by departure airport IATA code (e.g. JFK, LAX)
arr_iatastringNoFilter by arrival airport IATA code
flight_statusstringNoFilter by status: scheduled, active, landed, cancelled, incident, diverted

Example Request

curl
curl -X GET \
  "https://api.indiegent.com/services/aviationstack/v1/flights?flight_iata=AA100" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent"

IndieGent Endpoint

api.indiegent.com/services/aviationstack

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli