Aviationstack

Number of APIs: 11

Quick Start Guide

Step 1: Your API Access Key

To get started quickly, you need to fork the Aviationstack Qodex Collection. Simply click the button below to fork it.

[]

Step 2: Get your API Access Key

  1. Go to the Aviationstack website and choose the right subscription plan for your particular project.
  2. Get your personal API Access Key on the Dashboard to authenticate with the API. Keep it safe! You can reset it at any time in your Account Dashboard.

Step 3: Make your first API call

Aviationstack Qodex collection contains all the endpoints supported by Aviationstack API.

  1. Flights
  2. Routes
  3. Airports
  4. Airlines
  5. Airplanes
  6. Aircraft Types
  7. Taxes
  8. Cities
  9. Countries
  10. Flights Schedules
  11. Flights Future Schedules
  1. Taxes - taxes GET https://api.aviationstack.com/v1/taxes

  2. Flights - historical GET https://api.aviationstack.com/v1/flights?flight_date=2023-12-11

  3. Routes - routes GET https://api.aviationstack.com/v1/routes

  4. Airports - airports GET https://api.aviationstack.com/v1/airports

  5. Airlines - airlines GET https://api.aviationstack.com/v1/airlines

  6. Airplanes - airplanes GET https://api.aviationstack.com/v1/airplanes

  7. Aircraft Types - aircraft types GET https://api.aviationstack.com/v1/aircraft_types

  8. Cities - cities GET https://api.aviationstack.com/v1/cities

  9. Countries - countries GET https://api.aviationstack.com/v1/countries

  10. Flight Schedules - flight schedules GET https://api.aviationstack.com/v1/timetable?iataCode=JFK&type=departure