Public REST API & Global GDS Connectivity
Connect international travel booking engines, airline consoles, and corporate travel software directly to verified Somali hotels, armored fleet inventory, and domestic flights.
Your Live API Key
Rate Limit: 120 req/min
Include this token in your HTTP requests as header Authorization: Bearer YOUR_API_KEY or query parameter ?api_key=....
GDS / Amadeus & Sabre Integration
Degan supports IATA-standard NDC (New Distribution Capability) and OTA 2014B XML feeds for direct distribution to global travel agencies.
List verified Somali hotels, real-time nightly base rates, Starlink WiFi availability, and 24/7 dual generator status.
curl -X GET "http://deganso.local/api/v1/properties?city=Mogadishu"
Query real-time flight schedules for Daallo Airlines, Jubba Airways, Freedom Airline, and Premier Air.
curl -X GET "http://deganso.local/api/v1/flights?origin=MGQ&destination=HGA"
Retrieve Dahabshiil Motors and Hormuud Executive Fleet inventory with B6 armor specifications.
curl -X GET "http://deganso.local/api/v1/rentals?city=Hargeisa"
Front-desk optical check-in code and digital keycard verification endpoint.
curl -X POST "http://deganso.local/api/v1/verify" \
-H "Content-Type: application/json" \
-d '{"code":"DGN-MGQ-3471","pin":"DGN-8921"}'