{"id":1183,"date":"2022-03-22T03:07:28","date_gmt":"2022-03-22T03:07:28","guid":{"rendered":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/?p=1183"},"modified":"2026-05-04T07:51:04","modified_gmt":"2026-05-04T07:51:04","slug":"how-to-check-if-aircon-needs-gas","status":"publish","type":"post","link":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html","title":{"rendered":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1024\" height=\"572\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-Aircon-Gas-Level.jpg\" alt=\"Infographic showing how to check aircon gas level professionally using manifold gauges versus homeowner symptoms like air not cold, ice build-up, and hissing noises.\" class=\"wp-image-1855\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-Aircon-Gas-Level.jpg 1024w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-Aircon-Gas-Level-300x168.jpg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-Aircon-Gas-Level-768x429.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Diagnosing low refrigerant: Professional pressure testing vs. identifying common household symptoms.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">As the weather gets warmer, your air conditioner works overtime to keep your home cool. If you start noticing a drop in performance, you might wonder if you are dealing with a dirty filter or a refrigerant leak. Knowing <strong>how to check your aircon gas level<\/strong> can save you from a complete system breakdown and sky-high electricity bills.<\/p>\n\n\n\n<!-- 1. CSS for the Diagnostic Tool -->\n<style>\n    .gas-checker-container {\n        background: #ffffff;\n        border: 2px solid #0d7dd6;\n        border-radius: 15px;\n        padding: 30px;\n        margin: 40px 0;\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        box-shadow: 0 8px 30px rgba(13, 125, 214, 0.1);\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .gas-checker-container h3 {\n        color: #0c2975 !important;\n        text-align: center;\n        font-weight: 800;\n        margin-top: 0;\n        font-size: 22px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    .gas-checker-step { margin-bottom: 20px; }\n    .gas-checker-step label {\n        display: block;\n        font-weight: 700;\n        color: #333;\n        margin-bottom: 8px;\n        font-size: 14px;\n    }\n    .gas-checker-select {\n        width: 100%;\n        padding: 12px;\n        border: 1px solid #cbd5e1;\n        border-radius: 8px;\n        font-size: 16px;\n        background-color: #f8fafc;\n        cursor: pointer;\n    }\n    .diag-btn {\n        width: 100%;\n        background: #0d7dd6;\n        color: #fff !important;\n        border: none;\n        padding: 15px;\n        font-size: 16px;\n        font-weight: 800;\n        border-radius: 8px;\n        cursor: pointer;\n        transition: 0.3s;\n        margin-top: 10px;\n    }\n    .diag-btn:hover { background: #0c2975; transform: translateY(-2px); }\n\n    \/* Result Box *\/\n    #gas-result-box {\n        display: none;\n        margin-top: 25px;\n        padding: 20px;\n        border-radius: 10px;\n        animation: fadeIn 0.5s ease;\n    }\n    .result-warning { background: #fff4f4; border-left: 5px solid #ef4444; }\n    .result-info { background: #f0f9ff; border-left: 5px solid #0d7dd6; }\n    \n    .result-title { font-weight: 800; color: #0c2975; margin-bottom: 5px; font-size: 18px; }\n    .result-text { font-size: 15px; color: #475569; line-height: 1.5; margin-bottom: 15px; }\n\n    .wa-diag-link {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 10px;\n        width: 100%;\n        background-color: #25D366;\n        color: #fff !important;\n        padding: 14px;\n        border-radius: 8px;\n        text-decoration: none !important;\n        font-weight: 800;\n        transition: 0.3s;\n    }\n    .wa-diag-link:hover { background-color: #1ebe57; }\n\n    @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n<\/style>\n\n<!-- 2. HTML Structure -->\n<div class=\"gas-checker-container\">\n    <h3>Self-Check: Does My Aircon Need Gas?<\/h3>\n    \n    <div class=\"gas-checker-step\">\n        <label>1. How is the cooling performance?<\/label>\n        <select id=\"diag-cooling\" class=\"gas-checker-select\">\n            <option value=\"normal\">Normal \/ Cold Air<\/option>\n            <option value=\"weak\">Weak Airflow (Still Cold)<\/option>\n            <option value=\"warm\">Blowing Warm Air<\/option>\n        <\/select>\n    <\/div>\n\n    <div class=\"gas-checker-step\">\n        <label>2. Any visible signs on the outdoor unit?<\/label>\n        <select id=\"diag-outdoor\" class=\"gas-checker-select\">\n            <option value=\"none\">Everything looks normal<\/option>\n            <option value=\"ice\">White ice\/frost on copper pipes<\/option>\n            <option value=\"hot\">Fan is spinning but air is very hot<\/option>\n            <option value=\"water\">Excessive water dripping outside<\/option>\n        <\/select>\n    <\/div>\n\n    <div class=\"gas-checker-step\">\n        <label>3. Do you hear any unusual sounds?<\/label>\n        <select id=\"diag-sound\" class=\"gas-checker-select\">\n            <option value=\"silent\">No unusual sounds<\/option>\n            <option value=\"hissing\">Hissing or Bubbling noises<\/option>\n            <option value=\"loud\">Loud rattling\/vibrating<\/option>\n        <\/select>\n    <\/div>\n\n    <button onclick=\"runDiagnosis()\" class=\"diag-btn\">RUN DIAGNOSTIC CHECK<\/button>\n\n    <!-- Result Display Area -->\n    <div id=\"gas-result-box\">\n        <div class=\"result-title\" id=\"diag-title\">Checking&#8230;<\/div>\n        <p class=\"result-text\" id=\"diag-text\"><\/p>\n        \n        <a href=\"#\" id=\"wa-diag-btn\" class=\"wa-diag-link\">\n            <svg style=\"width:20px; fill:#fff;\" viewBox=\"0 0 24 24\"><path d=\"M12.031 0C5.383 0 0 5.383 0 12.031c0 2.124.553 4.195 1.604 6.012L.152 24l6.113-1.604c1.737.965 3.705 1.474 5.766 1.474 6.648 0 12.031-5.383 12.031-12.031S18.679 0 12.031 0zm0 21.84c-1.785 0-3.53-.48-5.06-1.385l-.36-.214-3.766.987.998-3.67-.235-.373c-1-1.59-1.527-3.435-1.527-5.325 0-5.46 4.44-9.9 9.9-9.9 5.46 0 9.9 4.44 9.9 9.9 0 5.46-4.44 9.9-9.9 9.9zm5.438-7.44c-.298-.15-1.764-.87-2.037-.97-.273-.1-.47-.15-.67.15-.198.3-.77 1.01-.94 1.22-.17.21-.34.23-.64.08-.3-.15-1.26-.465-2.4-1.485-.885-.79-1.48-1.77-1.65-2.07-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.38-.03-.53-.08-.15-.67-1.62-.92-2.22-.24-.59-.49-.51-.67-.52-.17-.01-.37-.01-.57-.01-.2 0-.53.08-.8.38-.27.3-1.04 1.02-1.04 2.49 0 1.47 1.07 2.89 1.22 3.09.15.2 2.11 3.22 5.11 4.52.71.31 1.27.49 1.7.63.72.23 1.37.2 1.89.12.58-.09 1.76-.72 2.01-1.42.25-.7.25-1.3.17-1.42-.08-.12-.27-.19-.57-.34z\"\/><\/svg>\n            BOOK PROFESSIONAL GAS TOP-UP\n        <\/a>\n    <\/div>\n<\/div>\n\n<!-- 3. JavaScript Logic -->\n<script>\nfunction runDiagnosis() {\n    const cooling = document.getElementById('diag-cooling').value;\n    const outdoor = document.getElementById('diag-outdoor').value;\n    const sound = document.getElementById('diag-sound').value;\n    \n    const resultBox = document.getElementById('gas-result-box');\n    const title = document.getElementById('diag-title');\n    const text = document.getElementById('diag-text');\n    const waBtn = document.getElementById('wa-diag-btn');\n    \n    let diagnosis = \"\";\n    let severity = \"info\";\n    let btnText = \"BOOK PROFESSIONAL CHECK\";\n\n    \/\/ Logic Tree\n    if (outdoor === \"ice\" || sound === \"hissing\") {\n        title.innerText = \"CRITICAL: Refrigerant Leak Likely\";\n        text.innerText = \"The ice on your pipes or hissing sound indicates a physical leak in the system. Your gas levels are dropping, and your compressor is at risk of overheating. You need a pressure test and leak repair immediately.\";\n        severity = \"warning\";\n        diagnosis = \"Possible Leak Detected (Ice\/Hissing)\";\n    } else if (cooling === \"warm\" || outdoor === \"hot\") {\n        title.innerText = \"HIGH PROBABILITY: Low Gas Level\";\n        text.innerText = \"Since your unit is blowing warm air even at the lowest setting, it's highly likely your refrigerant has reached a critical low level. A gas top-up (R32 or R410A) is required to restore cooling.\";\n        severity = \"warning\";\n        diagnosis = \"Low Gas Level (Warm Air Symptoms)\";\n    } else if (cooling === \"weak\" && outdoor === \"none\") {\n        title.innerText = \"GENERAL: Maintenance Required\";\n        text.innerText = \"Your airflow is weak, but the air is still cold. This is usually caused by a dirty blower wheel or filter rather than low gas. A General Chemical Wash is recommended first.\";\n        severity = \"info\";\n        diagnosis = \"Maintenance Required (Weak Airflow)\";\n        btnText = \"BOOK CHEMICAL WASH\";\n    } else {\n        title.innerText = \"STABLE: No Immediate Gas Issue\";\n        text.innerText = \"Your aircon appears to be operating normally. To maintain this efficiency and prevent future leaks, we recommend regular 3-month servicing.\";\n        severity = \"info\";\n        diagnosis = \"Healthy Status (Regular Service Inquiry)\";\n        btnText = \"SCHEDULE REGULAR SERVICE\";\n    }\n\n    \/\/ Apply styles and show\n    resultBox.className = severity === \"warning\" ? \"result-warning\" : \"result-info\";\n    resultBox.style.display = 'block';\n    resultBox.style.marginTop = '25px';\n    resultBox.style.padding = '20px';\n    resultBox.style.borderRadius = '10px';\n    \n    waBtn.innerHTML = waBtn.innerHTML.replace(\/WHATSAPP.*\/, btnText);\n\n    \/\/ Prepare WA Link\n    const waMessage = `Hi Aircon-Servicing.com.sg, I used your Gas Checker tool. \\n\\nDiagnosis: ${diagnosis} \\nSymptom 1: ${cooling} \\nSymptom 2: ${outdoor} \\nSymptom 3: ${sound} \\n\\nPlease advise on booking. \\nSource: ${window.location.href}`;\n    waBtn.href = \"https:\/\/wa.me\/6582548688?text=\" + encodeURIComponent(waMessage);\n}\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Check Aircon Gas Level (Using a Pressure Gauge)<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most accurate way to check your AC gas level is by performing an <strong>aircon pressure test<\/strong>. This involves reading the refrigerant levels directly from the outdoor condenser unit.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Locate the Service Valve:<\/strong> Find the suction line (the larger, insulated copper pipe) on your outdoor condenser unit.<\/li>\n\n\n\n<li><strong>Attach the Pressure Gauge:<\/strong> A technician will attach an aircon gas meter (manifold gauge) to the service port.<\/li>\n\n\n\n<li><strong>Read the Gauge:<\/strong> Check the pressure gauge dial. If the needle on the pressure gauge drops into the red zone or falls below the manufacturer&#8217;s specified PSI, the system is low on refrigerant and requires a gas refill.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Note: Handling refrigerant requires specialized tools and licensing. If you do not have a manifold gauge, you can look for the physical symptoms of low gas below.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Know If Your Air Conditioner Needs Gas (Key Symptoms)<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you don&#8217;t have a pressure gauge at home, your air conditioning unit will display several physical warning signs when running low on gas.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Poor Cooling &amp; Warm Air<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The most obvious sign is the temperature of the air blowing from your indoor unit. If the aircon is set to 18\u00b0C but the room temperature remains unusually warm, there is not enough gas to properly chill the air. You might also notice the indoor temperature taking significantly longer to drop than usual.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Ice and Frost on the Outdoor Unit<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Check the outdoor condenser unit. If you see ice or frost building up on the outside unit or the copper pipes, this is a major red flag. Low refrigerant causes the coils to drop below freezing, turning the ambient moisture into solid ice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Hissing or Bubbling Noises<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An aircon operates on a closed-loop system. Gas does not &#8220;burn up&#8221; or expire; it only escapes through a leak. If you hear excessive noise, specifically a hissing or bubbling sound coming from the unit, you likely have a punctured line leaking refrigerant.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Hot Condenser &amp; Fast Fan Speeds<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When gas is low, your compressor has to work twice as hard to try and cool the room. If the outer case of your outdoor appliance is getting excessively hot to the touch, or the condenser fan is spinning much faster than usual without delivering cold air, the system is struggling on reserve power.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Water Leaks and Excess Humidity<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As the ice on your frozen coils begins to melt, it can overwhelm the drip pan, leading to water leaking directly from your indoor unit. Furthermore, because an efficient AC also dehumidifies the room, a lack of gas will leave your home feeling stuffy and experiencing excess humidity.<\/p>\n\n\n\n<!-- 1. FAQ SCHEMA (FOR GOOGLE SNIPPETS) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How to check aircon gas level at home?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can check aircon gas levels at home by looking for physical signs: check if the unit is blowing warm air, look for white frost or ice on the outdoor condenser pipes, and listen for hissing sounds which indicate a gas leak.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How to check aircon gas level with a meter?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A professional manifold gauge meter is connected to the service valve on the outdoor unit. If the needle on the pressure gauge is in the red zone or below the manufacturer's PSI (usually 120-150 PSI for R410A), the unit needs a gas refill.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What happens if aircon gas is low?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Low gas levels cause the compressor to work harder, leading to higher electricity bills, poor cooling performance, and eventual hardware failure. It often causes the indoor unit to leak water or the outdoor unit to freeze over.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n<!-- 2. STYLED FAQ ACCORDIAN (FOR USERS) -->\n<style>\n    .ac-faq-container {\n        margin: 40px 0;\n        font-family: 'Segoe UI', Roboto, sans-serif;\n    }\n    .ac-faq-title {\n        color: #0c2975;\n        font-size: 24px;\n        font-weight: 800;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n    .ac-faq-item {\n        border: 1px solid #e2e8f0;\n        border-radius: 8px;\n        margin-bottom: 10px;\n        overflow: hidden;\n        transition: 0.3s;\n    }\n    .ac-faq-item:hover {\n        border-color: #0d7dd6;\n        box-shadow: 0 4px 12px rgba(13, 125, 214, 0.05);\n    }\n    .ac-faq-question {\n        background: #f8fafc;\n        padding: 18px 25px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        font-weight: 700;\n        color: #334155;\n        user-select: none;\n    }\n    .ac-faq-question:after {\n        content: '+';\n        font-size: 20px;\n        color: #0d7dd6;\n        transition: 0.3s;\n    }\n    .ac-faq-item.active .ac-faq-question {\n        background: #0d7dd6;\n        color: #ffffff;\n    }\n    .ac-faq-item.active .ac-faq-question:after {\n        content: '-';\n        color: #ffffff;\n        transform: rotate(180deg);\n    }\n    .ac-faq-answer {\n        padding: 0 25px;\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out, padding 0.3s ease;\n        background: #ffffff;\n        color: #475569;\n        line-height: 1.6;\n    }\n    .ac-faq-item.active .ac-faq-answer {\n        max-height: 200px;\n        padding: 20px 25px;\n    }\n<\/style>\n\n<div class=\"ac-faq-container\">\n    <h3 class=\"ac-faq-title\">Aircon Gas Troubleshooting FAQ<\/h3>\n\n    <div class=\"ac-faq-item\">\n        <div class=\"ac-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n            How to check aircon gas level at home?\n        <\/div>\n        <div class=\"ac-faq-answer\">\n            You can check your aircon gas levels by observing physical warning signs. Look for <strong>ice or frost<\/strong> building up on the outdoor condenser pipes, check if the indoor unit is <strong>blowing warm air<\/strong>, or listen for <strong>hissing sounds<\/strong> that indicate a leak.\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-faq-item\">\n        <div class=\"ac-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n            How to check aircon gas level with a meter?\n        <\/div>\n        <div class=\"ac-faq-answer\">\n            To get a precise reading, a manifold gauge meter is connected to the outdoor unit. If the needle on the pressure gauge stays in the <strong>red zone<\/strong> or falls below the manufacturer\u2019s recommended PSI, your system is low on refrigerant.\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-faq-item\">\n        <div class=\"ac-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n            Does my aircon need a gas refill if it&#8217;s not cold?\n        <\/div>\n        <div class=\"ac-faq-answer\">\n            Not always. While blowing warm air is a symptom of low gas, it could also be due to a dirty blower wheel or a faulty capacitor. If your <strong>condenser feels hot to the touch<\/strong> but the air inside is weak, a professional gas pressure test is highly recommended.\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-faq-item\">\n        <div class=\"ac-faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n            Is a gas leak dangerous?\n        <\/div>\n        <div class=\"ac-faq-answer\">\n            Small refrigerant leaks are generally not immediately toxic but can cause skin irritation or respiratory issues if inhaled in large amounts. More importantly, leaks cause your unit to run inefficiently, leading to <strong>excessive humidity<\/strong> and significantly higher electricity bills.\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion: When to Call a Professional<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re not a trained technician, it&#8217;s best to leave the checking of your system&#8217;s refrigerant level to the professionals. If you have any doubts about whether there is indeed enough gas in your system, or if you suspect a leak, contact an expert immediately. They can safely check for low refrigerant levels and take the necessary steps to get your unit back to peak efficiency.<\/p>\n\n\n\n<section class=\"smart-wa-container\" style=\"background: linear-gradient(135deg, #0c2975 0%, #0d7dd6 100%); border-radius: 15px; padding: 40px; text-align: center; color: #ffffff; margin-top: 50px; box-shadow: 0 10px 25px rgba(12, 41, 117, 0.2); font-family: sans-serif;\">\n    <h2 style=\"color: #fff !important; margin-bottom: 10px; font-weight: 800;\">Suspect an Aircon Gas Leak?<\/h2>\n    <p id=\"smart-description\" style=\"opacity: 0.9; margin-bottom: 25px;\">Low refrigerant levels can damage your compressor. Get a professional pressure test today.<\/p>\n    \n    <a href=\"#\" id=\"gas-page-wa-btn\" style=\"background-color: #25D366; color: #ffffff !important; padding: 15px 30px; border-radius: 50px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; border: none; cursor: pointer;\">\n        <svg style=\"width:20px; fill:#fff;\" viewBox=\"0 0 24 24\"><path d=\"M12.031 0C5.383 0 0 5.383 0 12.031c0 2.124.553 4.195 1.604 6.012L.152 24l6.113-1.604c1.737.965 3.705 1.474 5.766 1.474 6.648 0 12.031-5.383 12.031-12.031S18.679 0 12.031 0zm0 21.84c-1.785 0-3.53-.48-5.06-1.385l-.36-.214-3.766.987.998-3.67-.235-.373c-1-1.59-1.527-3.435-1.527-5.325 0-5.46 4.44-9.9 9.9-9.9 5.46 0 9.9 4.44 9.9 9.9 0 5.46-4.44 9.9-9.9 9.9zm5.438-7.44c-.298-.15-1.764-.87-2.037-.97-.273-.1-.47-.15-.67.15-.198.3-.77 1.01-.94 1.22-.17.21-.34.23-.64.08-.3-.15-1.26-.465-2.4-1.485-.885-.79-1.48-1.77-1.65-2.07-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.38-.03-.53-.08-.15-.67-1.62-.92-2.22-.24-.59-.49-.51-.67-.52-.17-.01-.37-.01-.57-.01-.2 0-.53.08-.8.38-.27.3-1.04 1.02-1.04 2.49 0 1.47 1.07 2.89 1.22 3.09.15.2 2.11 3.22 5.11 4.52.71.31 1.27.49 1.7.63.72.23 1.37.2 1.89.12.58-.09 1.76-.72 2.01-1.42.25-.7.25-1.3.17-1.42-.08-.12-.27-.19-.57-.34z\"\/><\/svg>\n        BOOK AIRCON PRESSURE TEST\n    <\/a>\n<\/section>\n\n<script>\n(function() {\n    const waButton = document.getElementById('gas-page-wa-btn');\n    const currentUrl = window.location.href;\n    const customMessage = \"I suspect my aircon is low on gas or has a leak. I need a professional pressure test and top-up.\";\n\n    const finalWAUrl = \"https:\/\/wa.me\/6582548688?text=\" + encodeURIComponent(`Hi Aircon-Servicing.com.sg, ${customMessage} \\n\\nSource: ${currentUrl}`);\n    \n    waButton.href = finalWAUrl;\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As the weather gets warmer, your air conditioner works overtime to keep your home cool. If you start noticing a drop in performance, you might wonder if you are dealing<\/p>\n","protected":false},"author":2,"featured_media":1185,"comment_status":"closed","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"_joinchat":{"telephone":"+6584888444","message_text":"Looking for aircon servicing, maintenance or repair services for your home or office? Chat with us today!"},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1183","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Check Aircon Gas Level: 5 Signs You Need a Top Up<\/title>\n<meta name=\"description\" content=\"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Check Aircon Gas Level: 5 Signs You Need a Top Up\" \/>\n<meta property=\"og:description\" content=\"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html\" \/>\n<meta property=\"og:site_name\" content=\"Singapore Aircon Servicing\u2122\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-22T03:07:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T07:51:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"282\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Elvin Yeo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elvin Yeo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html\"},\"author\":{\"name\":\"Elvin Yeo\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#\\\/schema\\\/person\\\/819d8aa94f9851f9e4a2bd7fa401d342\"},\"headline\":\"How To Check Aircon Gas Level: 5 Signs You Need a Top Up\",\"datePublished\":\"2022-03-22T03:07:28+00:00\",\"dateModified\":\"2026-05-04T07:51:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html\"},\"wordCount\":904,\"publisher\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-To-Check-If-Aircon-Needs-Gas.jpg\",\"articleSection\":[\"Articles\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html\",\"url\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html\",\"name\":\"How To Check Aircon Gas Level: 5 Signs You Need a Top Up\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-To-Check-If-Aircon-Needs-Gas.jpg\",\"datePublished\":\"2022-03-22T03:07:28+00:00\",\"dateModified\":\"2026-05-04T07:51:04+00:00\",\"description\":\"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#primaryimage\",\"url\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-To-Check-If-Aircon-Needs-Gas.jpg\",\"contentUrl\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-To-Check-If-Aircon-Needs-Gas.jpg\",\"width\":500,\"height\":282,\"caption\":\"How To Check If Aircon Needs Gas\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/articles\\\/how-to-check-if-aircon-needs-gas.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Check Aircon Gas Level: 5 Signs You Need a Top Up\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#website\",\"url\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/\",\"name\":\"Singapore Aircon Servicing\u2122\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#organization\",\"name\":\"Singapore Aircon Servicing\u2122\",\"url\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/logo-aircon-servicing.png\",\"contentUrl\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/logo-aircon-servicing.png\",\"width\":157,\"height\":111,\"caption\":\"Singapore Aircon Servicing\u2122\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.aircon-servicing.com.sg\\\/#\\\/schema\\\/person\\\/819d8aa94f9851f9e4a2bd7fa401d342\",\"name\":\"Elvin Yeo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g\",\"caption\":\"Elvin Yeo\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up","description":"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.","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:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html","og_locale":"en_US","og_type":"article","og_title":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up","og_description":"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.","og_url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html","og_site_name":"Singapore Aircon Servicing\u2122","article_published_time":"2022-03-22T03:07:28+00:00","article_modified_time":"2026-05-04T07:51:04+00:00","og_image":[{"width":500,"height":282,"url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg","type":"image\/jpeg"}],"author":"Elvin Yeo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elvin Yeo","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#article","isPartOf":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html"},"author":{"name":"Elvin Yeo","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#\/schema\/person\/819d8aa94f9851f9e4a2bd7fa401d342"},"headline":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up","datePublished":"2022-03-22T03:07:28+00:00","dateModified":"2026-05-04T07:51:04+00:00","mainEntityOfPage":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html"},"wordCount":904,"publisher":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#organization"},"image":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#primaryimage"},"thumbnailUrl":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg","articleSection":["Articles"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html","name":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up","isPartOf":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#website"},"primaryImageOfPage":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#primaryimage"},"image":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#primaryimage"},"thumbnailUrl":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg","datePublished":"2022-03-22T03:07:28+00:00","dateModified":"2026-05-04T07:51:04+00:00","description":"Learn how to check your aircon gas level using a pressure gauge, and discover the critical signs (like ice buildup and warm air) that indicate an AC gas leak.","breadcrumb":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#primaryimage","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg","contentUrl":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2022\/03\/How-To-Check-If-Aircon-Needs-Gas.jpg","width":500,"height":282,"caption":"How To Check If Aircon Needs Gas"},{"@type":"BreadcrumbList","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/articles\/how-to-check-if-aircon-needs-gas.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/"},{"@type":"ListItem","position":2,"name":"How To Check Aircon Gas Level: 5 Signs You Need a Top Up"}]},{"@type":"WebSite","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#website","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/","name":"Singapore Aircon Servicing\u2122","description":"","publisher":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#organization","name":"Singapore Aircon Servicing\u2122","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#\/schema\/logo\/image\/","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2025\/02\/logo-aircon-servicing.png","contentUrl":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-content\/uploads\/2025\/02\/logo-aircon-servicing.png","width":157,"height":111,"caption":"Singapore Aircon Servicing\u2122"},"image":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/#\/schema\/person\/819d8aa94f9851f9e4a2bd7fa401d342","name":"Elvin Yeo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3c65b08ef06f732986cd4aa56a685ebc730e4cd876050360fc98886437030a90?s=96&d=mm&r=g","caption":"Elvin Yeo"}}]}},"_links":{"self":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/posts\/1183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/comments?post=1183"}],"version-history":[{"count":9,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/posts\/1183\/revisions"}],"predecessor-version":[{"id":1859,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/posts\/1183\/revisions\/1859"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/media\/1185"}],"wp:attachment":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/media?parent=1183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/categories?post=1183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.aircon-servicing.com.sg\/wp-json\/wp\/v2\/tags?post=1183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}