FlightStats API - Links Flight Status & Track Flight status (by flight ID) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/{flightId} Flight status (flights departing on date) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/{carrier}/{flight}/dep/{year}/{month}/{day} Flight status (flights arriving on date) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/{carrier}/{flight}/arr/{year}/{month}/{day} Flight track (by flight ID) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/track/{flightId} Flight tracks arriving on date (starting from specified hour of day) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/tracks/{carrier}/{flight}/arr/{year}/{month}/{day} Flight tracks departing on date (starting from specified hour of day) https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/tracks/{carrier}/{flight}/dep/{year}/{month}/{day} Schedules Scheduled Flight(s) by carrier and flight number, departing on the given date. https://api.flightstats.com/flex/schedules/rest/v1/json/flight/{carrier}/{flightnumber}/departing/{year}/{month}/{day} Scheduled Flight(s) by carrier and flight number, arriving on the given date. https://api.flightstats.com/flex/schedules/rest/v1/json/flight/{carrier}/{flightnumber}/arriving/{year}/{month}/{day} Scheduled Flight(s) by route, departing on the given date. https://api.flightstats.com/flex/schedules/rest/v1/json/from/{departureAirportCode}/to/{arrivalAirportCode}/departing/{year}/{month}/{day} Scheduled Flight(s) by route, arriving on the given date. https://api.flightstats.com/flex/schedules/rest/v1/json/from/{departureAirportCode}/to/{arrivalAirportCode}/arriving/{year}/{month}/{day} Scheduled Flight(s) departing from the given airport at the given date and hour. https://api.flightstats.com/flex/schedules/rest/v1/json/from/{departureAirportCode}/departing/{year}/{month}/{day}/{hourOfDay} Scheduled Flight(s) arriving at the given airport at the given date and hour. https://api.flightstats.com/flex/schedules/rest/v1/json/to/{arrivalAirportCode}/arriving/{year}/{month}/{day}/{hourOfDay} Airlines All airlines (active and inactive) https://api.flightstats.com/flex/airlines/rest/v1/json/all Active airlines https://api.flightstats.com/flex/airlines/rest/v1/json/active Active airlines for date https://api.flightstats.com/flex/airlines/rest/v1/json/active/{year}/{month}/{day} Airline by FlightStats code https://api.flightstats.com/flex/airlines/rest/v1/json/fs/{code} Airlines by IATA code https://api.flightstats.com/flex/airlines/rest/v1/json/iata/{iataCode} Airline by IATA code on date https://api.flightstats.com/flex/airlines/rest/v1/json/iata/{iataCode}/{year}/{month}/{day} Airlines by ICAO code https://api.flightstats.com/flex/airlines/rest/v1/json/icao/{icaoCode} Airline by ICAO code on date https://api.flightstats.com/flex/airlines/rest/v1/json/icao/{icaoCode}/{year}/{month}/{day} Airports Active airports https://api.flightstats.com/flex/airports/v1/json/active Active airports for date https://api.flightstats.com/flex/airports/v1/json/active/{year}/{month}/{day} All airports (active and inactive) https://api.flightstats.com/flex/airports/v1/json/all Current airport by code (code type chosen via precedence order) https://api.flightstats.com/flex/airports/v1/json/{code}/today Airport on date by code (code type chosen via precedence order) https://api.flightstats.com/flex/airports/v1/json/{code}/{year}/{month}/{day} Airports by city code https://api.flightstats.com/flex/airports/v1/json/cityCode/{cityCode} Airports by country code https://api.flightstats.com/flex/airports/v1/json/countryCode/{countryCode} Airport by FlightStats code https://api.flightstats.com/flex/airports/v1/json/fs/{code} Airports by IATA code https://api.flightstats.com/flex/airports/v1/json/iata/{iataCode} Airport by IATA code on date https://api.flightstats.com/flex/airports/v1/json/iata/{iataCode}/{year}/{month}/{day} Airports by ICAO code https://api.flightstats.com/flex/airports/v1/json/icao/{icaoCode} Airport by ICAO code on date https://api.flightstats.com/flex/airports/v1/json/icao/{icaoCode}/{year}/{month}/{day} Airports within radius of location https://api.flightstats.com/flex/airports/v1/json/withinRadius/{longitude}/{latitude}/{radiusMiles} Alerts Create flight rule by arrival https://api.flightstats.com/flex/alerts/v1/json/create/{carrier}/{flightNumber}/to/{arrivalAirport}/arriving/{year}/{month}/{day} Create flight rule by departure https://api.flightstats.com/flex/alerts/v1/json/create/{carrier}/{flightNumber}/from/{departureAirport}/departing/{year}/{month}/{day} Create flight rule for route with arrival date https://api.flightstats.com/flex/alerts/v1/json/create/{carrier}/{flightNumber}/from/{departureAirport}/to/{arrivalAirport}/arriving/{year}/{month}/{day} Create flight rule for route with departure date https://api.flightstats.com/flex/alerts/v1/json/create/{carrier}/{flightNumber}/from/{departureAirport}/to/{arrivalAirport}/departing/{year}/{month}/{day} Deletes a previously registered rule by ID https://api.flightstats.com/flex/alerts/v1/json/delete/{ruleId} Retrieve a previously registered rule by ID https://api.flightstats.com/flex/alerts/v1/json/get/{ruleId} List your account's Alert Rule IDs https://api.flightstats.com/flex/alerts/v1/json/list List your account's Alert Rule IDs that are less than the specified max Rule ID. https://api.flightstats.com/flex/alerts/v1/json/list/{lessThan} Test your alert services with a simulated alert https://api.flightstats.com/flex/alerts/v1/json/testdelivery/{carrier}/{flightNumber}/from/{departureAirport}/to/{arrivalAirport} Delay Index Delay Indexes by Airport https://api.flightstats.com/flex/delayindex/v1/json/airports/{airports} Delay Indexes by Country code https://api.flightstats.com/flex/delayindex/v1/json/country/{country} Delay Indexes by Region https://api.flightstats.com/flex/delayindex/v1/json/region/{region} Delay Indexes by State code (US and Canada only) https://api.flightstats.com/flex/delayindex/v1/json/state/{state} Ratings Ratings for flight https://api.flightstats.com/flex/ratings/v1/json/flight/{carrier}/{flightNumber} Ratings for route https://api.flightstats.com/flex/ratings/v1/json/route/{departureAirport}/{arrivalAirport} Weather All weather products for airport https://api.flightstats.com/flex/weather/v1/json/all/{airport} METAR for airport https://api.flightstats.com/flex/weather/v1/json/metar/{airport} TAF for airport https://api.flightstats.com/flex/weather/v1/json/taf/{airport} Zone Forecast for airport https://api.flightstats.com/flex/weather/v1/json/zf/{airport} FIDS FIDS data for flights departing from airport https://api.flightstats.com/fids/v1/json/{airport}/departures GET FIDS data for flights arriving at airport https://api.flightstats.com/flex/v1/json/{airport}/arrivals GET