{"id":5998,"date":"2025-07-08T20:57:51","date_gmt":"2025-07-09T00:57:51","guid":{"rendered":"https:\/\/drsoelwin.laymandhamma.com\/?p=5998"},"modified":"2025-07-08T22:24:31","modified_gmt":"2025-07-09T02:24:31","slug":"the-purpose-and-basic-principles-of-meditation","status":"publish","type":"post","link":"https:\/\/drsoelwin.laymandhamma.com\/en\/the-purpose-and-basic-principles-of-meditation\/","title":{"rendered":"The Purpose and Basic Principles of Meditation"},"content":{"rendered":"<!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>A Practical Guide to Vipassan\u0101 Meditation: Chapter 1<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Serene Dawn -->\n    <!-- Application Structure Plan: The SPA is designed as a single, scrollable page with five distinct, thematic sections. This top-down structure logically follows the source material, starting with the \"why\" (the goal), moving to the \"how\" (the path and its components), then to deeper principles (levels of truth), and finally to a key practical concept (support vs. essential). This flow was chosen to guide the user from foundational purpose to practical application, making the dense concepts digestible. Interactive elements like clickable cards and tabs are used not just for engagement, but to allow users to control the depth of information they receive at any one time, preventing overwhelm and enhancing comprehension. -->\n    <!-- Visualization & Content Choices: \n        - The Four Noble Truths (Goal: Inform\/Explore): Interactive cards were chosen over a static list. Interaction: Clicking a card reveals the Pali term and full description. Justification: This encourages active participation and breaks the information into manageable chunks. Library: HTML\/CSS + JS.\n        - Noble Eightfold Path & Three Trainings (Goal: Organize\/Relate): A responsive flexbox\/grid layout is used to create a clear diagram. Interaction: Clicking a path factor highlights it and reveals its details. Justification: This visually groups the 8 factors under the 3 trainings, making their relationship explicit and easier to understand than a simple list. It's superior to a chart, which might imply quantitative data. Library: HTML\/CSS + JS.\n        - Progressive Levels of Truth (Goal: Compare\/Contrast): A tab-based interface presents the three levels of truth. Interaction: Clicking a tab switches the visible content. Justification: Tabs are a standard, intuitive UI pattern for comparing distinct but related categories of information side-by-side. Library: HTML\/CSS + JS.\n        - Support vs. Essential (Goal: Compare\/Clarify): A clear, two-column layout. Interaction: Static visual comparison. Justification: This core practical concept benefits from a direct, unambiguous visual juxtaposition to emphasize the distinction. Library: HTML\/CSS.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #F8F7F4; \/* Warm off-white *\/\n            color: #3D4451; \/* Dark slate gray *\/\n        }\n        .card {\n            background-color: #FFFFFF;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n        }\n        .section-title {\n            color: #3D4451; \/* Dark slate gray *\/\n        }\n        .accent-color {\n            color: #8A6E51; \/* Muted Taupe *\/\n        }\n        .accent-bg {\n            background-color: #8A6E51; \/* Muted Taupe *\/\n        }\n        .highlight-bg {\n            background-color: #EAE3D9; \/* Light Taupe *\/\n        }\n        .tab.active {\n            border-color: #8A6E51;\n            color: #8A6E51;\n            background-color: #FFFFFF;\n        }\n        .path-factor.active {\n            background-color: #EAE3D9;\n            border-left-color: #8A6E51;\n        }\n        .details {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease-out, padding 0.5s ease-out;\n        }\n        .details.open {\n            max-height: 500px; \n            padding-top: 1rem;\n            padding-bottom: 1rem;\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Header -->\n    <header class=\"text-center py-12 md:py-20 bg-white\">\n        <div class=\"container mx-auto px-6\">\n            <h1 class=\"text-4xl md:text-5xl font-bold section-title tracking-tight\">The Purpose and Basic Principles of Meditation<\/h1>\n            <p class=\"mt-4 text-lg md:text-xl text-gray-600 max-w-3xl mx-auto\">An interactive exploration of the foundational principles of Vipassan\u0101, based on the teachings of Dr. Soe Lwin (Mandalay).<\/p>\n        <\/div>\n    <\/header>\n\n    <main class=\"container mx-auto px-6 py-12 md:py-16\">\n\n        <!-- Section 1: The Ultimate Goal -->\n        <section id=\"goal\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Ultimate Goal<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">The journey of meditation begins with a clear destination. The primary purpose is liberation from the cycle of suffering (*sa\u1e43s\u0101ra*) by realizing the Four Noble Truths for oneself. Click on each truth to learn more.<\/p>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\n                <!-- Four Noble Truths Cards -->\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer text-center\" onclick=\"toggleDetails('truth1')\">\n                    <h3 class=\"font-bold text-xl mb-2\">1. The Truth of Suffering<\/h3>\n                    <div id=\"truth1\" class=\"details text-left\">\n                        <p class=\"font-semibold accent-color\">Dukkha Sacca<\/p>\n                        <p class=\"text-gray-600\">Recognizing that life inherently contains suffering, dissatisfaction, and stress.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer text-center\" onclick=\"toggleDetails('truth2')\">\n                    <h3 class=\"font-bold text-xl mb-2\">2. The Truth of the Cause<\/h3>\n                    <div id=\"truth2\" class=\"details text-left\">\n                        <p class=\"font-semibold accent-color\">Samudaya Sacca<\/p>\n                        <p class=\"text-gray-600\">Understanding that suffering arises from craving.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer text-center\" onclick=\"toggleDetails('truth3')\">\n                    <h3 class=\"font-bold text-xl mb-2\">3. The Truth of Cessation<\/h3>\n                    <div id=\"truth3\" class=\"details text-left\">\n                        <p class=\"font-semibold accent-color\">Nirodha Sacca<\/p>\n                        <p class=\"text-gray-600\">Realizing that suffering can cease by eliminating its causes. This cessation is Nibb\u0101na.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer text-center\" onclick=\"toggleDetails('truth4')\">\n                    <h3 class=\"font-bold text-xl mb-2\">4. The Truth of the Path<\/h3>\n                    <div id=\"truth4\" class=\"details text-left\">\n                        <p class=\"font-semibold accent-color\">Magga Sacca<\/p>\n                        <p class=\"text-gray-600\">Following the Noble Eightfold Path to achieve the cessation of suffering.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 2: The Noble Eightfold Path -->\n        <section id=\"path\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Path to Liberation<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">The Noble Eightfold Path is the practical roadmap to liberation. It is not a linear sequence, but a set of eight interconnected factors that are developed together, grouped into three essential trainings. Click a factor to see its description.<\/p>\n            <div class=\"bg-white rounded-lg shadow-lg p-6 md:p-8\">\n                <div class=\"flex flex-col md:flex-row md:space-x-8\">\n                    <!-- Three Trainings -->\n                    <div class=\"w-full md:w-1\/3 mb-8 md:mb-0\">\n                        <h3 class=\"font-bold text-xl mb-4 accent-color border-b-2 border-gray-200 pb-2\">Wisdom (Pa\u00f1\u00f1\u0101)<\/h3>\n                        <div id=\"path-group-wisdom\" class=\"space-y-3\"><\/div>\n                    <\/div>\n                    <div class=\"w-full md:w-1\/3 mb-8 md:mb-0\">\n                        <h3 class=\"font-bold text-xl mb-4 accent-color border-b-2 border-gray-200 pb-2\">Ethical Conduct (S\u012bla)<\/h3>\n                        <div id=\"path-group-sila\" class=\"space-y-3\"><\/div>\n                    <\/div>\n                    <div class=\"w-full md:w-1\/3\">\n                        <h3 class=\"font-bold text-xl mb-4 accent-color border-b-2 border-gray-200 pb-2\">Mental Discipline (Sam\u0101dhi)<\/h3>\n                        <div id=\"path-group-samadhi\" class=\"space-y-3\"><\/div>\n                    <\/div>\n                <\/div>\n                <div id=\"path-details-display\" class=\"mt-8 p-6 highlight-bg rounded-lg text-gray-700 min-h-[80px] flex items-center justify-center\">\n                    <p>Select a path factor above to learn more.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 3: Progressive Levels of Truth -->\n        <section id=\"truth-levels\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">Progressive Levels of Truth<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">The practice of meditation is a journey of refining perception, moving from the surface level of reality to its deepest nature. Select a level to understand its meaning.<\/p>\n            <div class=\"bg-white rounded-lg shadow-lg\">\n                <div class=\"flex border-b border-gray-200\">\n                    <button class=\"tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent active\" onclick=\"showTab('truth', 'conventional')\">Conventional Truth<\/button>\n                    <button class=\"tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent\" onclick=\"showTab('truth', 'ultimate')\">Ultimate Truth<\/button>\n                    <button class=\"tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent\" onclick=\"showTab('truth', 'noble')\">Noble Truth<\/button>\n                <\/div>\n                <div class=\"p-8\">\n                    <div id=\"truth-conventional\" class=\"tab-content\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Conventional Truth (Samuti Sacca)<\/h3>\n                        <p class=\"text-gray-700\">This is the world of concepts, names, and labels we use for communication (e.g., &#8220; man,&#8221;  &#8220; woman,&#8221;  &#8220; chair&#8221; ). It is truth based on social agreement and is essential for daily life. It corresponds to the training in <span class=\"font-semibold\">Morality (S\u012bla)<\/span>.<\/p>\n                    <\/div>\n                    <div id=\"truth-ultimate\" class=\"tab-content hidden\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Ultimate Truth (Paramattha Sacca)<\/h3>\n                        <p class=\"text-gray-700\">This is the reality perceived through wisdom, where &#8220; persons&#8221;  and &#8220; things&#8221;  are seen as merely collections of constantly changing mental (*n\u0101ma*) and physical (*r\u016bpa*) phenomena. This deeper truth corresponds to the trainings in <span class=\"font-semibold\">Concentration (Sam\u0101dhi)<\/span> and <span class=\"font-semibold\">Wisdom (Pa\u00f1\u00f1\u0101)<\/span>.<\/p>\n                    <\/div>\n                    <div id=\"truth-noble\" class=\"tab-content hidden\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Noble Truth (Ariya Sacca)<\/h3>\n                        <p class=\"text-gray-700\">This is the highest level of truth\u2014the direct, experiential realization of the Four Noble Truths. It is the culmination of the path and leads to liberation. It represents the full development of <span class=\"font-semibold\">Wisdom (Pa\u00f1\u00f1\u0101)<\/span>.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 4: Support vs Essential -->\n        <section id=\"support-essential\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Support and The Essential<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">A crucial principle in practice is distinguishing between the object of meditation and the mental qualities we are cultivating. Confusing the two can hinder progress.<\/p>\n            <div class=\"bg-white rounded-lg shadow-lg overflow-hidden\">\n                <div class=\"grid grid-cols-1 md:grid-cols-2\">\n                    <div class=\"p-8\">\n                        <h3 class=\"font-bold text-2xl mb-4 accent-color\">The Support (\u0100ramma\u1e47a)<\/h3>\n                        <p class=\"mb-4 text-gray-700\">These are the meditation objects we use to anchor the mind. They are the means, not the end goal.<\/p>\n                        <ul class=\"list-disc list-inside text-gray-600 space-y-2\">\n                            <li>The sensation of the in-and-out breath<\/li>\n                            <li>Rising and falling of the abdomen<\/li>\n                            <li>Bodily sensations (touch, pain, pressure)<\/li>\n                            <li>Sounds, sights, or thoughts<\/li>\n                        <\/ul>\n                        <p class=\"mt-4 text-sm italic text-gray-500\">Analogy: The support is like a pole vaulter&#8217;s pole\u2014a necessary tool to clear the bar, but not the objective itself.<\/p>\n                    <\/div>\n                    <div class=\"p-8 highlight-bg\">\n                        <h3 class=\"font-bold text-2xl mb-4 accent-color\">The Essential (Magga\u1e45ga)<\/h3>\n                        <p class=\"mb-4 text-gray-700\">These are the wholesome mental qualities we are truly cultivating. This is the heart of the practice.<\/p>\n                        <ul class=\"list-disc list-inside text-gray-600 space-y-2\">\n                            <li><strong>Mindfulness (sati):<\/strong> The quality of being aware.<\/li>\n                            <li><strong>Effort (viriya):<\/strong> The energy to sustain awareness.<\/li>\n                            <li><strong>Concentration (sam\u0101dhi):<\/strong> The stability of the mind.<\/li>\n                            <li><strong>Wisdom (pa\u00f1\u00f1\u0101):<\/strong> The insight into reality.<\/li>\n                        <\/ul>\n                         <p class=\"mt-4 text-sm italic text-gray-500\">Analogy: The essential is the vaulter&#8217;s skill, strength, and technique used to clear the bar.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <footer class=\"bg-white border-t border-gray-200\">\n        <div class=\"container mx-auto px-6 py-8 text-center text-gray-500\">\n            <p>This interactive guide is based on Chapter One of &#8220; A Practical Guide to Vipassan\u0101 Meditation&#8221;  by Dr. Soe Lwin (Mandalay).<\/p>\n            <p class=\"text-sm mt-2\">Designed to foster understanding and encourage practice.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        function toggleDetails(id) {\n            const element = document.getElementById(id);\n            element.classList.toggle('open');\n            const card = element.parentElement;\n            if(element.classList.contains('open')) {\n                card.classList.add('highlight-bg');\n            } else {\n                card.classList.remove('highlight-bg');\n            }\n        }\n\n        const pathData = [\n            { name: \"Right View\", group: \"wisdom\", pali: \"Samm\u0101 Di\u1e6d\u1e6dhi\", desc: \"Correctly understanding kamma, mind-matter, cause and effect, and the Four Noble Truths.\" },\n            { name: \"Right Thought\", group: \"wisdom\", pali: \"Samm\u0101 Sa\u1e45kappa\", desc: \"Cultivating thoughts of renunciation, goodwill, and harmlessness.\" },\n            { name: \"Right Speech\", group: \"sila\", pali: \"Samm\u0101 V\u0101c\u0101\", desc: \"Abstaining from lying, divisive speech, harsh speech, and useless chatter.\" },\n            { name: \"Right Action\", group: \"sila\", pali: \"Samm\u0101 Kammanta\", desc: \"Abstaining from killing, stealing, and sexual misconduct.\" },\n            { name: \"Right Livelihood\", group: \"sila\", pali: \"Samm\u0101 \u0100j\u012bva\", desc: \"Avoiding livelihoods that cause harm to oneself or others.\" },\n            { name: \"Right Effort\", group: \"samadhi\", pali: \"Samm\u0101 V\u0101y\u0101ma\", desc: \"Striving to abandon the unwholesome and cultivate the wholesome.\" },\n            { name: \"Right Mindfulness\", group: \"samadhi\", pali: \"Samm\u0101 Sati\", desc: \"Maintaining continuous mindfulness on body, feelings, mind, and mental objects.\" },\n            { name: \"Right Concentration\", group: \"samadhi\", pali: \"Samm\u0101 Sam\u0101dhi\", desc: \"Calming the mind and keeping it fixed on a single object.\" },\n        ];\n\n        const pathDetailsDisplay = document.getElementById('path-details-display');\n\n        pathData.forEach((factor, index) => {\n            const container = document.getElementById(`path-group-${factor.group}`);\n            const factorEl = document.createElement('div');\n            factorEl.className = 'path-factor p-3 rounded-md cursor-pointer border-l-4 border-transparent hover:bg-gray-100 transition-colors';\n            factorEl.textContent = factor.name;\n            factorEl.onclick = () => showPathDetails(index);\n            container.appendChild(factorEl);\n        });\n\n        function showPathDetails(index) {\n            document.querySelectorAll('.path-factor').forEach(el => el.classList.remove('active'));\n            document.querySelectorAll('.path-factor')[index].classList.add('active');\n\n            const factor = pathData[index];\n            pathDetailsDisplay.innerHTML = `\n                <div class=\"text-left w-full\">\n                    <p class=\"font-bold text-lg\">${factor.name} <span class=\"text-base font-normal accent-color\">(${factor.pali})<\/span><\/p>\n                    <p class=\"mt-1\">${factor.desc}<\/p>\n                <\/div>\n            `;\n        }\n\n        function showTab(prefix, tabId) {\n            const contentElements = document.querySelectorAll(`.${prefix}-content`);\n            contentElements.forEach(el => el.classList.add('hidden'));\n            document.getElementById(`${prefix}-${tabId}`).classList.remove('hidden');\n\n            const tabElements = document.querySelectorAll(`.${prefix}`);\n            tabElements.forEach(el => el.classList.remove('active'));\n            event.currentTarget.classList.add('active');\n        }\n\n        \/\/ Initialize the first tab as active for the 'truth' section\n        document.addEventListener('DOMContentLoaded', () => {\n             const firstTab = document.querySelector('.tab');\n             if(firstTab) {\n                 firstTab.classList.add('active');\n             }\n        });\n\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>A Practical Guide to Vipassan\u0101 Meditation: Chapter 1 The Purpose and Basic Principles of Meditation An interactive exploration of the foundational principles of Vipassan\u0101, based on the teachings of Dr. Soe Lwin (Mandalay). The Ultimate Goal The journey of meditation begins with a clear destination. The primary purpose is liberation from the cycle of suffering [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[24],"tags":[],"class_list":["post-5998","post","type-post","status-publish","format-standard","hentry","category-interactive-dhamma-teachings"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/5998","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/comments?post=5998"}],"version-history":[{"count":1,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/5998\/revisions"}],"predecessor-version":[{"id":6000,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/5998\/revisions\/6000"}],"wp:attachment":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/media?parent=5998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/categories?post=5998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/tags?post=5998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}