{ "opencollection": "1.0.0", "info": { "name": "Flightradar24 Airlines Flight Summary API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flight Summary", "type": "folder" }, "items": [ { "info": { "name": "Get flight summaries (light)", "type": "http" }, "http": { "method": "GET", "url": "https://fr24api.flightradar24.com/api/flight-summary/light", "params": [ { "name": "flight_ids", "value": "391fdd79,35f2ffd9", "type": "query", "description": "Comma-separated FR24 flight IDs (hexadecimal format). Maximum 15 IDs." }, { "name": "flight_datetime_from", "value": "2024-01-15T00:00:00", "type": "query", "description": "Start of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T00:00:00\"). Either flight_ids or a date range is required." }, { "name": "flight_datetime_to", "value": "2024-01-15T23:59:59", "type": "query", "description": "End of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T23:59:59\")." }, { "name": "flights", "value": "BA123,LH456", "type": "query", "description": "Comma-separated list of flight numbers (e.g., \"BA123,LH456\"). Maximum 15 values." }, { "name": "callsigns", "value": "BAW123,DLH456", "type": "query", "description": "Comma-separated list of ATC callsigns (e.g., \"BAW123,DLH456\"). Maximum 15 values." }, { "name": "registrations", "value": "G-STBK,D-ABCD", "type": "query", "description": "Comma-separated list of aircraft registration codes (e.g., \"G-STBK,D-ABCD\"). Maximum 15 values." }, { "name": "painted_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the livery carrier (e.g., \"BAW,DLH\"). Maximum 15 values." }, { "name": "operating_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the operating carrier. Maximum 15 values." }, { "name": "airports", "value": "LHR,EDDF", "type": "query", "description": "Comma-separated list of airport IATA or ICAO codes. Matches flights departing or arriving at these airports. Maximum 15 values." }, { "name": "routes", "value": "LHR-JFK,CDG-LAX", "type": "query", "description": "Comma-separated list of routes in origin-destination format (e.g., \"LHR-JFK\"). Maximum 15 values." }, { "name": "aircraft", "value": "B77W,A320", "type": "query", "description": "Comma-separated list of ICAO aircraft type codes (e.g., \"B77W,A320\"). Maximum 15 values." }, { "name": "categories", "value": "P,C", "type": "query", "description": "Comma-separated list of aircraft/vehicle category codes. Maximum 15 values. P=Passenger, C=Cargo, M=Military and Government, J=Business Jets, T=General Aviation, H=Helicopters, B=Lighter than Air, G=Gliders, D=Drones, V=Ground Vehicles, O=Other, N=Non-Categorized." }, { "name": "sort", "value": "-datetime_takeoff", "type": "query", "description": "Sort order for results. Use field name for ascending, prefix with \"-\" for descending (e.g., \"datetime_takeoff\" or \"-datetime_takeoff\")." }, { "name": "limit", "value": "1000", "type": "query", "description": "Maximum number of records to return (1-20000)." } ] }, "docs": "Returns lightweight synopses of individual flights including key event timings and locations such as actual takeoff and landing times, departure and arrival airports, and primary flight, aircraft, and operator identifiers. Available in both near-real-time and historical modes. Either flight_ids or a time range (flight_datetime_from + flight_datetime_to) must be provided." }, { "info": { "name": "Get flight summaries (full)", "type": "http" }, "http": { "method": "GET", "url": "https://fr24api.flightradar24.com/api/flight-summary/full", "params": [ { "name": "flight_ids", "value": "391fdd79,35f2ffd9", "type": "query", "description": "Comma-separated FR24 flight IDs (hexadecimal format). Maximum 15 IDs." }, { "name": "flight_datetime_from", "value": "2024-01-15T00:00:00", "type": "query", "description": "Start of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T00:00:00\"). Either flight_ids or a date range is required." }, { "name": "flight_datetime_to", "value": "2024-01-15T23:59:59", "type": "query", "description": "End of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T23:59:59\")." }, { "name": "flights", "value": "BA123,LH456", "type": "query", "description": "Comma-separated list of flight numbers (e.g., \"BA123,LH456\"). Maximum 15 values." }, { "name": "callsigns", "value": "BAW123,DLH456", "type": "query", "description": "Comma-separated list of ATC callsigns (e.g., \"BAW123,DLH456\"). Maximum 15 values." }, { "name": "registrations", "value": "G-STBK,D-ABCD", "type": "query", "description": "Comma-separated list of aircraft registration codes (e.g., \"G-STBK,D-ABCD\"). Maximum 15 values." }, { "name": "painted_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the livery carrier (e.g., \"BAW,DLH\"). Maximum 15 values." }, { "name": "operating_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the operating carrier. Maximum 15 values." }, { "name": "airports", "value": "LHR,EDDF", "type": "query", "description": "Comma-separated list of airport IATA or ICAO codes. Matches flights departing or arriving at these airports. Maximum 15 values." }, { "name": "routes", "value": "LHR-JFK,CDG-LAX", "type": "query", "description": "Comma-separated list of routes in origin-destination format (e.g., \"LHR-JFK\"). Maximum 15 values." }, { "name": "aircraft", "value": "B77W,A320", "type": "query", "description": "Comma-separated list of ICAO aircraft type codes (e.g., \"B77W,A320\"). Maximum 15 values." }, { "name": "categories", "value": "P,C", "type": "query", "description": "Comma-separated list of aircraft/vehicle category codes. Maximum 15 values. P=Passenger, C=Cargo, M=Military and Government, J=Business Jets, T=General Aviation, H=Helicopters, B=Lighter than Air, G=Gliders, D=Drones, V=Ground Vehicles, O=Other, N=Non-Categorized." }, { "name": "sort", "value": "-datetime_takeoff", "type": "query", "description": "Sort order for results. Use field name for ascending, prefix with \"-\" for descending (e.g., \"datetime_takeoff\" or \"-datetime_takeoff\")." }, { "name": "limit", "value": "1000", "type": "query", "description": "Maximum number of records to return (1-20000)." } ] }, "docs": "Returns full synopses of individual flights combining positional event data with enriched metadata including runway designators, flight time, actual distances, and complete airport codes (IATA and ICAO). Either flight_ids or a time range must be provided." }, { "info": { "name": "Count flight summaries", "type": "http" }, "http": { "method": "GET", "url": "https://fr24api.flightradar24.com/api/flight-summary/count", "params": [ { "name": "flight_ids", "value": "391fdd79,35f2ffd9", "type": "query", "description": "Comma-separated FR24 flight IDs (hexadecimal format). Maximum 15 IDs." }, { "name": "flight_datetime_from", "value": "2024-01-15T00:00:00", "type": "query", "description": "Start of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T00:00:00\"). Either flight_ids or a date range is required." }, { "name": "flight_datetime_to", "value": "2024-01-15T23:59:59", "type": "query", "description": "End of the date-time range for filtering flights (ISO 8601 format, e.g., \"2024-01-15T23:59:59\")." }, { "name": "flights", "value": "BA123,LH456", "type": "query", "description": "Comma-separated list of flight numbers (e.g., \"BA123,LH456\"). Maximum 15 values." }, { "name": "callsigns", "value": "BAW123,DLH456", "type": "query", "description": "Comma-separated list of ATC callsigns (e.g., \"BAW123,DLH456\"). Maximum 15 values." }, { "name": "registrations", "value": "G-STBK,D-ABCD", "type": "query", "description": "Comma-separated list of aircraft registration codes (e.g., \"G-STBK,D-ABCD\"). Maximum 15 values." }, { "name": "painted_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the livery carrier (e.g., \"BAW,DLH\"). Maximum 15 values." }, { "name": "operating_as", "value": "BAW,DLH", "type": "query", "description": "Comma-separated list of airline ICAO codes for the operating carrier. Maximum 15 values." }, { "name": "airports", "value": "LHR,EDDF", "type": "query", "description": "Comma-separated list of airport IATA or ICAO codes. Matches flights departing or arriving at these airports. Maximum 15 values." }, { "name": "routes", "value": "LHR-JFK,CDG-LAX", "type": "query", "description": "Comma-separated list of routes in origin-destination format (e.g., \"LHR-JFK\"). Maximum 15 values." }, { "name": "aircraft", "value": "B77W,A320", "type": "query", "description": "Comma-separated list of ICAO aircraft type codes (e.g., \"B77W,A320\"). Maximum 15 values." }, { "name": "categories", "value": "P,C", "type": "query", "description": "Comma-separated list of aircraft/vehicle category codes. Maximum 15 values. P=Passenger, C=Cargo, M=Military and Government, J=Business Jets, T=General Aviation, H=Helicopters, B=Lighter than Air, G=Gliders, D=Drones, V=Ground Vehicles, O=Other, N=Non-Categorized." } ] }, "docs": "Returns the number of flight summary records matching the given filters. Either flight_ids or a time range must be provided." } ] } ], "bundled": true }