Check airspace at a location
check_locationEnter a UK place name, postcode, or coordinates to get a drone-flyability verdict with permanent airspace zones, vertical limits, contact info, and landowner rules. Excludes NOTAMs.
Instructions
Check permanent UK airspace restrictions at a single point for drone flying. Give a place name or postcode, or lat/lon. Returns a one-line verdict, then every zone containing the point (aerodrome FRZ, prohibited, restricted, danger, other) with vertical limits, activation notes and contact, and any landowner rule at the point. Does not include NOTAMs; call check_notams for temporary restrictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude in decimal degrees (WGS84). | |
| lon | No | Longitude in decimal degrees (WGS84), negative west of Greenwich. | |
| place | No | Place name, postcode or landmark in the UK, e.g. "Tyndale Monument", "BS1 6QF", "Durdle Door". Use lat/lon instead if you already have coordinates. | |
| format | No | text for a readable report (default), json for structured output, brief for two or three spoken-friendly sentences (use in voice conversations). | text |
| include_above_120m | No | Also list zones whose lower limit is above 400 ft AGL and so do not affect flying below 120 m. |