Data Distribution
Aviation data, in your format.
Aeronautical data packages, airport visualizations, and RESTful APIs for developers, EFB integrators, and data consumers.
REST API
One request away from FAA airport data
Every airport record is served over versioned REST endpoints under /api/v1, authenticated with a bearer token and described by an OpenAPI schema. Geometry endpoints return GeoJSON, so map layers drop straight into MapLibre, Leaflet, or your own tile pipeline.
- GET /api/v1/airports/icao/{code}
- Full record for a single airport by ICAO identifier.
- GET /api/v1/airports/search
- Filter by name, identifier, state, category, or bounding box.
- GET /api/v1/airports/{icao}/geometry
- Runways, taxiways, aprons, and buildings as a GeoJSON FeatureCollection.
- GET /api/v1/airports/{id}/runways
- Runway ends, declared distances, lighting, and displaced thresholds.
- GET /api/v1/airports/{icao}/notams
- Current NOTAMs affecting the facility.
curl "https://api.curvaero.com/api/v1/airports/icao/KATL" \ -H "Authorization: Bearer $CURVAERO_TOKEN"
200 OK · abridged
{
"icaoCode": "KATL",
"iataCode": "ATL",
"faaId": "ATL",
"name": "Hartsfield - Jackson Atlanta Intl",
"category": "LargeAirport",
"city": "Atlanta",
"stateCode": "GA",
"countryCode": "US",
"latitude": 33.6367,
"longitude": -84.4281,
"elevationFt": 1026,
"timezone": "America/New_York",
"hasControlTower": true,
"hasIls": true,
"isPublic": true,
"airacCycle": "2609",
"sourceDataset": "FAA_NASR"
}Aviation Data, Your Way
Multiple formats, always current, developer-friendly.
AIRAC Data Packages
Complete aeronautical datasets updated every 28-day AIRAC cycle. Airports, navaids, airways, and procedures.
Airport Visualization
Vector tiles and 3D models for airport mapping including runways, taxiways, aprons, and buildings.
RESTful API
Well-documented REST endpoints with OpenAPI specs, pagination, filtering, and GeoJSON responses.
EFB Integration Feeds
Optimized data feeds for Electronic Flight Bag applications with offline-capable packaging.
White-Label Licensing
License CurvAero data for redistribution under your own brand with custom SLA and volume pricing.
Automated Updates
Webhook notifications and versioned APIs ensure your applications always use current data.
Supported Formats
Export data in the format that fits your pipeline.
Start building with aviation data
Contact us to learn about API access and data licensing options.