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.

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
- Real-time weather updates for airports worldwide.
- Access to over 290 fields per aircraft.
- Tag annotations help identify prevailing conditions and notable hazards.
- View all aircraft in an airline's or lessor's fleet.
- 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
- Access to real-time weather updates for airports worldwide.
- Easy integration with other applications.
- Tag annotations help identify prevailing conditions and notable hazards that may impact aviation.
- View all aircraft in an airline's or lessor's fleet.
- 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);
});