{"id":6583,"date":"2025-10-03T22:53:08","date_gmt":"2025-10-03T22:53:08","guid":{"rendered":"https:\/\/tsukandiving.com\/riviera-maya-private-tours\/consejos-para-viajar-a-riviera-maya\/"},"modified":"2025-10-10T00:00:23","modified_gmt":"2025-10-10T00:00:23","slug":"20tips-traveling-to-riviera-maya","status":"publish","type":"page","link":"https:\/\/tsukandiving.com\/en\/riviera-maya-private-tours\/20tips-traveling-to-riviera-maya\/","title":{"rendered":"20 Tips for Traveling to the Riviera Maya"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"426\" height=\"148\" src=\"https:\/\/tsukandiving.com\/wp-content\/uploads\/2025\/10\/Logo-tsukan-ADVENTURES-2.png\" alt=\"\" class=\"wp-image-6471\" srcset=\"https:\/\/tsukandiving.com\/wp-content\/uploads\/2025\/10\/Logo-tsukan-ADVENTURES-2.png 426w, https:\/\/tsukandiving.com\/wp-content\/uploads\/2025\/10\/Logo-tsukan-ADVENTURES-2-300x104.png 300w\" sizes=\"auto, (max-width: 426px) 100vw, 426px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<nav style=\"background-color: #962226;\" class=\"has-text-color has-white-color has-background items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-16018d1d wp-block-navigation-is-layout-flex\" aria-label=\"Menu adventures EN\"><ul style=\"background-color: #962226;\" class=\"wp-block-navigation__container has-text-color has-white-color has-background items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"https:\/\/tsukandiving.com\/en\/riviera-maya-private-tours\/\"><span class=\"wp-block-navigation-item__label\">RIVIERA MAYA TOURS<\/span><\/a><\/li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"https:\/\/tsukandiving.com\/en\/riviera-maya-private-tours\/20tips-traveling-to-riviera-maya\/\"><span class=\"wp-block-navigation-item__label\">TIPS TO TRAVEL<\/span><\/a><\/li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"https:\/\/tsukandiving.com\/en\/book-a-tour\/\"><span class=\"wp-block-navigation-item__label\">BOOK WITH US<\/span><\/a><\/li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"https:\/\/tsukandiving.com\/en\/\"><span class=\"wp-block-navigation-item__label\">TSUKAN DIVING<\/span><\/a><\/li><\/ul><\/nav>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Traveling to the Riviera Maya is one of those experiences that combines the best of the Caribbean: white-sand beaches, magical cenotes, Mayan ruins and an endless range of excursions. But to make the most of your trip, it helps to keep in mind some practical details that will make a difference. Here you will find 20 useful tips so you can enjoy without surprises.<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>20 Tips for Traveling to the Riviera Maya | Complete Guide<\/title>\n    <meta name=\"description\" content=\"Discover 20 practical tips for traveling to the Riviera Maya: where to sleep, what to eat, how to get around, visiting cenotes and Mayan ruins. Complete guide for your perfect trip.\">\n    <meta name=\"author\" content=\"Tsukan Adventures\">\n    \n    <meta property=\"og:title\" content=\"20 Tips for Traveling to the Riviera Maya | Complete Guide\">\n    <meta property=\"og:description\" content=\"Discover 20 practical tips for traveling to the Riviera Maya: where to sleep, what to eat, how to get around, visiting cenotes and Mayan ruins.\">\n    <meta property=\"og:type\" content=\"website\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #1a1a1a;\n            background-color: #ffffff;\n        }\n        \n  \n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1rem;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            font-weight: bold;\n            margin-bottom: 1rem;\n        }\n        \n        .intro {\n            font-size: 1.125rem;\n            line-height: 1.75;\n            opacity: 0.9;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        \n        main {\n            padding: 3rem 0;\n        }\n        \n        .tips-grid {\n            display: grid;\n            gap: 1.5rem;\n            grid-template-columns: 1fr;\n        }\n        \n        @media (min-width: 768px) {\n            .tips-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            h1 {\n                font-size: 3rem;\n            }\n        }\n        \n        .tip-card {\n            background: #ffffff;\n            border: 1px solid #e5e5e5;\n            border-radius: 0.5rem;\n            padding: 1.5rem;\n            transition: box-shadow 0.3s ease;\n        }\n        \n        .tip-card:hover {\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .tip-header {\n            display: flex;\n            gap: 1rem;\n            margin-bottom: 1rem;\n            align-items: flex-start;\n        }\n        \n        .tip-icon {\n            flex-shrink: 0;\n            width: 3rem;\n            height: 3rem;\n            background-color: #fef2f2;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n        }\n        \n        .tip-title-wrapper {\n            flex: 1;\n        }\n        \n        .tip-number {\n            font-size: 0.875rem;\n            font-weight: 600;\n            color: #b11116;\n            margin-bottom: 0.25rem;\n        }\n        \n        .tip-title {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            line-height: 1.3;\n        }\n        \n        .tip-content {\n            color: #666;\n            line-height: 1.75;\n        }\n        \n        footer {\n            margin-top: 4rem;\n            padding: 2rem 0;\n            text-align: center;\n        }\n        \n        .footer-text {\n            font-size: 1.125rem;\n            font-weight: 500;\n            color: #1a1a1a;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n    <\/style>\n<\/head>\n<body>\n \n    <main>\n        <div class=\"container\">\n            <div class=\"tips-grid\">\n                <!-- Tip 1 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83c\udfe8<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 1<\/div>\n                            <h2 class=\"tip-title\">Where to stay? Choose according to your style<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        You have several options: all-inclusive resorts so you don&#8217;t have to worry about anything, traditional hotels in Playa del Carmen for a more local vibe, hostels for backpackers and vacation apartments if you travel in a group or for a longer stay.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 2 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83c\udf7d\ufe0f<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 2<\/div>\n                            <h2 class=\"tip-title\">Eating inside or outside the tourist area<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Fifth Avenue is the most famous area, but prices are usually high. If you go a little further away, you will find local restaurants with delicious and more affordable food. And remember: when they tell you &#8220;not spicy,&#8221; it will probably be a little spicy.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 3 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udcb0<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 3<\/div>\n                            <h2 class=\"tip-title\">Tipping: part of the culture<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        In restaurants and bars it is customary to leave between 10 and 15%. It&#8217;s not mandatory, but it is expected.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 4 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\ude97<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 4<\/div>\n                            <h2 class=\"tip-title\">Renting a car: freedom to explore<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Driving in the Riviera Maya is safe, the roads are in reasonable condition and it&#8217;s not hard to find your way, especially with a phone navigator. That said, check the agency contract, included insurance and the car&#8217;s condition before leaving. Rent a car for the freedom it gives you and the enjoyment of exploring at your own pace, not to save money: driving outside your country is not for everyone.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 5 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udec2<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 5<\/div>\n                            <h2 class=\"tip-title\">Passport: keep the original safe<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Don&#8217;t carry it with you all the time. It&#8217;s better to keep the passport in the hotel&#8217;s safe and carry a copy (printed or on your phone) for any simple procedure. If you add a copy of the Mexico entry stamp in your passport and your return ticket, you&#8217;re all set.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 6 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udcb5<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 6<\/div>\n                            <h2 class=\"tip-title\">Exchanging money: do it calmly<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Use Mexican pesos whenever you can. Exchanging at currency exchange offices is usually more profitable than at the airport. You can also withdraw from ATMs, but check your bank&#8217;s fees. Nowadays there are multi-currency cards especially useful for travel. Many places will accept US dollars but hardly any will accept euros. Don&#8217;t convert your euros to US dollars\u2014change euros directly here to Mexican pesos.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 7 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udcf1<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 7<\/div>\n                            <h2 class=\"tip-title\">Phone and internet<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Roaming can be very expensive; I recommend turning off mobile data so no app connects and downloads an update that could cost you. Take advantage of free Wi\u2011Fi in hotels and caf\u00e9s, or buy a local SIM card with data for your stay\u2014the main operators are Telcel, Movistar and Iusacell. There are also companies offering eSIMs that you can buy online to get phone and data service.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 8 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udd0c<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 8<\/div>\n                            <h2 class=\"tip-title\">Plugs and chargers<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        In Mexico flat (American) plugs are used with 110 V. If your devices are different, bring an adapter. A portable charger is always useful for long excursions.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 9 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udce6<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 9<\/div>\n                            <h2 class=\"tip-title\">Items you can bring<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Find out about limits on alcohol, tobacco or other personal goods. In general, you won&#8217;t have problems with personal items or basic travel gear. Regarding tobacco, only one carton may be brought into the country; if they find more, a fine is inevitable.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 10 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udc55<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 10<\/div>\n                            <h2 class=\"tip-title\">Spring\/summer clothing<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Pack light clothing, swimwear, repellent and biodegradable sunscreen. A rash guard or lightweight long-sleeve shirt can protect your skin if you&#8217;ll be doing sea or cenote excursions: many places don&#8217;t allow sunscreens unless they are biodegradable. In summer it&#8217;s hot and in winter it&#8217;s&#8230; less hot. A light jacket for a cooler night is usually enough.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 11 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83e\udded<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 11<\/div>\n                            <h2 class=\"tip-title\">Excursions: you&#8217;ll never run out<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        This place will captivate you with the variety of options it offers, and there&#8217;s an ideal one for you. At Tsukan Adventures we&#8217;re happy to help you find the trip of your dreams and can advise you based on your interests. If you decide to book excursions, we recommend avoiding the cheapest options: they often involve overcrowding, forced stops to buy souvenirs, and surprises about what&#8217;s included and what&#8217;s not.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 12 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udca7<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 12<\/div>\n                            <h2 class=\"tip-title\">Discover the cenotes<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Unmissable and a great opportunity to cool off while enjoying the views on many excursions. There are many different cenotes; some can be crowded at certain times and there are so many options that it&#8217;s not worth sacrificing the experience to visit a famous one. They&#8217;re all spectacular.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 13 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udc65<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 13<\/div>\n                            <h2 class=\"tip-title\">Get up early to avoid crowds<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Visiting Chich\u00e9n Itz\u00e1, Tulum or Cob\u00e1 early is the best way to enjoy them without crowds and under a gentler sun. Archaeological zones open at 8am and close at 5pm. Starting early is our top recommendation.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 14 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83c\udf0a<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 14<\/div>\n                            <h2 class=\"tip-title\">Sargassum seaweed<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Between May and October you may find sargassum on some Caribbean beaches. It doesn&#8217;t appear with the same intensity all the time: some weeks are calm and others have more presence. On social networks there are groups that update the situation daily so you can stay informed. If there is a lot at your hotel&#8217;s beach, don&#8217;t see it as a problem: the Riviera Maya has much more to offer. Use those days to take excursions to places it rarely reaches, like Holbox, Isla Mujeres or Cozumel.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 15 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\ude90<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 15<\/div>\n                            <h2 class=\"tip-title\">Traveling by colectivo: cheap and local<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Colectivos (shared vans) connect Playa del Carmen with Tulum or Canc\u00fan safely, cheaply and frequently. A good option if you don&#8217;t want to rent a car to move to nearby places, although be aware the colectivo will stop if there is space for you and will always drop you on the roadside. Places like Tulum, Akumal or some nearby cenotes are accessible by colectivo.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 16 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udcb3<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 16<\/div>\n                            <h2 class=\"tip-title\">Carry cash, but remember there are ATMs here too<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        It&#8217;s practical to carry small-denomination pesos, although many restaurants and shops accept card payments. If you withdraw money, choose ATMs inside bank branches and check the fee and exchange rate they will apply. We don&#8217;t recommend ATMs on Fifth Avenue as they usually have high fees, and never use an ATM offering USD\u2014fees are very high. Remember the Mexican peso symbol (MXN) is $ with a vertical stroke and can be confused with the US dollar; here you will mostly see USD as USD.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 17 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udee1\ufe0f<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 17<\/div>\n                            <h2 class=\"tip-title\">Basic safety<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        The Riviera Maya is safe, but use common sense: don&#8217;t leave valuables in plain sight, don&#8217;t show large amounts of cash in public and avoid walking alone in dark areas at night. If you rent a car, make your trips during the day when you&#8217;ll also feel more comfortable driving.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 18 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\ud83d\udca6<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 18<\/div>\n                            <h2 class=\"tip-title\">Stay hydrated all day<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Heat and humidity can take a toll. Drink water constantly, even if you&#8217;re not thirsty. Always drink bottled or purified water. Tap water isn&#8217;t potable, although you can safely brush your teeth with it.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 19 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\u2600\ufe0f<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 19<\/div>\n                            <h2 class=\"tip-title\">Take care of your skin<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        The Caribbean sun is strong. Use biodegradable sunscreen, a hat and sunglasses. Remember to reapply after swimming to protect yourself and the ecosystem.\n                    <\/p>\n                <\/article>\n\n                <!-- Tip 20 -->\n                <article class=\"tip-card\">\n                    <div class=\"tip-header\">\n                        <div class=\"tip-icon\">\u2764\ufe0f<\/div>\n                        <div class=\"tip-title-wrapper\">\n                            <div class=\"tip-number\">Tip 20<\/div>\n                            <h2 class=\"tip-title\">Respect the Mayan culture<\/h2>\n                        <\/div>\n                    <\/div>\n                    <p class=\"tip-content\">\n                        Maya communities still live in the region and maintain traditions; the Mayan language is spoken by more than 700,000 people. Be respectful at archaeological sites and in towns, support local artisans and enjoy their culture and hospitality with an open mind. Show interest in how they live and they will open their doors and hearts to you.\n                    <\/p>\n                <\/article>\n            <\/div>\n\n            <footer>\n                <p class=\"footer-text\">\n                    Traveling to the Riviera Maya is much more than a beach holiday: it&#8217;s an opportunity to discover a land full of history, nature and local life.\n                <\/p>\n            <\/footer>\n        <\/div>\n    <\/main>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Traveling to the Riviera Maya is one of those experiences that combines the best of the Caribbean: white-sand beaches, magical cenotes, Mayan ruins and an endless range of excursions. But to make the most of your trip, it helps to keep in mind some practical details that will make a difference. Here you will find [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":4415,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6583","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/pages\/6583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/comments?post=6583"}],"version-history":[{"count":3,"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/pages\/6583\/revisions"}],"predecessor-version":[{"id":6603,"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/pages\/6583\/revisions\/6603"}],"up":[{"embeddable":true,"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/pages\/4415"}],"wp:attachment":[{"href":"https:\/\/tsukandiving.com\/en\/wp-json\/wp\/v2\/media?parent=6583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}