2s Airport Near — Nearby Airport Lookup by Coordinates is a paid API for AI agents from 2s.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns a ranked list of airports within a specified radius of a given lat/lon coordinate, with optional filters for airport type, country, and scheduled commercial service.
Airports within a radius of a coordinate, sorted by distance. Query: lat (-90..90), lon (-180..180), radius_km (1-2000, default 200), limit (1-100, default 20), type (optional: large_airport|medium_airport|small_airport|heliport|seaplane_base|balloonport|closed), country (optional 2-letter ISO 3166-1), scheduled_service (optional bool, true = commercial-service airports only). Returns { query, count, airports: [{ id, ident, name, iataCode, icaoCode, type, latitude, longitude, distanceKm, ... }] }.
A JSON array of airport objects sorted by distance, each including the airport's name, IATA code, ICAO code, type, municipality, ISO country, ISO region, scheduled service flag, and great-circle distance in km from the query point. Also includes the echoed query parameters and data source/license metadata.
GEThttps://2s.io/api/airport/nearUse this endpoint when an agent needs to discover airports geographically near a point given as coordinates — especially useful for travel planning, logistics routing, aviation queries, or enriching location data with nearby aviation infrastructure. Prefer over flight-search APIs when the goal is airport discovery rather than flight booking or scheduling.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": 40.7128,
"lon": -74.006,
"limit": 10,
"radius_km": 100
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"meta": {
"query": {
"type": null,
"limit": 10,
"country": null,
"latitude": 40.7128,
"radiusKm": 100,
"longitude": -74.006,
"scheduledServiceOnly": null
}
},
"items": [
{
"id": 23173,
"name": "One Police Plaza Heliport",
"type": "heliport",
"ident": "NK39",
"gpsCode": "NK39",
"iataCode": null,
"icaoCode": null,
"latitude": 40.7122,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": "NK39",
"longitude": -74.0017,
"distanceKm": 0.37,
"isoCountry": "US",
"elevationFt": 244,
"municipality": "New York",
"wikipediaLink": null,
"scheduledService": false
},
{
"id": 18257,
"name": "Downtown Manhattan Heliport",
"type": "heliport",
"ident": "JRB",
"gpsCode": "KJRB",
"iataCode": "JRB",
"icaoCode": null,
"latitude": 40.7007,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": "JRB",
"longitude": -74.0086,
"distanceKm": 1.36,
"isoCountry": "US",
"elevationFt": 7,
"municipality": "New York",
"wikipediaLink": "https://en.wikipedia.org/wiki/Downtown_Manhattan_Heliport",
"scheduledService": false
},
{
"id": 6839,
"name": "Paulus Hook Pier Heliport",
"type": "heliport",
"ident": "05NJ",
"gpsCode": "05NJ",
"iataCode": null,
"icaoCode": null,
"latitude": 40.7134,
"continent": "NA",
"isoRegion": "US-NJ",
"localCode": "05NJ",
"longitude": -74.032,
"distanceKm": 2.19,
"isoCountry": "US",
"elevationFt": 7,
"municipality": "Jersey City",
"wikipediaLink": null,
"scheduledService": false
},
{
"id": 15321,
"name": "Newport Helistop",
"type": "heliport",
"ident": "91NJ",
"gpsCode": "91NJ",
"iataCode": null,
"icaoCode": null,
"latitude": 40.7244,
"continent": "NA",
"isoRegion": "US-NJ",
"localCode": "91NJ",
"longitude": -74.0297,
"distanceKm": 2.38,
"isoCountry": "US",
"elevationFt": 6,
"municipality": "Jersey City",
"wikipediaLink": null,
"scheduledService": false
},
{
"id": 38682,
"name": "Governor's Island Army Airfield",
"type": "closed",
"ident": "US-0002",
"gpsCode": null,
"iataCode": null,
"icaoCode": null,
"latitude": 40.6871,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": null,
"longitude": -74.0221,
"distanceKm": 3.16,
"isoCountry": "US",
"elevationFt": 0,
"municipality": "Governor's Island",
"wikipediaLink": null,
"scheduledService": false
},
{
"id": 13407,
"name": "New York Skyports Inc Seaplane Base",
"type": "seaplane_base",
"ident": "6N7",
"gpsCode": null,
"iataCode": "NYS",
"icaoCode": null,
"latitude": 40.7351,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": "6N7",
"longitude": -73.9728,
"distanceKm": 3.74,
"isoCountry": "US",
"elevationFt": 0,
"municipality": "New York",
"wikipediaLink": "https://en.wikipedia.org/wiki/New_York_Skyports_Inc._Seaplane_Base",
"scheduledService": true
},
{
"id": 13405,
"name": "East 34th Street Heliport",
"type": "heliport",
"ident": "6N5",
"gpsCode": "6N5",
"iataCode": "TSS",
"icaoCode": null,
"latitude": 40.7424,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": "6N5",
"longitude": -73.9721,
"distanceKm": 4.36,
"isoCountry": "US",
"elevationFt": 10,
"municipality": "New York",
"wikipediaLink": "https://en.wikipedia.org/wiki/East_34th_Street_Heliport",
"scheduledService": true
},
{
"id": 13942,
"name": "Liberty State Park Heliport",
"type": "heliport",
"ident": "77NJ",
"gpsCode": "77NJ",
"iataCode": null,
"icaoCode": null,
"latitude": 40.6932,
"continent": "NA",
"isoRegion": "US-NJ",
"localCode": "77NJ",
"longitude": -74.0537,
"distanceKm": 4.57,
"isoCountry": "US",
"elevationFt": 3,
"municipality": "Jersey City",
"wikipediaLink": null,
"scheduledService": false
},
{
"id": 18256,
"name": "West 30th Street Heliport",
"type": "heliport",
"ident": "JRA",
"gpsCode": "KJRA",
"iataCode": "JRA",
"icaoCode": null,
"latitude": 40.7551,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": "JRA",
"longitude": -74.0069,
"distanceKm": 4.7,
"isoCountry": "US",
"elevationFt": 7,
"municipality": "New York",
"wikipediaLink": "https://en.wikipedia.org/wiki/West_30th_Street_Heliport",
"scheduledService": true
},
{
"id": 313333,
"name": "Pan Am Building Heliport",
"type": "closed",
"ident": "US-12611",
"gpsCode": null,
"iataCode": null,
"icaoCode": null,
"latitude": 40.7533,
"continent": "NA",
"isoRegion": "US-NY",
"localCode": null,
"longitude": -73.9765,
"distanceKm": 5.14,
"isoCountry": "US",
"elevationFt": 870,
"municipality": "New York",
"wikipediaLink": null,
"scheduledService": false
}
],
"total": null,
"source": {
"url": "https://ourairports.com",
"license": "CC0 (OurAirports)",
"provider": "OurAirports"
}
},
"meta": {
"cost": {
"usd": 0.001,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "airport.near",
"settlement": {
"txHash": "0x90ed4a4835d6f18e3fe398690299accb2426d1b9d4f896cf136e1093e1d16f02",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"