Travel Globus
Apply
Developers

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.sh
# 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"
  }
}
Toolkit

Everything you need to build

REST API

Search, book and manage across every category with one consistent, well-documented JSON API.

Webhooks

Real-time events for booking status, wallet top-ups, voucher delivery and price changes.

Sandbox

A full test environment with mock suppliers β€” build and verify before you ever touch production.

SDKs

Typed clients for TypeScript and PHP, plus OpenAPI specs to generate your own.

OAuth & API keys

Scoped credentials per environment with rotation and granular permissions.

Generous rate limits

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.

Developers Β· Travel Globus Β· Travel Globus