API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/airport-codes/
https://datahub.io/core/airport-codes/_r/-/.gitignore
├ Makefile
https://datahub.io/core/airport-codes/_r/-/Makefile
https://datahub.io/core/airport-codes/_r/-/README.md
https://datahub.io/core/airport-codes/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/airport-codes/_r/-/archive/data.csv
https://datahub.io/core/airport-codes/_r/-/data/airport-codes.csv
https://datahub.io/core/airport-codes/_r/-/data/type-counts.csv
https://datahub.io/core/airport-codes/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/airport-codes/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/airport-codes/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
Data Previews
airport-codes
Loading data...
Schema
| name | type | format |
|---|---|---|
| ident | string | default |
| type | string | default |
| name | string | default |
| elevation_ft | integer | default |
| continent | string | default |
| iso_country | string | default |
| iso_region | string | default |
| municipality | string | default |
| icao_code | string | default |
| iata_code | string | default |
| gps_code | string | default |
| local_code | string | default |
| coordinates | string | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
airport-codes | 8.81 MB | about 9 hours ago | airport-codes |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 8.81 MB | csv | about 9 hours ago | Open Data Commons Public Domain Dedication and License v1.0 | Our Airports |
Update Script Maintenance Report
Date: 2026-03-03
- Ran updater via
make. - Fixed fetch source in
scripts/process.pyfromhttptohttpsand addedraise_for_status(). - Added workflow token write permission in
.github/workflows/actions.yml(permissions: contents: write). - Regenerated data outputs (
archive/data.csv,data/airport-codes.csv,datapackage.json).