Join our community at https://www.reddit.com/r/HotelByte/
🔧 Essential configuration for HotelByte API integration - Get up and running in minutes
| Environment | URL | Purpose |
|---|---|---|
| Production | https://api.hotelbyte.com | Official business operations |
| Testing | https://api-test.hotelbyte.com | Development and testing |
hotelbyte_api_demo for seamless development integration.{
"code": 0,
"msg": "success",
"data": {
"ticket": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
}{
"code": 0,
"msg": "success",
"data": {
// Business data
}
}{
"Request-Id": "request-id",
"Trace-Id": "trace-id",
"Server-Cost-Milliseconds": 500,
"Session-Id": "verified-session-id"
}| Feature Module | Endpoint | Method | Description |
|---|---|---|---|
| Authentication | /api/auth/ticket | POST | Get access token |
| Hotel rates | /api/search/hotelList | POST | Hotel list search |
| Hotel rates | /api/search/hotelRates | POST | Rate query |
| Make bookings | /api/search/checkAvail | POST | check ARI |
| Make bookings | /api/trade/book | POST | Smart booking |
| Manage bookings | /api/trade/queryOrders | POST | Order query |
| Manage bookings | /api/trade/cancel | POST | Cancel order |
| Content | /api/search/hotelsMetadata | POST | Hotels metadata with pagination |
| Content | /api/search/hotelStaticDetail | POST | Hotel static details |
| Content | /api/search/destinations | POST | Destinations where your customers book hotels |
| Metric | Value | Description |
|---|---|---|
| API Process Time | < 1000ms | P95 process time (+1s network) |
| Concurrent Processing | 10,000+ QPS | Supports high traffic access |
| Supplier Coverage | 20+ | Global major hotel suppliers |
| Hotel Inventory | 1,000,000+ | Covers major cities worldwide |
| Booking Success Rate | 99.5% | Enhanced by async processing |
| Language | SDK | Status |
|---|---|---|
| Java | hotelbyte-java | 🔄 In Development |
| Go | hotelbyte-go | ✅ V0.0.1 Released! |
| PHP | hotelbyte-php | 🔄 In Development |
| JavaScript | hotelbyte-js | 🔄 In Development |
| TypeScript | hotelbyte-js | 🔄 In Development |
| Python | hotelbyte-python | 🔄 In Development |