fliteROUTE
The GeoJSON that is returned is a FeatureCollection containing an ordered sequence of features, starting from the Origin Airport, and finishing at the Destination Airport. Each Feature has a `properties` and `geometry` Object. The `properties` include information relating to the FIR (Flight Information Region), the country, and the distance in both km and nm (nautical miles) of the line segment…
fliteROUTE endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Great Circle Distance Calculator /api/greatcircle/origin/{origin}/dest/{dest} |
Input an Origin Airport IATA code ( e.g. **GVA**) and Destination Airport IATA code ( e.g. **MIA**). These airport codes MUST be distinct and valid 3-letter IATA codes. Once the… |
| GET |
Route String Distance Calculator /api/routestring/{routestring} |
Input a valid Route String. The Route string must contain a valid Origin Airport ICAO Code ( e.g. **KJFK**), at least one waypoint ( e.g. **WAVEY**), and a valid Destination… |
| GET |
Fuel, Time, and CO2 Estimates - Great Circle Distance Calculator /api/gcfuelandtime/origin/{origin}/dest/{dest}/model/{model} |
Input an Origin Airport IATA code ( e.g. **GVA**), a Destination Airport IATA code ( e.g. **MIA**), and a valid aircraft ICAO code ( e.g. **A320**). The airport codes MUST be… |
| GET |
Fuel, Time, and CO2 Estimates - Route String Distance Calculator /api/rsfuelandtime/model/{model}/routestring/{routestring} |
Input a valid aircraft ICAO Code ( e.g. **A320**) and a valid Route String. The Route string must contain a valid Origin Airport ICAO Code ( e.g. **KJFK**), at least one waypoint… |
| GET |
Decode Route String /api/decoderoutestring/{routestring} |
Provide an ICAO Format route string. Return the coordinates associated with each of the waypoints. |
fliteROUTE pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|