The Demand API Sandbox allows you to safely experiment with accommodation and attractions API collections, so you can validate search and availability, and bookings, modifications and cancellations for accommodation orders without affecting live production data.
The Demand API Sandbox is a dedicated, non-production environment designed to validate your integrations using:
- Your regular credentials.
- Sample properties or attractions.
It mirrors the structure of the live production environment allowing you to simulate these flows without affecting real inventory:
| Flow | Supported travel service |
|---|---|
(search, availability, reservation, modifications, and cancellations) | |
|
Car rental API collection is currently not available in sandbox. Use the production environment instead.
All sandbox inventory (accommodations and attractions) use the same authentication details as production, and is designed to simulate different search, booking, payment, and cancellation behaviours.
- No sandbox-specific API keys are required.
- Use your standard API Key token and Affiliate id for your requests.
Always follow best practices to secure your API keys during testing.
- Before using the sandbox environment and test inventory, ensure you meet all the requirements for accessing our endpoints.
- See the Authentication guide for more details.
Use the following base URL for all sandbox requests:
The sandbox environment mirrors the behaviour of the corresponding API version. Make sure the version in the base URL matches the version you are integrating with.
When using the "Try out" console in this developer portal, select the sandbox environment before sending any request:

The sandbox is for testing and discovery purposes only. Using sandbox accommodation or attraction IDs in the production environment will return an error or empty results.
Use the following test accommodation IDs in your requests to experiment with the endpoints. Each property is a mock hotel or apartment created exclusively for testing purposes.
| Accommodation ID | Name | Location | Cancellation policies | Testing scenario |
|---|---|---|---|---|
| 10507360 | Demand API Sandbox Hotel Orion. | Amsterdam, The Netherlands. | Free cancellation until a deadline; variable fees after. |
|
| 12337 | Apartment in Cefalú. | Cefalú, Italy. | Free cancellation / Non-refundable |
|
| 42709 | Test Otel Istanbul. | Istanbul, Turkey. | Non-refundable. |
|
| 3427703 | Ray's Lyon Property. | Lyon, France. | Free cancellation. |
|
| 4462291 | Demand API Test Hotel. | Leiden, The Netherlands. | Free cancellation. |
|
| 5476508 | "Home" Apartment. | Vincennes, France. | Non-refundable. |
|
| 2098153 | Panda Hotel | Shanghai, China. | Free cancellation until; variable fees after. |
|
Use the following test attraction IDs to experiment with the attractions endpoints. These are mock experiences designed to simulate different availability, pricing, and configuration scenarios.
Recommended search parameters:
sort: most-popularstart_date: 2026-04-15end_date: 2026-04-30
| Attraction ID | Name | Testing scenario |
|---|---|---|
| PRGrwINoiRZl | Reviews | Test review data retrieval and display logic. |
| PRKKhInhUx5G | The gallery | General attraction search with photos and display testing. |
| PRLL7RsJ1haQ | Availability - fluctuating prices, single offer | Validate dynamic pricing behaviour and single-offer availability flows. |
| PRWWmXE65cUx | Custom fields: transfer modes | Test handling of custom fields such as transport or transfer options. |
| PRYLA1RKfQU5 | [Test] E2E integration test | End-to-end testing across search, availability, and booking flows. |
The sandbox environment has the following limitations:
- Rate limiting - Maximum 50 requests per minute (details).
- Reservations - Only supported on accommodation sandbox inventory.
- Payments - A real credit card is required for testing accommodation booking flows including payments. Charges are temporary and automatically cancelled every Monday; refunds are processed automatically.
See Payment quick guide for testing payments instructions.
Read the following guides to get familiar with the Demand API and start integrating:
- Try out guide for "Hello world" examples
- Authentication guide
- Accommodation API Quick guide
- Attractions API Quick guide