Connect your platform to 50,000+ hotels worldwide. Real-time availability, instant booking confirmation, and competitive net rates — all through a single REST API.
Hotels available
API uptime SLA
Avg. response time
Countries covered
A complete hotel booking API designed for travel agencies, OTAs, and developers who need reliability at scale.
Standard JSON over HTTPS with a simple Token header for authentication. Works with any language or framework — C#, PHP, Python, JavaScript, Ruby and more.
Live inventory from 50,000+ properties. Availability, rates and room types updated in real time with no caching delays.
Bookings confirmed in under 500ms with a unique reference number. No manual back-office processing or delays.
Full sandbox with test credentials, mock data and simulated booking flows. Build and test without incurring real charges.
Dashboard with booking volume, revenue, conversion funnels and cancellation data. Export to CSV or via reporting API endpoints.
Dedicated technical account manager, priority Slack channel, SLA-backed response times and onboarding assistance.
All endpoints require your API key in the Token request header. Base URL: https://www.greattours.am/webservice
/SearchHotels when the partner picks a hotel and wants all options.# Search hotels in Paris, 21–28 May 2026, 1 adult curl -X POST "https://www.greattours.am/webservice/SearchHotels" \ -H "Token: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "Country": "France", "Region": "Paris", "StartDate": "/Date(1779580800000)/", "EndDate": "/Date(1780185600000)/", "AdultQTY": 1, "ChildQTY": 0, "ChildAge1": -1, "ChildAge2": -1, "ChildAge3": -1, "NightQTY": 7, "APIKey": "E3CE4644-0494-4749-94B7-CF2D92FDBEC2" }'
{
"StatusCode": 200,
"ErrorMsg": "",
"Response": [
{
"HotelName": "New Hotel Saint Lazare",
"Town": "Paris",
"Category": "4*",
"Room": "Standard Double",
"Board": "Breakfast",
"Price": 850.00,
"Currency": "EUR",
"NightQTY": 7
}
]
}
Every response uses the same envelope:
StatusCode (200 = success),
ErrorMsg (empty on success), and
Response (the endpoint-specific payload — an array or object).
Transparent pricing with no setup fees. Start free and scale as your business grows.
Fill in the form below and our partnerships team will get back to you within 1 business day.
Tell us about your business and integration plans so we can set up the right plan for you.
Great ToursSign in to access your API dashboard and credentials
By signing in you agree to our Terms of Use and Privacy Policy.