Ecosystem/FlightAPI

FlightAPI

Tempo
Data7 endpointsFrom $0.0020 /req

Real-time flight prices, tracking, and airport schedules from 700+ airlines worldwide. Search one-way, round-trip, and multi-city itineraries, track live flight status, and look up airport schedules.

View documentation

When should an agent use this?

Use FlightAPI when your agent needs flight data — searching for the cheapest fares, tracking a specific flight's real-time status, getting airport departure boards, or building multi-city travel itineraries. Ideal for travel booking agents, trip planning workflows, flight monitoring bots, and any agent that needs live aviation data.

Endpoints

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

Paid (7)

Search one-way flight prices — returns fares, airlines, stops, and booking links.

Path/services/flightapi/onewaytrip/:rest*
MethodGET
Price$0.0030 per request

Parameters

NameTypeRequiredDescription
adultsnumber (query)YesNumber of adult passengers
originstring (query)YesDeparture airport IATA code (e.g. JFK, LAX, LHR)
destinationstring (query)YesArrival airport IATA code
departureDatestring (query)YesDeparture date in YYYY-MM-DD format
currencystring (query)NoCurrency for prices (default: USD)

Example Request

curl
curl -X GET \
  "https://api.indiegent.com/services/flightapi/onewaytrip/:rest*?adults=1&origin=JFK&destination=LAX&departureDate=2026-05-01&currency=USD" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent"

IndieGent Endpoint

api.indiegent.com/services/flightapi

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli