Our agency provides real-time availability for Llaqta (Machu Picchu) and Inca Trail services for 2-day and 4-day options; and for the train services and rates. Below is the usage manual for availability access.
Calendars are provided in HTML format in 10 languages and have no usage limit.
The APIs are provided with values in JSON format.
Online access is unlimited.
The fee corresponds to a non-divisible one-year (01) subscription. We issue receipts or invoices.
Use is exclusive to a single person or company, and access or data may not be shared. If this rule is violated, the subscription will be immediately canceled without any possibility of compensation or refund.
API calls are limited to a maximum of one (01) call every 15 minutes.
If a subscription cancellation is requested before the one-year (01) term expires, no refund will be issued.
Subscription renewal is not automatic; renewal must be requested and payment completed at the end of the subscription period.
The availability provided is generated using external sources outside our control, so we cannot be responsible for its quality or accuracy. Data and results provided may contain errors or variations that we cannot anticipate or control.
The user agrees to implement all necessary measures to strictly restrict access to the API and its data to authorized systems only. Any direct or indirect access by third parties must be prevented, including through scripts, unsecured requests, or the exposure of content enabling data extraction. Any provision, whether intentional or not, of API data to third parties is strictly prohibited and engages the user’s liability. Compliance with this obligation is an essential condition for access to the API.
We cannot commit to the service's permanence, which may stop functioning at any time without notice, without the subscriber being able to claim any compensation or refund.
We insist that the subscription and access are for the exclusive use of a single agency (same tax ID). In no case may the access code or link be shared or sold to another agency or users. An access tracking system has been implemented, and any violation of this rule will result in the immediate cancellation of the subscription without notice, with no right to any refund or compensation.
Real-time availability demo
You can test the display of real-time availability using the following link. Please note that for demonstration purposes, only the month of December is visible.
DOMAIN. Any of our domains. We recommend using camino-inca.com for Inca Trail availability and boleto-machupicchu.com for Machu Picchu ticket availability.
USER. User code to authorize access. This parameter will be provided by our company when creating the account.
This code is strictly confidential.
It is not transferable to another agency, whether for free or for a fee.
It may not be shared, sold, disclosed, or displayed to third parties in any way, nor in HTML source codes visible to users.
We reserve the right to block access if these conditions are violated.
RUC. The RUC (VAT) of the agency.
SERVICE. Service to be accessed. It should be one of these three (03) values: machu (tickets to Machu Picchu), camino2 (2-day Inca Trail), or camino4 (4-day Inca Trail). Example: &service=camino4
FORMAT. Format of the returned availability, corresponding to the subscription. It should be one of these 3 values: cal (for displaying an HTML calendar), json (text values in JSON format), or online (online query with exclusive access). Example: &format=cal
LANGUAGE. User's language for date formatting and day/month names. It should be one of these 10 values: de (German), en (English), es (Spanish), fr (French), it (Italian), ja (Japanese), ko (Korean), pt (Portuguese), ru (Russian), or zh (Chinese). Example: &lg=en
SERVICE. Service to be displayed. It should be one of these two (02) values: camino2 (2-day Inca Trail) or camino4 (4-day Inca Trail). Example: &service=camino4
MONTH and YEAR. The respective month and year you wish to query. Example: &month=10&year=2026
Example link: https://camino-inca.com/partner/api?user=12a34b56c78d&ruc=202020200&service=camino4&format=cal&lg=en&month=10&year=2026
The calendar is displayed using an internal CSS file (source available here), which can be fully or partially replaced with your own CSS file to customize the appearance. Applying a custom CSS is done simply by adding the parameter css=<external_url/file.css> to the calendar link. For example:
SERVICE. Service to be returned. It should be one of these values: machu (tickets to Machu Picchu) or camino (2-day and 4-day Inca Trail) or camino2 or camino4. Example: &service=camino
DAY, MONTH and YEAR. The respective day, month and year you wish to query. Exemple : &day=10&month=10&year=2026
If the parameter DAY in not given, returns the whole month.
If the parameter MONTHin not given, reurns the whole year.
If the parametersDAY, MONTH, YEAR are given, or if the parameter DATE is given, returns only the day.
Example link : https://camino-inca.com/partner/api?user=12a34b56c78d&ruc=202020200&service=camino&format=json