Sandbox · Free access
Build on flight disruption infrastructure
Integrate rerouting, hotel booking, compensation, and care agent into your kiosk or airline system. Get a sandbox key and start testing in minutes.
Disruption detection
Real-time flight status and EC 261/2004 eligibility checks in a single API call.
Rerouting, hotel & transport
Serve available offers to passengers — flights, hotels, ground transport — automatically.
Compensation & webhooks
File claims, trigger payouts, and receive real-time event callbacks on every state change.
Get a free sandbox key
No credit card required.
POST /v1/partner/passengers/check
curl -X POST https://api.bluecrestlab.com/v1/partner/passengers/check \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"pnr": "SBTEST1",
"last_name": "SMITH",
"flight_number": "BA123",
"flight_date": "2026-04-16"
}'Response
200 OK
{
"passenger_id": "a1b2c3d4-…",
"disrupted": true,
"disruption_type": "DELAYED",
"delay_minutes": 120,
"state": "DISRUPTION_CONFIRMED"
}< 200ms
p95 latency
99.9%
uptime SLA
EC 261
EU regulation