One API for the entire travel catalogue
Integrate search, booking, wallet and vouchers across every connected supplier with a single, predictable API β or skip the build and use the white-label panel.
# Search the cheapest verified hotel rate
curl https://api.travelglobus.com/v1/search/hotels \
-H "Authorization: Bearer sk_live_..." \
-d destination="Antalya" \
-d checkin="2026-07-12" -d checkout="2026-07-19" \
-d adults=2 -d currency=EUR
{
"result": {
"title": "Grand Marina Resort & Spa",
"board": "All Inclusive",
"net": 824.00,
"currency": "EUR",
"refundable": true,
"supplier": "hidden"
}
}Everything you need to build
Search, book and manage across every category with one consistent, well-documented JSON API.
Real-time events for booking status, wallet top-ups, voucher delivery and price changes.
A full test environment with mock suppliers β build and verify before you ever touch production.
Typed clients for TypeScript and PHP, plus OpenAPI specs to generate your own.
Scoped credentials per environment with rotation and granular permissions.
High default throughput with clear headers and burst handling for search-heavy flows.
Start in the sandbox
Grab a test key, hit the API, and ship β promote to production once your integration passes verification.