Tripjack Live GDS Engine Suite • Vihari Travel
Tripjack Developer API & Live Test Suite
Explore, test, and integrate Tripjack Flight (Air v2.0), Hotel (HMS v3.0), Cabs Ground Transportation (v2.0), and TripSafe Insurance (v6.0) REST APIs with prefilled live request payloads, real-time responses, and full schema references.
Hotel API Suite10
Microservice Routing
Tripjack automatically separates Air, Hotel Search & Static, and Hotel Order Management onto dedicated subdomains:
/hms/v3/content/*
Static Content & Mappings
/hms/v3/hotel/*
Search, Pricing & Review
/oms/v3/hotel/*
Book, Confirm, Status & Cancel
/fms/v1/*, /oms/v1/air/*
Flights Engine & PNR
Static ContentHMS v3 - Static Content Master
Official Tripjack SpecHotel Countries API
Returns the master list of all 200+ distinct country names where hotel inventory and properties are available. Used to populate international country selection dropdowns and drive region mapping lookups.
GET
Vihari Route: /api/hotels/countries
UPSTREAM GDS
Tripjack Upstream Endpoint: /hms/v3/content/fetch-countries
Auto-Routed via ProxyInteractive Live Test Runner
Execute this request directly against Tripjack through our gateway and inspect live responses.
Request Payload (Editable JSON)
Live Upstream Response
{
"status": {
"success": true,
"httpStatus": 200
},
"hotelCountries": [
"INDIA",
"UNITED ARAB EMIRATES",
"UNITED STATES",
"UNITED KINGDOM",
"SINGAPORE",
"THAILAND",
"MALAYSIA",
"INDONESIA",
"MALDIVES"
]
}Sample from Docs (Click "Send Live Test Request" above to execute)
Integration Highlights & Best Practices
- Cached locally for 24 hours in edge memory.
- Country names are returned in uppercase and passed directly to the Hotel Mapping API.
Direct Gateway cURL Command
curl -X GET "https://2ejowcgrnqcthdmsofvmjzyh.apps.tirupatihost.in/proxy/hms/v3/content/fetch-countries" \ -H "x-proxy-secret: narendrak95"
Want to search & book hotels live on the website?
Search by city, explore room options, review rates, and complete real bookings.