Home
ADS-B Exchange
Getapiaircraftv2Nohexdistabovelatlon
Getapiaircraftv2Nohexdistabovelatlon
This endpoint will return aircraft data within the given radius (NM) of the provided coordinates, and above the provided altitude (ft).
Get aircraft within 50 nautical miles of San Francisco, above 5000 feet (sea level):
```
GET /nohex/dist/50/above/5000/lat/37.7749/lon/-122.4194
```
Aviation Flight Tracking ADS-B Aircraft Real-Time Military MLAT
Getapiaircraftv2Nohexdistabovelatlon is an example object payload from ADS-B Exchange, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId summary description method path parameters responses
Example Payload
{
"operationId": "GetApiAircraftV2NohexDistAboveLatLon",
"summary": "Get aircraft in radius (above altitude)",
"description": "This endpoint will return aircraft data within the given radius (NM) of the provided coordinates, and above the provided altitude (ft).\n\nGet aircraft within 50 nautical miles of San Francisco, above 5000 feet (sea level):\n```\nGET /nohex/dist/50/above/5000/lat/37.7749/lon/-122.4194\n```",
"method": "GET",
"path": "/nohex/dist/{dist}/above/{alt}/lat/{lat}/lon/{lon}",
"parameters": [
{
"name": "lat",
"in": "path",
"required": true,
"description": "Latitude of the center point.",
"schema": {
"type": "number",
"format": "double"
},
"x-position": 1
},
{
"name": "lon",
"in": "path",
"required": true,
"description": "Longitude of the center point.",
"schema": {
"type": "number",
"format": "double"
},
"x-position": 2
},
{
"name": "dist",
"in": "path",
"required": true,
"description": "Radius in nautical miles.",
"schema": {
"type": "number",
"format": "double"
},
"x-position": 3
},
{
"name": "alt",
"in": "path",
"required": true,
"description": "Altitude in feet above sea level.",
"schema": {
"type": "integer",
"format": "int32"
},
"x-position": 4
},
{
"type": "string",
"name": "Accept-Encoding",
"in": "header",
"required": true,
"description": "The encoding type the client will accept in the response. API call must use compression.",
"default": "gzip",
"example": "gzip"
}
],
"responses": {
"200": {
"description": "Response containing a collection of aircraft models within the given radius.",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/AircraftCollectionResponse"
},
"example": {}
},
"402": {
"description": "Payment Required",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiUnauthorizedResponse"
},
"example": {}
},
"403": {
"description": "Forbidden",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiForbiddenResponse"
},
"example": {}
},
"429": {
"description": "Rate Limit Exceeded",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ApiTooManyRequestsResponse"
},
"example": {}
},
"500": {
"description": "Server Error",
"content_type": "application/json",
"schema": {
"$ref": "#/components/schemas/ProblemDetails"
},
"example": {}
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/getapiaircraftv2nohexdistabovelatlon"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.