Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
DeTurista Public API (beta) is a JSON API for travel product partners. Its main purpose is to let third-party websites or systems integrate DeTurista’s publicly available travel products. The workflow is designed more like a “selection flow”: search products first, then choose a departure date, read pricing and room types from the departure details, and finally create a contact lead or reservation.
The API covers resources such as /products, departures, contacts, reservations, destinations, categories, and product-groups. Product listings support both GET queries and POST JSON queries, with a maximum page size of 100. Product groups can be aggregated by destination or category and return a products_url, which is useful for letting users browse by location or theme first. Before creating a reservation, you must use the id_price returned by the departure details and ensure that the room type matches the number of passengers. These business rules are documented in fairly clear detail.
Authentication uses the X-API-Key header, and the documentation explicitly requires calls to be made from the server side rather than exposing the key in browser-side JavaScript. The docs include a Quick start, curl examples, sample responses, error structure, rate-limit information, Swagger UI, and openapi.json. A test environment is also provided at https://test.deturista.com/api/v1, which is helpful for development and debugging. The default rate limit is 10 requests per second per API consumer; if you plan to run high-concurrency search, you should confirm in advance whether this can be adjusted.
The main documentation does not disclose API pricing, plans, SLA, or the application process; it only states that you need to obtain an API key from DeTurista. Product prices can be displayed in ARS and USD, and reservation payment options include buy and deposit. In the examples, payment_selection is TRANSFER, but these are part of the travel product transaction flow and should not be interpreted as API billing.
The strengths are a complete business workflow, clearly defined rules, and predictable error codes and data structures. It is suitable for travel agencies, OTAs, and channel partners that want to embed product discovery, inquiries, and bookings into their own systems. The downsides are that it is still in beta and lacks official SDKs, webhooks, service-level commitments, and commercial terms. It is also closed-source and offers no self-hosting option.
The documentation does not provide information about network accessibility from mainland China, payment support, or compliance, so this remains unknown. If targeting Chinese users, it is recommended to test connectivity and latency for api.deturista.com in practice, and to evaluate local ecosystems such as 携程开放平台, 飞猪, and 同程 as alternatives or supplements.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on deturista.net official site.
deturista.net is an Unknown API & Data provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of Workable. Click "Visit Official Site" to reach deturista.net directly.