{"id":2461,"date":"2025-08-25T13:53:58","date_gmt":"2025-08-25T06:53:58","guid":{"rendered":"https:\/\/cb.ax\/blog\/?page_id=2461"},"modified":"2025-08-25T16:10:22","modified_gmt":"2025-08-25T09:10:22","slug":"tax-calculator","status":"publish","type":"page","link":"https:\/\/cb.ax\/blog\/tax-calculator\/","title":{"rendered":"TAX Calculator"},"content":{"rendered":"\n<!-- \u0e27\u0e32\u0e07\u0e42\u0e04\u0e49\u0e14\u0e19\u0e35\u0e49\u0e43\u0e19 HTML Block \u0e02\u0e2d\u0e07 WordPress -->\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.11.0\/font\/bootstrap-icons.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  body {\n    font-family: 'Kanit', sans-serif;\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n  }\n  .main-container {\n    background: rgba(255,255,255,0.95);\n    backdrop-filter: blur(10px);\n    border-radius: 20px;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n    overflow: hidden;\n    animation: fadeInUp 0.6s ease-out;\n  }\n  .header-section {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: #fff;\n    padding: 2rem;\n    text-align: center;\n  }\n  .calculation-card {\n    border: none;\n    border-radius: 15px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n    transition: transform 0.3s, box-shadow 0.3s;\n  }\n  .calculation-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n  }\n  .card-header-custom {\n    background: linear-gradient(45deg, #667eea, #764ba2);\n    color: #fff;\n    border-radius: 15px 15px 0 0 !important;\n    padding: 1.5rem;\n  }\n  .form-control, .form-select {\n    border: 2px solid #e9ecef;\n    border-radius: 10px;\n    padding: 0.75rem 1rem;\n    font-size: 1.1rem;\n    transition: all 0.3s ease;\n  }\n  .form-control:focus, .form-select:focus {\n    border-color: #667eea;\n    box-shadow: 0 0 0 0.25rem rgba(102,126,234,0.15);\n    transform: translateY(-2px);\n  }\n  .result-section {\n    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n    border-radius: 15px;\n    padding: 2rem;\n    margin-top: 2rem;\n  }\n  .result-card {\n    background: #fff;\n    border-radius: 12px;\n    padding: 1.5rem;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    margin-bottom: 1rem;\n  }\n  .total-amount {\n    background: linear-gradient(135deg, #28a745, #20c997);\n    color: #fff;\n    border-radius: 12px;\n    padding: 2rem;\n    text-align: center;\n  }\n  .amount-display {\n    font-family: 'Courier New', monospace;\n    font-weight: bold;\n  }\n  .formula-box {\n    background: linear-gradient(135deg, #e3f2fd, #bbdefb);\n    border-left: 4px solid #2196f3;\n    border-radius: 8px;\n    padding: 1rem;\n    margin-top: 1rem;\n  }\n  .icon-badge {\n    background: rgba(102,126,234,0.1);\n    color: #667eea;\n    border-radius: 50%;\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-right: 0.75rem;\n  }\n  @keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @media (max-width: 768px) {\n    .header-section { padding: 1.5rem; }\n    .result-section { padding: 1.5rem; }\n  }\n<\/style>\n\n<div class=\"container-fluid my-4\">\n  <div class=\"row justify-content-center\">\n    <div class=\"col-12 col-xl-10\">\n      <div class=\"main-container\">\n        <!-- Header -->\n        <div class=\"header-section\">\n          <h1 class=\"display-5 fw-bold mb-3\">\n            <i class=\"bi bi-calculator\"><\/i> \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e04\u0e33\u0e19\u0e27\u0e13\u0e20\u0e32\u0e29\u0e35\n          <\/h1>\n          <p class=\"lead mb-0\">\u0e04\u0e33\u0e19\u0e27\u0e13 VAT \u0e41\u0e25\u0e30\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22 \u0e41\u0e1a\u0e1a\u0e2a\u0e2d\u0e07\u0e17\u0e32\u0e07<\/p>\n        <\/div>\n\n        <div class=\"p-4\">\n          <div class=\"row g-4\">\n            <!-- \u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e10\u0e32\u0e19 -->\n            <div class=\"col-md-6\">\n              <div class=\"calculation-card card h-100\">\n                <div class=\"card-header-custom d-flex align-items-center\">\n                  <div class=\"icon-badge bg-white\">\n                    <i class=\"bi bi-arrow-right-circle text-primary\"><\/i>\n                  <\/div>\n                  <div>\n                    <h4 class=\"mb-1\">\u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35<\/h4>\n                    <small class=\"opacity-75\">\u0e01\u0e23\u0e2d\u0e01\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e32\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34<\/small>\n                  <\/div>\n                <\/div>\n                <div class=\"card-body p-4\">\n                  <div class=\"mb-4\">\n                    <label class=\"form-label d-flex align-items-center\">\n                      <i class=\"bi bi-currency-dollar text-primary me-2\"><\/i> \u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 (\u0e1a\u0e32\u0e17):\n                    <\/label>\n                    <input type=\"number\" id=\"baseAmount\" class=\"form-control form-control-lg\" value=\"0\" min=\"0\" step=\"0.01\" placeholder=\"0.00\">\n                  <\/div>\n                  <div class=\"mb-4\">\n                    <label class=\"form-label d-flex align-items-center\">\n                      <i class=\"bi bi-percent text-success me-2\"><\/i> \u0e2d\u0e31\u0e15\u0e23\u0e32 VAT (%):\n                    <\/label>\n                    <select id=\"vatRate\" class=\"form-select form-select-lg\">\n                      <option value=\"0\">0% (\u0e44\u0e21\u0e48\u0e21\u0e35 VAT)<\/option>\n                      <option value=\"1\">1%<\/option>\n                      <option value=\"2\">2%<\/option>\n                      <option value=\"3\">3%<\/option>\n                      <option value=\"4\">4%<\/option>\n                      <option value=\"5\">5%<\/option>\n                      <option value=\"6\">6%<\/option>\n                      <option value=\"7\" selected>7% (\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19)<\/option>\n                      <option value=\"8\">8%<\/option>\n                      <option value=\"9\">9%<\/option>\n                      <option value=\"10\">10%<\/option>\n                    <\/select>\n                  <\/div>\n                  <div class=\"mb-0\">\n                    <label class=\"form-label d-flex align-items-center\">\n                      <i class=\"bi bi-dash-circle text-danger me-2\"><\/i> \u0e2d\u0e31\u0e15\u0e23\u0e32\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22 (%):\n                    <\/label>\n                    <input type=\"number\" id=\"whtRate\" class=\"form-control form-control-lg\" value=\"0\" min=\"0\" max=\"10\" step=\"0.1\" placeholder=\"0.0\">\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n            <!-- \u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 -->\n            <div class=\"col-md-6\">\n              <div class=\"calculation-card card h-100\">\n                <div class=\"card-header-custom d-flex align-items-center\">\n                  <div class=\"icon-badge bg-white\">\n                    <i class=\"bi bi-arrow-left-circle text-primary\"><\/i>\n                  <\/div>\n                  <div>\n                    <h4 class=\"mb-1\">\u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34<\/h4>\n                    <small class=\"opacity-75\">\u0e01\u0e23\u0e2d\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e32\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35<\/small>\n                  <\/div>\n                <\/div>\n                <div class=\"card-body p-4 d-flex flex-column\">\n                  <div class=\"mb-4 flex-grow-1 d-flex flex-column justify-content-center\">\n                    <label class=\"form-label d-flex align-items-center\">\n                      <i class=\"bi bi-wallet2 text-success me-2\"><\/i> \u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19\u0e2a\u0e38\u0e17\u0e18\u0e34 (\u0e1a\u0e32\u0e17):\n                    <\/label>\n                    <input type=\"number\" id=\"totalAmount\" class=\"form-control form-control-lg\" value=\"0\" min=\"0\" step=\"0.01\" placeholder=\"0.00\">\n                    <small class=\"text-muted mt-2\">\n                      <i class=\"bi bi-info-circle me-1\"><\/i>\n                      \u0e43\u0e2a\u0e48\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e33\u0e19\u0e27\u0e13\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35\u0e22\u0e49\u0e2d\u0e19\u0e01\u0e25\u0e31\u0e1a\n                    <\/small>\n                  <\/div>\n                  <div class=\"alert alert-info d-flex align-items-center mb-0\">\n                    <i class=\"bi bi-lightbulb me-2\"><\/i>\n                    <div class=\"small\">\n                      <strong>\u0e40\u0e04\u0e25\u0e47\u0e14\u0e25\u0e31\u0e1a:<\/strong> \u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e0a\u0e48\u0e2d\u0e07\u0e43\u0e14\u0e0a\u0e48\u0e2d\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07 \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e08\u0e30\u0e04\u0e33\u0e19\u0e27\u0e13\u0e2d\u0e35\u0e01\u0e1d\u0e31\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- \u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c -->\n          <div class=\"result-section\">\n            <div class=\"text-center mb-4\">\n              <h3 class=\"fw-bold text-dark\">\n                <i class=\"bi bi-clipboard-data me-2\"><\/i> \u0e2a\u0e23\u0e38\u0e1b\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\n              <\/h3>\n            <\/div>\n            <div class=\"row g-4\">\n              <div class=\"col-lg-7\">\n                <div class=\"result-card\">\n                  <h5 class=\"fw-bold text-dark mb-3 d-flex align-items-center\">\n                    <i class=\"bi bi-list-check text-primary me-2\"><\/i> \u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\n                  <\/h5>\n                  <div class=\"row g-3\">\n                    <div class=\"col-12\">\n                      <div class=\"d-flex justify-content-between align-items-center py-2 border-bottom\">\n                        <span class=\"text-muted\">\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35:<\/span>\n                        <span id=\"displayBase\" class=\"amount-display h5 text-primary mb-0\">0.00 \u0e1a\u0e32\u0e17<\/span>\n                      <\/div>\n                    <\/div>\n                    <div class=\"col-12\">\n                      <div class=\"d-flex justify-content-between align-items-center py-2 border-bottom\">\n                        <span class=\"text-muted\">VAT (<span id=\"displayVatPercent\">7<\/span>%):<\/span>\n                        <span id=\"displayVat\" class=\"amount-display h5 text-success mb-0\">+0.00 \u0e1a\u0e32\u0e17<\/span>\n                      <\/div>\n                    <\/div>\n                    <div class=\"col-12\">\n                      <div class=\"d-flex justify-content-between align-items-center py-2 border-bottom\">\n                        <span class=\"text-muted\">\u0e23\u0e32\u0e04\u0e32\u0e23\u0e27\u0e21 VAT:<\/span>\n                        <span id=\"displayWithVat\" class=\"amount-display h5 text-success mb-0\">0.00 \u0e1a\u0e32\u0e17<\/span>\n                      <\/div>\n                    <\/div>\n                    <div class=\"col-12\">\n                      <div class=\"d-flex justify-content-between align-items-center py-2\">\n                        <span class=\"text-muted\">\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22 (<span id=\"displayWhtPercent\">0<\/span>%):<\/span>\n                        <span id=\"displayWht\" class=\"amount-display h5 text-danger mb-0\">-0.00 \u0e1a\u0e32\u0e17<\/span>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n              <div class=\"col-lg-5\">\n                <div class=\"total-amount\">\n                  <h5 class=\"fw-bold mb-3\">\n                    <i class=\"bi bi-currency-exchange me-2\"><\/i> \u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19\u0e2a\u0e38\u0e17\u0e18\u0e34\n                  <\/h5>\n                  <div id=\"displayTotal\" class=\"display-4 fw-bold mb-2\">0.00<\/div>\n                  <div class=\"opacity-75\">\u0e1a\u0e32\u0e17<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"formula-box\">\n              <h6 class=\"fw-bold text-primary mb-3\">\n                <i class=\"bi bi-calculator me-2\"><\/i> \u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13:\n              <\/h6>\n              <div class=\"row\">\n                <div class=\"col-md-6 mb-2\">\n                  <strong class=\"text-primary\">\u0e08\u0e32\u0e01\u0e10\u0e32\u0e19:<\/strong>\n                  <code>\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 = \u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 + VAT - \u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22<\/code>\n                <\/div>\n                <div class=\"col-md-6\">\n                  <strong class=\"text-success\">\u0e08\u0e32\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34:<\/strong>\n                  <code>\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 = \u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 \u00f7 (1 + %VAT - %\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22)<\/code>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const baseAmountInput   = document.getElementById('baseAmount');\n  const vatRateSelect     = document.getElementById('vatRate');\n  const whtRateInput      = document.getElementById('whtRate');\n  const totalAmountInput  = document.getElementById('totalAmount');\n  const displayBase       = document.getElementById('displayBase');\n  const displayVat        = document.getElementById('displayVat');\n  const displayWithVat    = document.getElementById('displayWithVat');\n  const displayWht        = document.getElementById('displayWht');\n  const displayTotal      = document.getElementById('displayTotal');\n  const displayVatPercent = document.getElementById('displayVatPercent');\n  const displayWhtPercent = document.getElementById('displayWhtPercent');\n  let isFromBase = true;\n\n  function formatNum(n) {\n    return n.toLocaleString('th-TH', { minimumFractionDigits: 2, maximumFractionDigits: 2 });\n  }\n\n  function updateDisplay(b, v, w, t) {\n    displayBase.textContent      = formatNum(b) + ' \u0e1a\u0e32\u0e17';\n    displayVat.textContent       = '+' + formatNum(v) + ' \u0e1a\u0e32\u0e17';\n    displayWithVat.textContent   = formatNum(b + v) + ' \u0e1a\u0e32\u0e17';\n    displayWht.textContent       = '-' + formatNum(w) + ' \u0e1a\u0e32\u0e17';\n    displayTotal.textContent     = formatNum(t);\n  }\n\n  function calcFromBase() {\n    if (!isFromBase) return;\n    const b  = parseFloat(baseAmountInput.value) || 0;\n    const vr = parseFloat(vatRateSelect.value) || 0;\n    const wr = parseFloat(whtRateInput.value) || 0;\n    const v  = b * (vr \/ 100);\n    const w  = b * (wr \/ 100);\n    const t  = b + v - w;\n\n    displayVatPercent.textContent = vr;\n    displayWhtPercent.textContent = wr;\n    updateDisplay(b, v, w, t);\n\n    isFromBase = false;\n    totalAmountInput.value = t.toFixed(2);\n    setTimeout(() => { isFromBase = true; }, 10);\n  }\n\n  function calcFromTotal() {\n    if (isFromBase) return;\n    const t  = parseFloat(totalAmountInput.value) || 0;\n    const vr = parseFloat(vatRateSelect.value) || 0;\n    const wr = parseFloat(whtRateInput.value) || 0;\n    const mult = 1 + (vr \/ 100) - (wr \/ 100);\n    const b    = mult ? t \/ mult : 0;\n    const v    = b * (vr \/ 100);\n    const w    = b * (wr \/ 100);\n\n    displayVatPercent.textContent = vr;\n    displayWhtPercent.textContent = wr;\n    updateDisplay(b, v, w, t);\n\n    isFromBase = true;\n    baseAmountInput.value = b.toFixed(2);\n    setTimeout(() => { isFromBase = false; }, 10);\n  }\n\n  baseAmountInput.addEventListener('input', () => { isFromBase = true;  calcFromBase(); });\n  vatRateSelect.addEventListener('change', () => isFromBase ? calcFromBase() : calcFromTotal());\n  whtRateInput.addEventListener('input', () => isFromBase ? calcFromBase() : calcFromTotal());\n  totalAmountInput.addEventListener('input', () => { isFromBase = false; calcFromTotal(); });\n  baseAmountInput.addEventListener('focus', () => isFromBase = true);\n  totalAmountInput.addEventListener('focus', () => isFromBase = false);\n\n  calcFromBase();\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e04\u0e33\u0e19\u0e27\u0e13\u0e20\u0e32\u0e29\u0e35 \u0e04\u0e33\u0e19\u0e27\u0e13 VAT \u0e41\u0e25\u0e30\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22 \u0e41\u0e1a\u0e1a\u0e2a\u0e2d\u0e07\u0e17\u0e32\u0e07 \u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 \u0e01\u0e23\u0e2d\u0e01\u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e32\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 \u0e10\u0e32\u0e19\u0e20\u0e32\u0e29\u0e35 (\u0e1a\u0e32\u0e17): \u0e2d\u0e31\u0e15\u0e23\u0e32 VAT (%): 0% (\u0e44\u0e21\u0e48\u0e21\u0e35 VAT)1%2%3%4%5%6%7% (\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19)8%9%10% \u0e2d\u0e31\u0e15\u0e23\u0e32\u0e2b\u0e31\u0e01 \u0e13 \u0e17\u0e35\u0e48\u0e08\u0e48\u0e32\u0e22 (%): \u0e04\u0e33\u0e19\u0e27\u0e13\u0e08\u0e32\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34 \u0e01\u0e23\u0e2d\u0e01\u0e22\u0e2d\u0e14\u0e2a\u0e38\u0e17\u0e18\u0e34&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2461","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/pages\/2461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/comments?post=2461"}],"version-history":[{"count":22,"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/pages\/2461\/revisions"}],"predecessor-version":[{"id":2492,"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/pages\/2461\/revisions\/2492"}],"wp:attachment":[{"href":"https:\/\/cb.ax\/blog\/wp-json\/wp\/v2\/media?parent=2461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}