For Agents
Look up live and historical flight positions, flight summaries, flight tracks, and airline and airport metadata across Flightradar24's tracking corpus.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Flightradar24 API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Flightradar24 API API.
Pull live flight positions worldwide with light or full payload variants
Query historical flight positions back to May 11, 2016 with the same light or full variants
Retrieve flight summaries by flight, callsign, route, or registration
Read the recorded flight track for a specific flight including timestamps and altitude
GET STARTED
Use for: Get the live position of flight BA178 right now, Find all flights currently in the air over the United Kingdom, Look up the full flight summary for a registration on a specific date, Retrieve the recorded flight track for an aircraft last Tuesday
Not supported: Does not handle ticket booking, seat selection, or airline customer service - use for live and historical flight tracking, summaries, and airline or airport metadata only.
Jentic publishes the only available OpenAPI document for Flightradar24 API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Flightradar24 API, keeping it validated and agent-ready. The Flightradar24 API exposes real-time and historical flight tracking data including live flight positions, flight summaries, flight tracks, flight events, airline lookups, and airport metadata. Historical data is available from May 11, 2016 onward, and the API splits most resources into 'light' and 'full' variants so that bandwidth-sensitive callers can pull a smaller payload while richer integrations get the full record.
Look up airline metadata by ICAO code and airport metadata by airport code
Read your account's API usage stats to manage billing and quota
Patterns agents use Flightradar24 API API for, with concrete tasks.
★ Live flight tracking dashboard
Travel apps and operations teams build live flight tracking dashboards by polling /api/live/flight-positions/light or /api/live/flight-positions/full. The light variant keeps bandwidth low for map overlays, while the full variant adds aircraft type, airline, registration, and route detail for richer detail panes. Combined with /api/static/airlines and /api/static/airports lookups, this drives a complete arrivals or departures board.
Fetch live full flight positions inside a bounding box covering the UK and return aircraft callsign, type, altitude, and ground speed for each result
Historical flight analysis
Analysts reconstruct past flights by querying /api/historic/flight-positions and /api/flight-tracks for any date back to May 11, 2016. The historical event endpoints add takeoff, landing, and diversion markers so that delay-cause analysis, accident investigations, and academic research can rebuild a flight's timeline minute by minute.
Pull the full flight track for a specific aircraft registration on 2024-08-12 and return latitude, longitude, altitude, and timestamp for each point
Airline operations reporting
Airlines and ground handlers pull /api/flight-summary/full and /api/historic/flight-events to assemble daily on-time performance reports, delay attributions, and route utilization summaries. The light and count variants of the same endpoints support efficient totals queries before drilling into the full record.
Get the count and full flight summaries for airline ICAO BAW on 2024-12-01 and group results by departure airport
AI agent travel disruption assistant
An AI travel agent uses Flightradar24 through Jentic to look up the current position of a passenger's flight, check whether it has diverted using the historic flight events feed, and explain expected delay times. Jentic returns the right Flightradar24 operation per intent, so the same agent skill handles live and historical questions without extra code paths.
Given flight number AA100 today, return its live position, ground speed, and any diversion event in the last 6 hours
16 endpoints — jentic publishes the only available openapi specification for flightradar24 api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/api/live/flight-positions/full
Live aircraft positions with full record
/api/live/flight-positions/light
Live aircraft positions with reduced payload
/api/historic/flight-positions/full
Historical aircraft positions back to 2016
/api/flight-summary/full
Per-flight summary records with full detail
/api/flight-tracks
Recorded flight track for a specific flight
/api/historic/flight-events/full
Historical flight event markers
/api/static/airlines/{icao}/light
Airline metadata lookup by ICAO code
/api/usage
Read account API usage and quota stats
/api/live/flight-positions/full
Live aircraft positions with full record
/api/live/flight-positions/light
Live aircraft positions with reduced payload
/api/historic/flight-positions/full
Historical aircraft positions back to 2016
/api/flight-summary/full
Per-flight summary records with full detail
/api/flight-tracks
Recorded flight track for a specific flight
Three things that make agents converge on Jentic-routed access.
Credential isolation
Flightradar24 bearer tokens are stored encrypted in the Jentic vault. Agents call by intent and Jentic injects the Authorization header at execution time, so raw API tokens never enter the agent context.
Intent-based discovery
Agents search Jentic by intent such as 'track a live flight' and Jentic returns the matching Flightradar24 operation with its input schema, removing the need to choose between light, full, and count variants manually.
Time to first call
Direct Flightradar24 integration: 1-2 days for token handling, response parsing across light and full variants, and quota tracking. Through Jentic: under 1 hour to search, load the schema, and execute.
Alternatives and complements available in the Jentic catalogue.
AviationData API
AviationData is an alternative provider of flight tracking and aircraft reference data
Pick AviationData when the agent needs an alternative source for flight and aircraft information outside Flightradar24
Amadeus On-Demand Flight Status API
Amadeus handles booking and ticketing while Flightradar24 supplies the live tracking signal
Use Amadeus when the agent needs to book or modify a ticket, then call Flightradar24 to track the flight after departure
Google Calendar API
Google Calendar holds the user's trip itinerary that the live tracking signal updates
Pair Google Calendar with Flightradar24 when the agent needs to update calendar entries based on live arrival times
Specific to using Flightradar24 API API through Jentic.
Why is there no official OpenAPI spec for Flightradar24 API?
Flightradar24 does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Flightradar24 API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Flightradar24 API use?
The Flightradar24 API uses HTTP bearer tokens issued from your fr24api.flightradar24.com account. Through Jentic the token is held in the encrypted vault and injected into the Authorization header at execution time.
How far back does Flightradar24 historical data go?
Historical flight positions, summaries, tracks, and events are available from May 11, 2016 onward. Queries for earlier dates return no records.
Can I get the live position of a specific flight?
Yes. Call /api/live/flight-positions/full or /api/live/flight-positions/light with filters such as callsign or registration to return the live record for that aircraft.
What are the rate limits for the Flightradar24 API?
Quotas are tied to your Flightradar24 plan rather than a fixed global limit. Use /api/usage to monitor remaining credits and watch for 429 responses with Retry-After headers.
How do I track a live flight through Jentic?
Search Jentic for 'track a live flight', load the schema for /api/live/flight-positions/full, and execute the call with the flight identifier. Install with pip install jentic and sign up at https://app.jentic.com/sign-up.
What is the difference between the light and full variants?
Light variants return a compact payload optimised for map overlays and high-volume polling. Full variants return the same records with airline, aircraft type, registration, and route detail attached.
/api/historic/flight-events/full
Historical flight event markers
/api/static/airlines/{icao}/light
Airline metadata lookup by ICAO code
/api/usage
Read account API usage and quota stats