{"id":11609,"date":"2024-02-15T12:43:45","date_gmt":"2024-02-15T07:13:45","guid":{"rendered":"https:\/\/cmjanawaas.com\/?page_id=11609"},"modified":"2026-01-27T12:03:10","modified_gmt":"2026-01-27T06:33:10","slug":"lotteryresult","status":"publish","type":"page","link":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/","title":{"rendered":"Lottery Result"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11609\" class=\"elementor elementor-11609\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18ea487 e-flex e-con-boxed e-con e-parent\" data-id=\"18ea487\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ea9640 elementor-widget elementor-widget-shortcode\" data-id=\"2ea9640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Allotment Search<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.1.3\/css\/bootstrap.min.css\">\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.3.1.min.js\"><\/script>\n\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background-image: url(\"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2025\/10\/VIEW-1-scaled-1.jpg\");\n      background-repeat: no-repeat;\n      background-size: cover;\n      background-position: center;\n      min-height: 100vh;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    \/* Search section (fixed width) *\/\n    .container.search-section {\n      max-width: 900px;\n      background-color: rgba(255, 255, 255, 0.95);\n      margin: 40px auto;\n      padding: 25px;\n      border-radius: 10px;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Allotment details section (wider) *\/\n    .container.results-section {\n      max-width: 1150px;\n      background-color: rgba(255, 255, 255, 0.95);\n      margin: 40px auto;\n      padding: 25px;\n      border-radius: 10px;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n    }\n\n    h3 {\n      text-align: center;\n      color: #dd3d3d;\n      margin-bottom: 25px;\n    }\n\n    .logo {\n      text-align: center;\n      margin-bottom: 15px;\n    }\n\n    .logo img {\n      width: 150px;\n    }\n\n    table {\n      width: 100%;\n      margin-top: 20px;\n      font-size: 15px;\n    }\n\n    th {\n      background-color: #dd3d3d;\n      color: white;\n      text-align: center;\n    }\n\n    td {\n      text-align: center;\n      vertical-align: middle;\n    }\n\n    \/* Button styles *\/\n    .btn-download,\n    .btn-pay {\n      display: inline-block;\n      padding: 8px 15px;\n      border: none;\n      border-radius: 4px;\n      color: #fff;\n      cursor: pointer;\n      font-weight: 500;\n      margin: 3px;\n    }\n\n    .btn-download {\n      background-color: #28a745;\n    }\n\n    .btn-download:hover {\n      background-color: #218838;\n    }\n\n    .btn-pay {\n      background-color: #dc3545;\n    }\n\n    .btn-pay:hover {\n      background-color: #b92c3a;\n    }\n\n    \/* Align buttons horizontally *\/\n    .action-buttons {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #loader {\n      display: none;\n      text-align: center;\n      font-weight: bold;\n      color: #333;\n      margin-top: 10px;\n    }\n\n    #invalid_result {\n      text-align: center;\n      color: #dd3d3d;\n      margin-top: 10px;\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <!-- Search Section -->\n  <div class=\"container search-section\">\n    <div class=\"logo\">\n      <img decoding=\"async\" src=\"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png\" alt=\"Logo\" \/>\n    <\/div>\n    <h3>Check Allotment Status<\/h3>\n    <div class=\"form-group\">\n      <input type=\"text\" id=\"identifier\" class=\"form-control\" placeholder=\"Enter your mobile number or email\" \/>\n    <\/div>\n    <div class=\"form-group\">\n      <button class=\"btn btn-danger btn-block\" onclick=\"searchResult()\">Search<\/button>\n    <\/div>\n    <p id=\"invalid_result\"><\/p>\n  <\/div>\n\n  <!-- Results Section -->\n  <div id=\"resultsContainer\" class=\"container results-section\" style=\"display: none;\">\n    <h3>Your Allotment Details<\/h3>\n    <div class=\"table-responsive\">\n      <table class=\"table table-bordered table-striped\" id=\"resultsTable\">\n        <thead>\n          <tr>\n            <th>S.No<\/th>\n            <th>Name<\/th>\n            <th>Phone<\/th>\n            <th>Email<\/th>\n            <th>BHK Type<\/th>\n            <th>Amount<\/th>\n            <th>Status<\/th>\n            <th>Action<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody><\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <div id=\"loader\">\u23f3 Generating your PDF... Please wait.<\/div>\n\n  <script>\n    let records = [];\n\n    function searchResult() {\n      const input = document.getElementById(\"identifier\").value.trim();\n      const tableBody = document.querySelector(\"#resultsTable tbody\");\n      tableBody.innerHTML = \"\";\n      document.getElementById(\"invalid_result\").innerText = \"\";\n\n      if (!input) {\n        document.getElementById(\"invalid_result\").innerText = \"Please enter a valid mobile or email.\";\n        return;\n      }\n\n      $.ajax({\n        url: \"https:\/\/cmjanawaas.com\/search.php\",\n        type: \"GET\",\n        dataType: \"json\",\n        data: { input },\n        success: function (response) {\n          if (response.success && response.count > 0) {\n            records = response.data;\n            displayResults(records);\n          } else {\n            document.getElementById(\"resultsContainer\").style.display = \"none\";\n            document.getElementById(\"invalid_result\").innerText = \"*No records found for this input.\";\n          }\n        },\n        error: function (xhr, status, error) {\n          console.error(\"Error:\", error);\n          document.getElementById(\"invalid_result\").innerText = \"*Server error. Try again later.\";\n        }\n      });\n    }\n\n    function displayResults(records) {\n      const tableBody = document.querySelector(\"#resultsTable tbody\");\n      tableBody.innerHTML = \"\";\n      document.getElementById(\"resultsContainer\").style.display = \"block\";\n\n      records.forEach((record, index) => {\n        const status = record.Remarks ? record.Remarks.toLowerCase() : \"\";\n        const isAllotted = status.includes(\"allotted\");\n        const color = isAllotted ? \"green\" : status.includes(\"waiting\") ? \"orange\" : \"red\";\n\n        const row = document.createElement(\"tr\");\n        row.innerHTML = `\n          <td>${index + 1}<\/td>\n          <td>${record.Name || \"N\/A\"}<\/td>\n          <td>${record.Phone || \"N\/A\"}<\/td>\n          <td>${record.Email || \"N\/A\"}<\/td>\n          <td>${record.BhkType || \"N\/A\"}<\/td>\n          <td>${record.OrderAmount || \"N\/A\"}<\/td>\n          <td style=\"color:${color};font-weight:bold;\">${record.Remarks || \"N\/A\"}<\/td>\n          <td>\n            ${isAllotted\n            ? `<div class=\"action-buttons\">\n                   <button class=\"btn-download\" onclick=\"downloadPdf(${index})\">Download Provisional Allotment\u00a0Letter<\/button>\n                   <button class=\"btn-pay\" onclick=\"payNow(${index})\">Pay Now<\/button>\n                 <\/div>`\n            : `<span style=\"color:gray;\">Not Available<\/span>`\n          }\n          <\/td>\n        `;\n        tableBody.appendChild(row);\n      });\n    }\n\n    async function downloadPdf(index) {\n      const record = records[index];\n      if (!record) return alert(\"Record not found.\");\n\n      const bhkType = (record.BhkType || \"\").toLowerCase();\n      const name = record.Name || \"\";\n      const customerId = record.ID || record.CustomerId || \"\";\n      const remarks = (record.Remarks || \"\").toLowerCase();\n\n      if (!remarks.includes(\"allotted\")) {\n        alert(\"Download not available for non-allotted records.\");\n        return;\n      }\n\n      let templatePath = \"\";\n      if (bhkType.includes(\"3\")) {\n        templatePath = \"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2026\/01\/3-BHK-Sample-fixed.pdf\";\n      } else {\n        templatePath = \"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2026\/01\/Studio-Samp.pdf\";\n      }\n\n      const payload = {\n        templatePath: templatePath,\n        fieldValues: {\n          Text1: name,\n          Text2: customerId\n        }\n      };\n\n      document.getElementById(\"loader\").style.display = \"block\";\n\n      try {\n        const response = await fetch(\"https:\/\/connect.engageto.in\/api\/PdfFormFiller\/fill-from-path\", {\n          method: \"POST\",\n          headers: {\n            \"Accept\": \"*\/*\",\n            \"Content-Type\": \"application\/json-patch+json\"\n          },\n          body: JSON.stringify(payload)\n        });\n\n        if (!response.ok) throw new Error(\"Failed to generate PDF. HTTP \" + response.status);\n\n        const blob = await response.blob();\n        const pdfUrl = window.URL.createObjectURL(blob);\n        const link = document.createElement(\"a\");\n        link.href = pdfUrl;\n        link.download = `${name.replace(\/\\s+\/g, \"_\")}_Allotment.pdf`;\n        document.body.appendChild(link);\n        link.click();\n        link.remove();\n        window.URL.revokeObjectURL(pdfUrl);\n      } catch (err) {\n        console.error(\"Error generating PDF:\", err);\n        alert(\"Error generating PDF. Please try again later.\");\n      } finally {\n        document.getElementById(\"loader\").style.display = \"none\";\n      }\n    }\n\n    function payNow(index) {\n      const record = records[index];\n      if (!record) return;\n      \/\/ Directly open the payment page in a new tab\n      window.open(\"https:\/\/cmjanawaas.com\/index.php\/payment-form\/\", \"_blank\");\n    }\n\n  <\/script>\n<\/body>\n\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Allotment Search Check Allotment Status Search Your Allotment Details S.No Name Phone Email BHK Type Amount Status Action \u23f3 Generating your PDF&#8230; Please wait.<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","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":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-11609","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lottery Result - cmjanaawas<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lottery Result - cmjanaawas\" \/>\n<meta property=\"og:description\" content=\"Allotment Search Check Allotment Status Search Your Allotment Details S.No Name Phone Email BHK Type Amount Status Action \u23f3 Generating your PDF&#8230; Please wait.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/\" \/>\n<meta property=\"og:site_name\" content=\"cmjanaawas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T06:33:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/\",\"url\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/\",\"name\":\"Lottery Result - cmjanaawas\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cmjanawaas.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/cmjay-logo.png\",\"datePublished\":\"2024-02-15T07:13:45+00:00\",\"dateModified\":\"2026-01-27T06:33:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cmjanawaas.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/cmjay-logo.png\",\"contentUrl\":\"https:\\\/\\\/cmjanawaas.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/cmjay-logo.png\",\"width\":199,\"height\":80,\"caption\":\"Logo - Mukhyamantri jan awas yojana (CMJAY)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/index.php\\\/lotteryresult\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cmjanawaas.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lottery Result\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#website\",\"url\":\"https:\\\/\\\/cmjanawaas.com\\\/\",\"name\":\"cmjanawaas.com\",\"description\":\"\u092e\u0941\u0916\u094d\u092f\u092e\u0902\u0924\u094d\u0930\u0940 \u091c\u0928 \u0906\u0935\u093e\u0938 \u092f\u094b\u091c\u0928\u093e\",\"publisher\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cmjanawaas.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#organization\",\"name\":\"cmjanawaa.com\",\"url\":\"https:\\\/\\\/cmjanawaas.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cmjanawaas.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/cmjay-logo.png\",\"contentUrl\":\"https:\\\/\\\/cmjanawaas.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/cmjay-logo.png\",\"width\":199,\"height\":80,\"caption\":\"cmjanawaa.com\"},\"image\":{\"@id\":\"https:\\\/\\\/cmjanawaas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lottery Result - cmjanaawas","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Lottery Result - cmjanaawas","og_description":"Allotment Search Check Allotment Status Search Your Allotment Details S.No Name Phone Email BHK Type Amount Status Action \u23f3 Generating your PDF&#8230; Please wait.","og_url":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/","og_site_name":"cmjanaawas","article_modified_time":"2026-01-27T06:33:10+00:00","og_image":[{"url":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/","url":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/","name":"Lottery Result - cmjanaawas","isPartOf":{"@id":"https:\/\/cmjanawaas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/#primaryimage"},"image":{"@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/#primaryimage"},"thumbnailUrl":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png","datePublished":"2024-02-15T07:13:45+00:00","dateModified":"2026-01-27T06:33:10+00:00","breadcrumb":{"@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/#primaryimage","url":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png","contentUrl":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2022\/10\/cmjay-logo.png","width":199,"height":80,"caption":"Logo - Mukhyamantri jan awas yojana (CMJAY)"},{"@type":"BreadcrumbList","@id":"https:\/\/cmjanawaas.com\/index.php\/lotteryresult\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cmjanawaas.com\/"},{"@type":"ListItem","position":2,"name":"Lottery Result"}]},{"@type":"WebSite","@id":"https:\/\/cmjanawaas.com\/#website","url":"https:\/\/cmjanawaas.com\/","name":"cmjanawaas.com","description":"\u092e\u0941\u0916\u094d\u092f\u092e\u0902\u0924\u094d\u0930\u0940 \u091c\u0928 \u0906\u0935\u093e\u0938 \u092f\u094b\u091c\u0928\u093e","publisher":{"@id":"https:\/\/cmjanawaas.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cmjanawaas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cmjanawaas.com\/#organization","name":"cmjanawaa.com","url":"https:\/\/cmjanawaas.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cmjanawaas.com\/#\/schema\/logo\/image\/","url":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2025\/10\/cmjay-logo.png","contentUrl":"https:\/\/cmjanawaas.com\/wp-content\/uploads\/2025\/10\/cmjay-logo.png","width":199,"height":80,"caption":"cmjanawaa.com"},"image":{"@id":"https:\/\/cmjanawaas.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/pages\/11609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/comments?post=11609"}],"version-history":[{"count":223,"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/pages\/11609\/revisions"}],"predecessor-version":[{"id":14732,"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/pages\/11609\/revisions\/14732"}],"wp:attachment":[{"href":"https:\/\/cmjanawaas.com\/index.php\/wp-json\/wp\/v2\/media?parent=11609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}