Flight Stats API

Flight Stats API

  • Category: Transportation

FlightStats Weather API

FlightStats Weather API provides up-to-date weather information for airports worldwide. With access to over 290 fields per aircraft, you can view all aircraft in an airline's or lessor's fleet. Additionally, tag annotations identify prevailing conditions and notable hazards that may impact aviation.

Five Benefits of the FlightStats Weather API

  1. Real-time weather updates for airports worldwide.
  2. Access to over 290 fields per aircraft.
  3. Tag annotations help identify prevailing conditions and notable hazards.
  4. View all aircraft in an airline's or lessor's fleet.
  5. Easy integration with other applications.

JavaScript Example Code Sample:

const axios = require('axios'); const API_KEY = 'ENTER YOUR API KEY HERE'; const airportCode = 'LAX'; axios.get(`https://api.flightstats.com/flex/weather/rest/v1/json/airport/${airportCode}?appId=${API_KEY}`) .then(function (response) { console.log(response.data); }) .catch(function (error) { console.log(error); });

Access Over 290 Fields per Aircraft with FlightStats Weather API

FlightStats Weather API allows you to access real-time weather information for airports worldwide by using tag annotations to identify prevailing conditions and notable hazards that may impact aviation. With access to over 290 fields per aircraft, you can view all aircraft in an airline's or lessor's fleet.

Five Benefits of the FlightStats Weather API

  1. Access to real-time weather updates for airports worldwide.
  2. Easy integration with other applications.
  3. Tag annotations help identify prevailing conditions and notable hazards that may impact aviation.
  4. View all aircraft in an airline's or lessor's fleet.
  5. User-friendly interface.

JavaScript Example Code Sample:

const axios = require('axios'); const API_KEY = 'ENTER YOUR API KEY HERE'; const airportCode = 'JFK'; axios.get(`https://api.flightstats.com/flex/weather/rest/v1/json/airport/${airportCode}?appId=${API_KEY}`) .then(function (response) { console.log(response.data); }) .catch(function (error) { console.log(error); });

Similar APIs of Transportation

Impala Hotel Booking API
Impala Hotel Booking API

Impala allows developers to sell hotel rooms as part of any app or website through an API – and earn up to 15% commission on every hotel stay their customers book. Sign-up within seconds, start building with a realistic sandbox environment within minutes, and start selling hotel rooms within hours.

BlaBlaCar
BlaBlaCar

BlaBlaCar’s API allows to search for car sharing trips, just as the BlaBlaCar’s website does. The web service is based on REST and is available in the two formats XML and JSON.

Skyscanner Travel API
Skyscanner Travel API

Our Travel APIs directly connect you to all the data you need to build an innovative website or app. Your customers will be able to take advantage of the best deals on flights, hotels or car hire from wherever they are in the world - either as three independent travel solutions or integrated together.

ROOTE Mobility
ROOTE Mobility

Real time free-floating object. Une API (Application Programming Interface) est un serveur permettant de distribuer des informations instantanément entre deux machines. Les API sont de plus en plus utilisées dans la programmation car elles permettent une grande flexibilité et surtout une actualisation en temps réel des données. C'est comme si vous faisiez appel à une brique d'intelligence chez quelqu'un qui à déjà pris le temps de réaliser cet algorithme plutôt que de le re-coder entièrement dans votre projet.

Open Charge Map
Open Charge Map

Global public registry of electric vehicle charging locations. If you wish to export charging location data into your own systems or applications the most flexible way is to use our API, which provides an export in a variety of formats.

Orange WiFi hotspots locator
Orange WiFi hotspots locator

The Orange Wifi Locator API allows developers to fetch information about more than 4 millions Wifi hotspots for Orange, Orange affiliates and Orange Community Wifi in metropolitan France. Search is based on a circular area: all the hotspots located within a circle relevant to the given latitude and longitude coordinates. Circle radius is 1000 meters by default and is customizable.

Transport for Washington State
Transport for Washington State

Washington state highway traffic information. Traveler Information API The Traveler Information Application Programming Interface is designed to provide third parties with a single gateway to all of WSDOT's (Washington State Department of Transportation) traveler information data.

Transport for Manchester, England
Transport for Manchester, England

TfGM transport network data. The system has been designed to provide Developers with access to data from across the region’s transport network. The system enables you to register for an account, and access various different data feeds. You can also find out the latest news about TfGMs open data. TfGM hopes that by making more data available from across the region’s transport network that this will inspire the development of high quality applications that create better informed travellers and stimulate smarter choices.

Transport for Boston, US
Transport for Boston, US

MBTA API. The new V3 API provides fast, easy access to MBTA schedules, alerts, and real-time information. The V3 API uses the JSON API format, so you can get started quickly using any of the available libraries V3 API documentation is available using Swagger You can try it out without a key, but we strongly recommend using a key early in the development process. Keys are available for free at api-v3.mbta.com. The V3 API data model is based on GTFS and GTFS-realtime where applicable. The following calls are available: alerts facilities - elevators, escalators, and (coming soon) parking lots, bike racks, etc. predictions - predicted arrival/departure times routes schedules - scheduled arrival/departure times (stop_time) shapes - stops and maps for branches, including route variations stops trips vehicles - vehicle positions

Transport for Honolulu, US
Transport for Honolulu, US

Honolulu Transportation Information. The Web API (Application Programming Interface) allows a developer to access our real-time AVL data. To utilize OTS's web services, an application id (AppID) is required via registration. This AppID will be a parameter that must be passed in order to use OTS's web service calls. All of OTS's web services are read-only in nature, use HTTP as the transport mechanism, with HTTP GET as the method to call the service, and XML formatted data as the response. Each web service begins with a base URL followed by parameters and arguments. The service arguments are separated by either a forward slash ("/") as part of the URL path, or GET parameters with the standard "?/&/=" separators. .