Helicopter API
The Helicopter API provides detailed technical specs on hundreds of helicopter models.
For fixed-wing aircraft specs, please use our Aircraft API.
From 8,312 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 360ms | 371ms | 440ms | 560ms | 1227ms |
Didn't find what you were looking for? Suggest an improvement
/v1/helicopter GET
https://api.api-ninjas.com/v1/helicopter
Get helicopter technical specifications that match the given parameters.
Parameters
manufactureroptionalCompany that designed and built the helicopter.
modeloptionalHelicopter model name.
min_speedoptionalMinimum max. air speed in knots.
max_speedoptionalMaximum max. air speed in knots.
min_rangeoptionalMinimum range of the helicopter in nautical miles.
max_rangeoptionalMaximum range of the helicopter in nautical miles.
min_lengthoptionalMinimum length of the helicopter in feet.
max_lengthoptionalMaximum length of the helicopter in feet.
min_heightoptionalMinimum height of the helicopter in feet.
max_heightoptionalMaximum height of the helicopter in feet.
limitoptionalHow many results to return. Must be between
1and30. Default is1.
At least one of the following parameters (other than limit) must be set:
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON array of objects, each containing the following fields, or an error if the request is unsuccessful.
manufacturerCompany that designed and built the helicopter.
modelHelicopter model name.
max_speed_sl_knotsMaximum air speed at sea level in knots.
cruise_speed_sl_knotsCruise speed at sea level in knots.
range_nautical_milesRange in nautical miles.
cruise_time_minCruise time in minutes.
fuel_capacity_gallonsFuel capacity in gallons.
gross_external_load_lbsGross external load capacity in pounds.
external_load_limit_lbsExternal load limit in pounds.
main_rotor_diameter_ftMain rotor diameter in feet.
num_bladesNumber of rotor blades.
blade_materialMaterial used for the rotor blades.
rotor_typeType of rotor system.
storage_width_ftStorage width in feet.
length_ftLength in feet.
height_ftHeight in feet.
Sample Request Live Demo!
Try our APIs in the API playground
Sign up for a free API key to get started — no credit card required.
https://api.api-ninjas.com/v1/helicopter?manufacturer=Bell&model=206Headers
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/helicopter?model=Bell%20206" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed in the Code Example above, you can still make API calls by using a HTTP request library written in your programming language and following the above documentation.
Frequently Asked Questions
Can I use the Helicopter API for commercial purposes?
Yes, but you must have a premium subscription. Commercial use of the Helicopter API is not permitted on the free tier. See our pricing page to choose a plan that fits your needs.How do I get an API key and start using the Helicopter API?
Sign up for a free account to instantly get your API key, then pass it in theX-Api-Keyheader on every request. The documentation above includes ready-to-run examples in cURL, Python, JavaScript, Node.js, and more.What happens if I exceed my quota for the month?
Your API requests will simply be denied once you hit your monthly quota — you will never be charged more than the plan you signed up for. To increase your quota, you can upgrade your plan any time on our pricing page.What happens if a request to the Helicopter API fails?
The API responds with a standard HTTP status code and a JSON error message describing the problem. See our error codes reference for the full list of codes and how to resolve each one, or contact support if you need help.What are some use cases for the Helicopter API?
The Helicopter API provides detailed technical specs for hundreds of helicopter models, making it ideal for aviation databases, comparison tools, flight-planning apps, and educational or enthusiast websites. For fixed-wing aircraft specifications, use our Aircraft API instead.How do I look up a specific helicopter model?
Pass themanufacturerand/ormodelparameters, for examplemanufacturer=Bellandmodel=206; at least one parameter (other thanlimit) must be set. You can also filter by performance ranges such asmin_speed,max_speed,min_range,min_length, andmin_heightafter you register for an API key.What fields does the Helicopter API response include?
Each result is a JSON object with technical specs includingmax_speed_sl_knots,cruise_speed_sl_knots,range_nautical_miles,fuel_capacity_gallons,gross_external_load_lbs,main_rotor_diameter_ft,num_blades,blade_material,rotor_type, and overalllength_ftandheight_ft, or an error if the request is unsuccessful.How many helicopter results can a single request return?
Use thelimitparameter to control how many results are returned; it must be between1and30, with a default of1. See our pricing page for details on request volume across plans.