{"id":3648,"date":"2022-05-15T23:00:00","date_gmt":"2022-05-15T23:00:00","guid":{"rendered":"https:\/\/senhorviagens.com\/?p=3648"},"modified":"2022-05-12T21:12:51","modified_gmt":"2022-05-12T21:12:51","slug":"viajar-para-a-coreia-do-sul","status":"publish","type":"post","link":"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/","title":{"rendered":"Traveling to South Korea: what you need and how much does it cost?"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2><a><\/a>Do you want to travel to South Korea? Check out our tips and go with everything prepared!<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"682\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar-1024x682.jpg\" alt=\"Seoul\" class=\"w-full object-cover object-center border mx-auto wp-image-3651\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar-1024x682.jpg 1024w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar-300x200.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar-768x512.jpg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar-150x100.jpg 150w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar.jpg 1327w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >After all, what is the country like? Source: AdobeStock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>First of all, South Korea has become an increasingly popular destination around the world. Whether due to the influence of social media or just the charm that its culture causes when living in the West, traveling to South Korea is already a growing desire.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Although the country is small, it is necessary to prepare a good itinerary to make the most of the trip. In other words, researching more about the regions and places to visit is essential for anyone planning to travel to South Korea. Therefore, we have brought some important tips and information for you to check before embarking. See below.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1wUgz6\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorviagens.com\/en\/melhores-sites-para-viajar-barato\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"TOP 5 best websites and apps for those who want to travel cheap and safe! \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/03\/AdobeStock_166146537-scaled.jpeg\" alt=\"Homem segurando porquinho e olhando mala\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorviagens.com\/en\/melhores-sites-para-viajar-barato\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"TOP 5 best websites and apps for those who want to travel cheap and safe! \">\n            TOP 5 best websites and apps for those who want to travel cheap and safe!         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            There are websites and apps that offer tourism services at unmissable value, just take advantage! Check out!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorviagens.com\/en\/melhores-sites-para-viajar-barato\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/en\/melhores-sites-para-viajar-barato\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/03\/AdobeStock_166146537-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                TOP 5 best websites and apps for those who want to travel bar\u2026              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/en\/melhores-sites-para-viajar-barato\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>What do you need to travel to South Korea?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"768\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-1024x768.jpeg\" alt=\"Casas t\u00edpicas coreanas\" class=\"w-full object-cover object-center border mx-auto wp-image-3652\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-1024x768.jpeg 1024w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-300x225.jpeg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-768x576.jpeg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-1536x1152.jpeg 1536w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-2048x1536.jpeg 2048w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_90219453-150x113.jpeg 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >So what do you need to travel? Source: AdobeStock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As with any international trip, it is necessary to pay attention to the documentation and entry requirements of each country. In this sense, it would be no different with South Korea, and it is necessary to prepare in advance to avoid any headaches during the tour.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>First, remember that the world is still facing the most serious remnants of the coronavirus pandemic. In other words, entry restrictions from most countries remain in force. Therefore, it is important to have good planning so that your documentation is in order when going through immigration.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, it is necessary to provide Travel Insurance with a minimum coverage of 23 thousand euros and which covers all expenses in the event of Covid-19 infection. In addition, tourists must also present a certificate of a valid vaccine in the country, with a dose administered at least 180 days before the visit.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>However, if the traveler has not taken the vaccine, they must undergo a 7-day quarantine as soon as they arrive in the country. Furthermore, all tourists still need to present the PCR test carried out at least 48 hours before departure, in addition to taking a new test as soon as they arrive. So, if you are thinking about traveling to South Korea, be prepared to meet all these requirements.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3><a><\/a>Do you need a visa to go to South Korea?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Although a visa was previously not required to travel to South Korea, the country is currently making this requirement for all travelers. In addition, it is also necessary to complete an Electronic Travel Authorization, the K-ETA, to enter the country. In fact, it is worth remembering that this document does not replace the visa!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In this sense, South Korea makes requirements for some specific trips. Therefore, check with the Consulate whether your trip falls within the rules established by the Korean government before embarking. Remember that you will not be authorized to enter the country if your situation is not regularized.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3><a><\/a>How many hours does it take to fly from Brazil to South Korea?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As soon as we decide to take an international trip, concerns about airport procedures and the flight itself soon arise. After all, in addition to the usual bureaucracy we face on occasions like this, longer plane trips tend to be more expensive and more tiring.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Well, as you can imagine, traveling to South Korea is not a short trip. So, be prepared so that you can fly in the most comfortable way possible, since Brazil and Korea are 17 thousand kilometers away from each other! In fact, it&#039;s worth remembering that there are no direct flights from Brazil to there, ok?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In other words, prepare to make connections and plan so that all aircraft exchanges happen in an organized and smooth manner. Departing from S\u00e3o Paulo, flights to South Korea last between 26 and 30 hours, depending on how many stops you make. So, you need to have patience and resilience to get there!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2><a><\/a>How much does a trip to South Korea cost?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"682\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-1024x682.jpeg\" alt=\"Busan\" class=\"w-full object-cover object-center border mx-auto wp-image-3653\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-1024x682.jpeg 1024w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-300x200.jpeg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-768x512.jpeg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-1536x1023.jpeg 1536w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-2048x1364.jpeg 2048w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_294032123-150x100.jpeg 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >But, and how much does it cost? Source: AdobeStock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>First of all, in a travel budget we need to take into account the traveler&#039;s profile. That&#039;s right, if you want to travel to South Korea or any other destination, think about the type of trip you&#039;re interested in taking. For example, do you want to stay in luxury hotels? Or maybe a small hostel would suffice?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Plus, of course, we have airline tickets. In this sense, it&#039;s no secret that the further away your destination is, the more expensive you&#039;ll pay to get there. To South Korea, for example, the cost of the flight tends to vary between R$7,000.00 and more than R$16,000.00. Everything will depend on comfort and the number of hours to get to Seoul.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, if you don&#039;t want to spend a lot, you can find hostels with shared rooms for around R$30.00 per person per day. However, if you prefer to stay in a simpler hotel, you can find excellent options for R$170 per night for one person. In other words, the values depend entirely on your profile.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2><a><\/a>What to do there?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you are planning to travel to South Korea and want tips on places to visit and things to do there, we will help you. In fact, it&#039;s not just in the capital, Seoul, that you can find interesting activities. In this sense, there are places nearby that you can enjoy to spend the day, without needing to change hotels. See some options below.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Seoul<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Well, the capital of South Korea is the main place that tourists visit. So, you can take advantage and start your trip there. Although the city is quite busy, it is a very safe place for travelers and offers a lively nightlife for those who enjoy it too.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Additionally, you can enjoy tourist attractions such as Gyeongbokgung Palace. Its name literally means \u201cgreatly blessed by heaven\u201d and it has been destroyed and rebuilt several times during the dynasties. Furthermore, you can also enjoy shopping in Insadong, or visit an indoor amusement park, Lotte World. Anyway, there will be no shortage of options!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Busan<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In addition to the capital, Seoul, visiting the port city of Busan can also be a good option for anyone traveling to South Korea. In this sense, the coastal city is home to several beaches and also an aquarium with marine life full of interesting attractions. In fact, this destination has become increasingly popular among tourists.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Busan also has a lot of history and you can enjoy visiting ancient temples and learning even more about the country&#039;s culture. In fact, a good option is the Temple of Beomeosa, a building built by Buddhists located at the foot of the mountain. In other words, the view is breathtaking!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Gyeongju<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Another incredible option that is close to the city of Busan, Gyeongju is the ideal place for those who want to truly come into contact with the history and culture of the Korean people. In fact, the city has very well-preserved buildings, with beautiful historical monuments that will certainly be worth the visit.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, you can also take the opportunity to visit the tomb of the great Korean kings, located in the Daereungwon Tomb complex. Furthermore, the city is famous for its restaurants with wonderful typical food, and you can&#039;t miss out on Korean cuisine if you&#039;re traveling to South Korea, right?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>And how about taking advantage of your flight stops to discover other incredible places in Europe? So, if you like history and different cultures, you can include different countries from the old continent and make a complete trip! Therefore, check out some tips below for 8 cheap countries that you can take the opportunity to visit when traveling to South Korea!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1sWy0k\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorviagens.com\/en\/paises-baratos-para-viajar-pela-europa\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"TOP 8 cheapest countries to travel in Europe! \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/11\/Capturar-1.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorviagens.com\/en\/paises-baratos-para-viajar-pela-europa\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"TOP 8 cheapest countries to travel in Europe! \">\n            TOP 8 cheapest countries to travel in Europe!         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Did you know that it is possible to travel on a budget in some European countries? So check out our list of 8 countries you can travel to cheaply!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorviagens.com\/en\/paises-baratos-para-viajar-pela-europa\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/en\/paises-baratos-para-viajar-pela-europa\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/11\/Capturar-1.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                TOP 8 cheapest countries to travel in Europe!              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/en\/paises-baratos-para-viajar-pela-europa\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Although it is not very popular with Westerners, South Korea is increasingly desired by tourists. See here how to enjoy this country full of history and culture that will give you a surprising trip!<\/p>","protected":false},"author":6,"featured_media":3649,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,5],"tags":[649,29,2,671],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa? - Senhor Viagens<\/title>\n<meta name=\"description\" content=\"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa?\" \/>\n<meta property=\"og:description\" content=\"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Viagens\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-15T23:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-12T21:12:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1704\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sam.scorbaioli@gmail.com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Samantha Scorbaioli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorviagens.com\/#website\",\"url\":\"https:\/\/senhorviagens.com\/\",\"name\":\"Senhor Viagens\",\"description\":\"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorviagens.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#primaryimage\",\"url\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg\",\"contentUrl\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg\",\"width\":2560,\"height\":1704,\"caption\":\"Fonte: AdobeStock.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#webpage\",\"url\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/\",\"name\":\"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa? - Senhor Viagens\",\"isPartOf\":{\"@id\":\"https:\/\/senhorviagens.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#primaryimage\"},\"datePublished\":\"2022-05-15T23:00:00+00:00\",\"dateModified\":\"2022-05-12T21:12:51+00:00\",\"author\":{\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\"},\"description\":\"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!\",\"breadcrumb\":{\"@id\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorviagens.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa?\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\",\"name\":\"Samantha Scorbaioli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"caption\":\"Samantha Scorbaioli\"},\"description\":\"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.\",\"sameAs\":[\"https:\/\/twitter.com\/sam.scorbaioli@gmail.com\"],\"url\":\"https:\/\/senhorviagens.com\/en\/author\/sam-scorbaioligmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa? - Senhor Viagens","description":"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!","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:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/","og_locale":"en_US","og_type":"article","og_title":"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa?","og_description":"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!","og_url":"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/","og_site_name":"Senhor Viagens","article_published_time":"2022-05-15T23:00:00+00:00","article_modified_time":"2022-05-12T21:12:51+00:00","og_image":[{"width":2560,"height":1704,"url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_creator":"@sam.scorbaioli@gmail.com","twitter_misc":{"Written by":"Samantha Scorbaioli","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/senhorviagens.com\/#website","url":"https:\/\/senhorviagens.com\/","name":"Senhor Viagens","description":"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorviagens.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#primaryimage","url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg","contentUrl":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/AdobeStock_1248660-scaled.jpeg","width":2560,"height":1704,"caption":"Fonte: AdobeStock."},{"@type":"WebPage","@id":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#webpage","url":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/","name":"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa? - Senhor Viagens","isPartOf":{"@id":"https:\/\/senhorviagens.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#primaryimage"},"datePublished":"2022-05-15T23:00:00+00:00","dateModified":"2022-05-12T21:12:51+00:00","author":{"@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc"},"description":"Se voc\u00ea est\u00e1 planejando viajar para a Coreia do Sul, confira aqui dicas de passeios imperd\u00edveis, visto, tempo de voo e mais. Boa viagem!","breadcrumb":{"@id":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/senhorviagens.com\/viajar-para-a-coreia-do-sul\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorviagens.com\/"},{"@type":"ListItem","position":2,"name":"Viajar para a Cor\u00e9ia do Sul: o que precisa e quanto custa?"}]},{"@type":"Person","@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc","name":"Samantha Scorbaioli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","caption":"Samantha Scorbaioli"},"description":"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.","sameAs":["https:\/\/twitter.com\/sam.scorbaioli@gmail.com"],"url":"https:\/\/senhorviagens.com\/en\/author\/sam-scorbaioligmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts\/3648"}],"collection":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/comments?post=3648"}],"version-history":[{"count":0,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts\/3648\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/media\/3649"}],"wp:attachment":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/media?parent=3648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/categories?post=3648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/tags?post=3648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}