{"id":3929,"date":"2026-07-24T18:33:31","date_gmt":"2026-07-24T23:33:31","guid":{"rendered":"https:\/\/auratravelexperience.com\/permisos-disponibilidad-camino-inca\/"},"modified":"2026-08-04T18:12:47","modified_gmt":"2026-08-04T23:12:47","slug":"permits-availability-inca-trail","status":"publish","type":"page","link":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/","title":{"rendered":"Permits and Availability for the Inca Trail 2026 &amp; 2027"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Securing a spot on South America\u2019s most famous hiking trail requires strategic planning. Due to strict regulations from Peru\u2019s Ministry of Culture, permits for the Inca Trail are limited to just 500 people per day (including guides and porters). For the 2027 season, demand is at an all-time high.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On this page, you can check the official, up-to-date availability to secure your spot before it sells out.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Inca Trail Availability Calendar 2026 &amp; 2027<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>Use our interactive search tool below to check for available seats for the month you plan to travel. The data is synchronized directly with the official system.<\/em><\/p>\n<\/blockquote>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<!-- Componente de Calendario de Disponibilidad -->\n<div id=\"availability-widget\" class=\"w-full mx-auto bg-white rounded-xl shadow-lg border border-gray-100 overflow-hidden p-6 font-sans mb-10\">\n\n    <!-- Selector de Tour -->\n    <div class=\"mb-5\">\n        <label for=\"tour-select\" class=\"block text-sm font-medium text-gray-700 mb-2\">\n                            Select Tour\n            <\/label>\n        <select id=\"tour-select\" class=\"block w-full px-4 py-2 bg-gray-50 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 text-gray-700 font-semibold cursor-pointer transition-colors outline-none\">\n                            <option value=\"1\">Classic Inca Trail to Machu Picchu 4 Days<\/option>\n                <option value=\"5\">Short Inca Trail to Machu Picchu 2 Days<\/option>\n                    <\/select>\n    <\/div>\n\n    <!-- Controles de Mes\/A\u00f1o -->\n    <div class=\"flex items-center justify-between mb-4\">\n        <button id=\"prev-month\" class=\"p-2 text-gray-600 hover:text-white hover:bg-[#0a3d2e] bg-gray-100 rounded-full transition-colors focus:outline-none disabled:opacity-50\">\n            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 19l-7-7 7-7\"><\/path>\n            <\/svg>\n        <\/button>\n        <h2 id=\"month-year-display\" class=\"text-lg font-bold text-gray-800 capitalize\">Cargando...<\/h2>\n        <button id=\"next-month\" class=\"p-2 text-gray-600 hover:text-white hover:bg-[#0a3d2e] bg-gray-100 rounded-full transition-colors focus:outline-none disabled:opacity-50\">\n            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"><\/path>\n            <\/svg>\n        <\/button>\n    <\/div>\n\n    <!-- D\u00edas de la semana -->\n    <div class=\"grid grid-cols-7 gap-2 text-center text-xs font-bold text-gray-400 uppercase tracking-wider mb-2\">\n                    <div>Sun<\/div>\n            <div>Mon<\/div>\n            <div>Tue<\/div>\n            <div>Wed<\/div>\n            <div>Thu<\/div>\n            <div>Fri<\/div>\n            <div>Sat<\/div>\n        \n    <\/div>\n\n    <!-- Cuadr\u00edcula del Calendario -->\n    <div id=\"calendar-grid\" class=\"grid grid-cols-7 gap-2 text-sm\">\n        <!-- Generado v\u00eda JS -->\n    <\/div>\n\n    <!-- Leyenda -->\n    <div class=\"flex justify-center space-x-6 mt-6 text-xs text-gray-600 font-medium\">\n        <div class=\"flex items-center\">\n            <span class=\"w-4 h-4 bg-green-100 text-green-700 border border-green-300 block mr-2 rounded\"><\/span>\n                             Available\n                    <\/div>\n        <div class=\"flex items-center\">\n            <span class=\"w-4 h-4 bg-yellow-50 border border-yellow-200 block mr-2 rounded\"><\/span>\n                            Limited Availability\n                    <\/div>\n        <div class=\"flex items-center\">\n            <span class=\"w-4 h-4 bg-red-50 border border-red-200 block mr-2 rounded\"><\/span>\n                            Sold Out\n                    <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", () => {\n        let year = 2026;\n        let month = 10;\n\n        const monthNames =             [\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\"];\n        ;\n\n        const tourSelect = document.getElementById('tour-select');\n        const prevBtn = document.getElementById('prev-month');\n        const nextBtn = document.getElementById('next-month');\n        const monthYearDisplay = document.getElementById('month-year-display');\n        const calendarGrid = document.getElementById('calendar-grid');\n\n        async function loadCalendar() {\n            const road = tourSelect.value;\n            const ajaxUrl = 'https:\/\/auratravelexperience.com\/wp-admin\/admin-ajax.php';\n            const apiUrl = `${ajaxUrl}?action=get_calendar_tickets&road=${road}&year=${year}&month=${month}`;\n\n            \n            calendarGrid.innerHTML = `<div class=\"col-span-7 py-8 text-center text-gray-500 text-sm\">\n                                    Loading availability...\n                            <\/div>`;\n            monthYearDisplay.textContent = `${monthNames[month - 1]} ${year}`;\n\n            try {\n                const response = await fetch(apiUrl);\n                if (!response.ok) throw new Error('Error de red');\n\n                const result = await response.json();\n\n                if (result.success && result.data && result.data.tickets) {\n                    renderCalendarDOM(result.data.tickets);\n                } else {\n                    throw new Error('Formato de datos no v\u00e1lido');\n                }\n            } catch (error) {\n                console.error(\"Error al cargar tickets:\", error);\n                 calendarGrid.innerHTML = `<div class=\"col-span-7 py-8 text-center text-red-500 text-sm\">\n                                    Error loading availability. Please try again later.\n                            <\/div>`;\n            }\n        }\n\n        function renderCalendarDOM(ticketsData) {\n            calendarGrid.innerHTML = '';\n\n            const firstDay = new Date(year, month - 1, 1).getDay();\n            const daysInMonth = new Date(year, month, 0).getDate();\n\n            for (let i = 0; i < firstDay; i++) {\n                const emptyCell = document.createElement('div');\n                calendarGrid.appendChild(emptyCell);\n            }\n\n\n            for (let day = 1; day <= daysInMonth; day++) {\n                const dateStr = `${year}-${String(month).padStart(2, '0')}-${String(day).padStart(2, '0')}`;\n                const availableSpots = ticketsData[dateStr] !== undefined ? ticketsData[dateStr] : 0;\n\n                const cell = document.createElement('div');\n                cell.className = 'flex flex-col items-center justify-center p-2 rounded-lg border text-center transition-all h-14';\n\n                if (availableSpots > 50) {\n                    cell.classList.add('bg-green-50', 'border-green-200', 'text-green-800', 'hover:bg-green-100', 'cursor-pointer');\n                    cell.innerHTML = `\n                    <span class=\"font-bold text-sm\">${day}<\/span>\n                    <span class=\"text-[10px] bg-green-200 text-green-800 px-1.5 py-0.5 rounded-full mt-1\">${availableSpots}<\/span>\n                `;\n                } else if (availableSpots < 50 && availableSpots > 0) {\n                    cell.classList.add('bg-yellow-50', 'border-yellow-200', 'text-yellow-800', 'opacity-60');\n                    cell.innerHTML = `\n                    <span class=\"font-semibold text-sm\">${day}<\/span>\n                    <span class=\"text-[10px] text-yellow-500 mt-1\">${availableSpots}<\/span>\n                `;\n\n                } else {\n                    cell.classList.add('bg-red-50', 'border-red-100', 'text-gray-400', 'opacity-60');\n                    cell.innerHTML = `\n                    <span class=\"font-semibold text-sm\">${day}<\/span>\n                    <span class=\"text-[10px] text-red-500 mt-1\">0<\/span>\n                `;\n                }\n\n                calendarGrid.appendChild(cell);\n            }\n        }\n\n        tourSelect.addEventListener('change', loadCalendar);\n\n        prevBtn.addEventListener('click', () => {\n            month--;\n            if (month < 1) {\n                month = 12;\n                year--;\n            }\n            loadCalendar();\n        });\n\n        nextBtn.addEventListener('click', () => {\n            month++;\n            if (month > 12) {\n                month = 1;\n                year++;\n            }\n            loadCalendar();\n        });\n\n        loadCalendar();\n    });\n<\/script>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Choose your itinerary: 4 Days vs. 2 Days<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Our calendar lets you filter availability based on the type of trek you want to do:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Camino Inca Cl\u00e1sico (4 D\u00edas \/ 3 Noches):<\/strong> La ruta original de 43 kil\u00f3metros. Es la m\u00e1s demandada y los permisos suelen agotarse con 5 a 6 meses de anticipaci\u00f3n, especialmente para la temporada seca (mayo a agosto).<\/li>\n\n\n\n<li><strong>Camino Inca Corto (2 D\u00edas \/ 1 Noche):<\/strong> Una alternativa excelente si tienes poco tiempo o los cupos de la ruta cl\u00e1sica est\u00e1n agotados. Incluye una caminata de un d\u00eda ingresando por el Km 104 y la visita a Machu Picchu al d\u00eda siguiente.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why should you book your permit for 2026 &amp; 2027 in advance?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The admission policy for the Machu Picchu Historic Sanctuary is strict: you cannot purchase permits for the Inca Trail at the entrance or once you arrive in Cusco.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tickets for the 2027 season are officially released between October and November 2026. If you plan to travel during peak season, time is your biggest enemy.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">High Season (May\u2013August)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">During the summer months in the Northern Hemisphere, permits literally \u201cfly off the shelves.\u201d If you want to travel in June (the month of Inti Raymi) or July, you must make your reservation as soon as the government system opens sales.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The End of February<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to remember that the Inca Trail (both the 4-day and 2-day versions) is closed throughout the month of February each year. This measure is taken to allow for maintenance work on the trail and because February is the month with the heaviest rainfall in the Andes. Machu Picchu remains open, but access is by train only.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions About Quotas (FAQ)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What does it mean if the calendar shows \u201c0\u201d or \u201cSold Out\u201d?<\/strong> It means that the Ministry of Culture has sold all 500 permits available for that date. Once a date reaches zero, it is impossible to obtain a permit\u2014no exceptions. In this case, we recommend checking out the Short Inca Trail (2 Days) or alternative routes such as the Salkantay Trek.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I change the date on my permit after I&#8217;ve purchased it?<\/strong> No. Government regulations stipulate that Inca Trail permits are 100% non-refundable and non-transferable. Dates, names, and passport numbers cannot be changed once the permits have been issued.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Does this itinerary include admission to Machu Picchu?<\/strong> Yes, the official Inca Trail permit automatically includes admission to the Inca citadel of Machu Picchu (the section of the trail corresponding to the trekking route) for the last day of your expedition.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Securing a spot on South America\u2019s most famous hiking trail requires strategic planning. Due to strict regulations from Peru\u2019s Ministry of Culture, permits for the Inca Trail are limited to just 500 people per day (including guides and porters). For the 2027 season, demand is at an all-time high. On this page, you can check [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3964,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-guias.php","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"class_list":["post-3929","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inca Trail Availability for 2026 &amp; 2027: Official Calendar<\/title>\n<meta name=\"description\" content=\"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inca Trail Availability for 2026 &amp; 2027: Official Calendar\" \/>\n<meta property=\"og:description\" content=\"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/\" \/>\n<meta property=\"og:site_name\" content=\"Aura Travel Experience\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AuraTravelExperience\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-04T23:12:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/\",\"url\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/\",\"name\":\"Inca Trail Availability for 2026 & 2027: Official Calendar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/auratravelexperience.com\\\/wp-content\\\/uploads\\\/salkantay-trek-cusco.webp\",\"datePublished\":\"2026-07-24T23:33:31+00:00\",\"dateModified\":\"2026-08-04T23:12:47+00:00\",\"description\":\"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/#primaryimage\",\"url\":\"https:\\\/\\\/auratravelexperience.com\\\/wp-content\\\/uploads\\\/salkantay-trek-cusco.webp\",\"contentUrl\":\"https:\\\/\\\/auratravelexperience.com\\\/wp-content\\\/uploads\\\/salkantay-trek-cusco.webp\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/permits-availability-inca-trail\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Permits and Availability for the Inca Trail 2026 &amp; 2027\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/\",\"name\":\"Aura Travel Experiences\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#organization\",\"name\":\"Aura Travel Experiences\",\"url\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/auratravelexperience.com\\\/wp-content\\\/uploads\\\/cropped-Logo-Aura-nuevo-png.webp\",\"contentUrl\":\"https:\\\/\\\/auratravelexperience.com\\\/wp-content\\\/uploads\\\/cropped-Logo-Aura-nuevo-png.webp\",\"width\":1149,\"height\":521,\"caption\":\"Aura Travel Experiences\"},\"image\":{\"@id\":\"https:\\\/\\\/auratravelexperience.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/AuraTravelExperience\",\"https:\\\/\\\/www.tiktok.com\\\/@aura_travel_experience\",\"https:\\\/\\\/www.instagram.com\\\/auratravel.experience\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@AuraTravelExperience\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inca Trail Availability for 2026 & 2027: Official Calendar","description":"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/","og_locale":"en_US","og_type":"article","og_title":"Inca Trail Availability for 2026 & 2027: Official Calendar","og_description":"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.","og_url":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/","og_site_name":"Aura Travel Experience","article_publisher":"https:\/\/www.facebook.com\/AuraTravelExperience","article_modified_time":"2026-08-04T23:12:47+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/","url":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/","name":"Inca Trail Availability for 2026 & 2027: Official Calendar","isPartOf":{"@id":"https:\/\/auratravelexperience.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/#primaryimage"},"image":{"@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/#primaryimage"},"thumbnailUrl":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp","datePublished":"2026-07-24T23:33:31+00:00","dateModified":"2026-08-04T23:12:47+00:00","description":"Check the official availability of permits for the Inca Trail in 2026 and 2027 (4-day and 2-day routes). Spots are limited to 500 per day.","breadcrumb":{"@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/#primaryimage","url":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp","contentUrl":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/auratravelexperience.com\/en\/permits-availability-inca-trail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/auratravelexperience.com\/en\/"},{"@type":"ListItem","position":2,"name":"Permits and Availability for the Inca Trail 2026 &amp; 2027"}]},{"@type":"WebSite","@id":"https:\/\/auratravelexperience.com\/en\/#website","url":"https:\/\/auratravelexperience.com\/en\/","name":"Aura Travel Experiences","description":"","publisher":{"@id":"https:\/\/auratravelexperience.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/auratravelexperience.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/auratravelexperience.com\/en\/#organization","name":"Aura Travel Experiences","url":"https:\/\/auratravelexperience.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/auratravelexperience.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/cropped-Logo-Aura-nuevo-png.webp","contentUrl":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/cropped-Logo-Aura-nuevo-png.webp","width":1149,"height":521,"caption":"Aura Travel Experiences"},"image":{"@id":"https:\/\/auratravelexperience.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AuraTravelExperience","https:\/\/www.tiktok.com\/@aura_travel_experience","https:\/\/www.instagram.com\/auratravel.experience\/","https:\/\/www.youtube.com\/@AuraTravelExperience"]}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/auratravelexperience.com\/en\/author\/admin_aura\/","display_name":"admin_aura"},"relative_dates":{"created":"Posted 2 weeks ago","modified":"Updated 6 days ago"},"absolute_dates":{"created":"Posted on 24 de July de 2026","modified":"Updated on 4 de August de 2026"},"absolute_dates_time":{"created":"Posted on 24 de July de 2026 18:33","modified":"Updated on 4 de August de 2026 18:12"},"featured_img_caption":"","featured_img":"https:\/\/auratravelexperience.com\/wp-content\/uploads\/salkantay-trek-cusco.webp","series_order":"","_links":{"self":[{"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/pages\/3929","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/comments?post=3929"}],"version-history":[{"count":6,"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/pages\/3929\/revisions"}],"predecessor-version":[{"id":4101,"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/pages\/3929\/revisions\/4101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/media\/3964"}],"wp:attachment":[{"href":"https:\/\/auratravelexperience.com\/en\/wp-json\/wp\/v2\/media?parent=3929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}