All Projects → epranka → airports-db

epranka / airports-db

Licence: other
Public airports database API service based on GitHub

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to airports-db

Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+6141.18%)
Mutual labels:  service, node-js
airad
Beego based Restful API service
Stars: ✭ 63 (+270.59%)
Mutual labels:  service
tough-cookie-file-store
A JSON file store implementation for tough-cookie module
Stars: ✭ 20 (+17.65%)
Mutual labels:  node-js
ex aws rekognition
Package to use AWS Rekognition service
Stars: ✭ 21 (+23.53%)
Mutual labels:  service
Navigation
Airport editing has been stopped for the time being due to implementation changes in Infinite Flight
Stars: ✭ 36 (+111.76%)
Mutual labels:  aviation
backup-repository
Backup storage for E2E GPG-encrypted files, with multi-user, quotas, versioning, using a object storage (S3/Min.io/GCS etc.) and deployed on Kubernetes or standalone.
Stars: ✭ 21 (+23.53%)
Mutual labels:  service
ssdp-client
The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Stars: ✭ 46 (+170.59%)
Mutual labels:  service
service-tree
[ABANDONED] A tree that stores services in its node for a given key, and allows traversing them.
Stars: ✭ 33 (+94.12%)
Mutual labels:  service
angular-odata-es5
OData Service for Angular.io (es5 version)
Stars: ✭ 45 (+164.71%)
Mutual labels:  service
hedera-hts-demo
This is a demonstration UI for the Hedera Token Service. Written in JavaScript and Vue.JS
Stars: ✭ 66 (+288.24%)
Mutual labels:  service
incubator-flagon-useralejs
Apache Flagon UserALE.js is a comprehensive, thin-client behavioral logging tool
Stars: ✭ 21 (+23.53%)
Mutual labels:  node-js
ServiceCommander-IBMi
Service Commander for IBM i
Stars: ✭ 29 (+70.59%)
Mutual labels:  service
docs
PrestaShop technical documentation
Stars: ✭ 102 (+500%)
Mutual labels:  service
Middleman-NPM
Middleman is an intuitive Express performance monitor for all your middleware 🎉
Stars: ✭ 13 (-23.53%)
Mutual labels:  node-js
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (+111.76%)
Mutual labels:  service
dropbox-fs
📦 Node FS wrapper for Dropbox
Stars: ✭ 35 (+105.88%)
Mutual labels:  node-js
valorant-stats
Valorant statistics bot built with Discord.js using MongoDB
Stars: ✭ 29 (+70.59%)
Mutual labels:  node-js
dhan-gaadi
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)
Stars: ✭ 207 (+1117.65%)
Mutual labels:  node-js
keywordsextract
keywords-extract - Command line tool extract keywords from any web page.
Stars: ✭ 50 (+194.12%)
Mutual labels:  node-js
ex aws sns
No description or website provided.
Stars: ✭ 19 (+11.76%)
Mutual labels:  service

✈️ Public airports database

This project is deprecated and unmaintainable due to the GitHub limitations. Please use the https://airportdb.io for free airport database API

GitHub based API service

twitter badge linkedin badge dev.to badge medium badge


This is a JSON database of airports which contains about 56k airports with their runways, communication frequencies, navaids, countries, and regions information. The database is not 100% accurate because can have older data, so do not use it for a real flight or very sensitive applications. But it works well to get basic information about the airport.

How to use it? 🤔

John F Kennedy International Airport KJFK

The main idea of this repository is to get the JSON data about the airport by using its ICAO code. Every airport has its own JSON file placed in icao directory.

So, to get the information about the airport use the following url:

https://raw.githubusercontent.com/epranka/airports-db/master/icao/<enter your ICAO>.json

ICAO code must be in uppercase

For example

  $ curl https://raw.githubusercontent.com/epranka/airports-db/master/icao/KJFK.json

If airport is not found, the 404 status code is returned.

Have ideas on how to improve it? Feel free to share it on the GitHub Issues.

associated image airport

Data is based on ourairports.com database. You can download the raw CSV files from raw directory. The repository will be updated automatically every day at 7:00 UTC. You can get the latest CSV files here: https://ourairports.com/data/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].