Skip to content

Expose runway data via public API #1818

Description

@chssn

It would be nice to have runway data exposed via the public API. For example, calling /sid/dependency yields something like:

  {
    "id": 75,
    "airfield": "EGGP",
    "runway_id": 75,
    "identifier": "REXAM2V",
    "departure_interval_group": null,
    "initial_altitude": 4000,
    "initial_heading": null,
    "handoff": 21,
    "prenotes": []
  }

It isn't possible to put a call into a /runway/{id} endpoint to get the runway designator (although EGGP isn't the most imaginative choice to pick for an example!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions