Weavz
FlightAware AeroAPI

FlightAware AeroAPI

Query FlightAware AeroAPI flights, tracks, airport activity, and monitored flight-status changes.

5 tools
1 trigger

Tools

Name
list_flights

List AeroAPI flights for an ident such as a tail number, flight number, or fa_flight_id.

get_flight

Fetch one AeroAPI flight by fa_flight_id.

get_flight_track

Fetch AeroAPI positional track points for one flight by fa_flight_id.

list_airport_flights

List AeroAPI airport flight activity for arrivals, departures, scheduled, or enroute operations.

search_airports

Search AeroAPI airport records with a bounded query.

Triggers

Name
flight_status_updated

Poll AeroAPI flights for an ident after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('flightaware', 'list_flights', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'flightaware',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect FlightAware AeroAPI to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does FlightAware AeroAPI support?

FlightAware AeroAPI supports 5 tools including List Flights, Get Flight, Get Flight Track, List Airport Flights, Search Airports.

Can I use FlightAware AeroAPI with AI agents?

Yes. Add FlightAware AeroAPI to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can FlightAware AeroAPI be used in stateful agent workflows?

Yes. Agents can combine FlightAware AeroAPI tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does FlightAware AeroAPI use?

FlightAware AeroAPI uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the FlightAware AeroAPI integration cost?

The FlightAware AeroAPI integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does FlightAware AeroAPI support?

FlightAware AeroAPI supports 1 triggers including Flight Status Updated.

Connect FlightAware AeroAPI in minutes

Get 20,000 free action executions every month. No credit card required.