Ecosystem/GoFlightLabs

GoFlightLabs

Tempo
Data8 endpointsFrom $0.0050 /req

Real-time flight tracking, price search, delay statistics, and airline data from global aviation databases. Track live flights, search fares, look up flight details by number, and filter airports worldwide.

View documentation

When should an agent use this?

Use GoFlightLabs when your agent needs real-time aviation data — tracking live flights, searching for flight prices, checking delay statistics, or looking up flight details by number. Ideal for travel monitoring agents, flight alert bots, aviation analytics, and any workflow that needs live or historical flight data.

Endpoints

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

Paid (8)

Search flight prices between airports — returns fares, airlines, and booking options.

Path/services/goflightlabs/flight-prices
MethodGET
Price$0.010 per request

Parameters

NameTypeRequiredDescription
adultsnumber (query)YesNumber of adult passengers
originstring (query)YesDeparture airport IATA code
destinationstring (query)YesArrival airport IATA code
departureDatestring (query)YesDeparture date (YYYY-MM-DD)
currencystring (query)NoCurrency code (default: USD)

Example Request

curl
curl -X GET \
  "https://api.indiegent.com/services/goflightlabs/flight-prices?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/goflightlabs

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli