get_flights_in_zone
Find currently airborne flights inside any geographic bounding box by specifying north, south, west, and east coordinates. Returns live flight data with optional detail level and result limit.
Instructions
Get all currently airborne flights within a specified geographic bounding box.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | Eastern longitude bound | |
| west | Yes | Western longitude bound | |
| limit | No | Maximum number of results to return (default: 50, max: 30000). | |
| north | Yes | Northern latitude bound | |
| south | Yes | Southern latitude bound | |
| detail_level | No | Amount of detail to return. "full" (default) includes route, registration, and aircraft type; "light" returns only position data and costs fewer FR24 API credits. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| count | Yes | ||
| flights | Yes | ||
| message | No | ||
| timestamp | Yes |