FlightDelay Intelligence API
FlightDelay Intelligence API provides accurate flight delay predictions using advanced machine learning algorithms trained on historical flight data. Our API covers 76 major airports worldwide and 46 international airlines, offering comprehensive delay risk assessment for travelers, airlines, and travel platforms.
FlightDelay Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
predict_delay_predict_delay_get /predict-delay |
Predict flight delay likelihood based on historical data and flight parameters. Returns a delay risk score (0-1), risk level, and explanations for the prediction. |
| GET |
get_model_status_models_status_get /models/status |
Get ML model status |
| POST |
predict_flight_specific_delay_predict_flight_specific_post /predict-flight-specific |
Enhanced flight-specific delay prediction with real-time data |
| GET |
get_airlines_airlines_get /airlines |
Get list of available airlines |
| POST |
analyze_route_analyze_route_post /analyze-route |
Comprehensive route analysis with insights and recommendations |
| GET |
get_airports_airports_get /airports |
Get list of available airports |
| GET |
health_check_health_get /health |
Health check endpoint |
| GET |
root__get / |
Serve the main page |