You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response contains a `flights` array containing all flights within the specified radius (each `flight` object has the same structure as in the `/closest-flight` response).
164
+
The response is a `flights` array containing all flights within the specified radius (each `flight` object has the same structure as in the `/closest-flight` response, see above).
165
165
166
166
## API Endpoints
167
167
@@ -190,10 +190,6 @@ Query Parameters:
190
190
Headers:
191
191
- `X-API-Key` (optional): API key, if authentication is enabled / required
192
192
193
-
Here’s the documentation for your **`/flights-in-radius`** endpoint, styled to match the format of your existing `/closest-flight` documentation:
194
-
195
-
---
196
-
197
193
### `GET /flights-in-radius`
198
194
199
195
Find all in-flight aircraft within a given radius of the specified coordinates.
0 commit comments