Airports¶
Airport Attributes¶
Attribute | Description |
---|---|
id | The unique ID of the airport. |
airport_id | The unique ID of the master airport. |
name | The name of the airport. |
lat | The latitude of the airport. |
lng | The longitude of the airport. |
code | The user defined code for the airport. Used to help integrate with other systems. |
Sample¶
{
"id": 6011,
"airport_id": 9,
"name": "Atlantic Municipal Airport",
"lat": 41.4038417,
"lng": -95.0487436
}