{"id":1062,"date":"2025-03-05T08:18:45","date_gmt":"2025-03-05T08:18:45","guid":{"rendered":"https:\/\/toolsblaster.com\/?p=1062"},"modified":"2025-04-18T03:52:34","modified_gmt":"2025-04-18T03:52:34","slug":"energy-load-calculator","status":"publish","type":"post","link":"https:\/\/toolsblaster.com\/?p=1062","title":{"rendered":"Best Energy Load Calculator"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1-1024x576.webp\" alt=\"\" class=\"wp-image-1101\" style=\"width:840px;height:auto\" srcset=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1-1024x576.webp 1024w, https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1-300x169.webp 300w, https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1-768x432.webp 768w, https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1.webp 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!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>Energy Load Calculator<\/title>\n    <style>\n        :root {\n            --primary-color: #4a6fa5; \/* Main theme color - adjust to match your theme *\/\n            --secondary-color: #6b8cae;\n            --accent-color: #ff7e5f;\n            --background-color: #f5f7fa;\n            --text-color: #333;\n            --light-text: #fff;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--background-color);\n            margin: 0;\n            padding: 20px;\n        }\n        \n        .calculator-container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        h1 {\n            color: #043574;\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .input-section {\n            margin-bottom: 20px;\n            padding: 15px;\n            background-color: rgba(74, 111, 165, 0.05);\n            border-radius: 8px;\n        }\n        \n        h2 {\n            color: #043574;\n            margin-top: 0;\n            font-size: 1.2em;\n        }\n        \n        .appliance-row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-bottom: 15px;\n            align-items: center;\n        }\n        \n        .appliance-row input, .appliance-row select {\n            padding: 8px 12px;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            flex: 1;\n            min-width: 120px;\n        }\n        \n        .appliance-row input:focus, .appliance-row select:focus {\n            outline: none;\n            border-color: var(--primary-color);\n        }\n        \n        button {\n    background-color: #009dff; \/* New blue color *\/\n    color: white;\n    border: none;\n    padding: 10px 20px;\n    border-radius: 5px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: background-color 0.3s;\n}\n\nbutton:hover {\n    background-color: #04357d; \/* New dark blue hover color *\/\n}\n\n.add-appliance {\n    background-color: #009dff; \/* Consistent with main button color *\/\n    margin-top: 10px;\n}\n\n.add-appliance:hover {\n    background-color: #04357d; \/* Consistent dark blue hover *\/\n}\n\n.remove-btn {\n    background-color: #ff4d4d;\n    color: white;\n    border: none;\n    border-radius: 50%;\n    width: 24px;\n    height: 24px;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 0;\n}\n\n.remove-btn:hover {\n    background-color: #ff1a1a;\n}\n        }\n        \n        @media (max-width: 600px) {\n            .appliance-row {\n                flex-direction: column;\n                align-items: stretch;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"calculator-container\">\n        <h1>Energy Load Calculator<\/h1>\n        \n        <div class=\"input-section\">\n            <h2>Basic Information<\/h2>\n            <div class=\"appliance-row\">\n                <div style=\"flex: 1;\">\n                    <label for=\"location\">Location\/Climate Zone<\/label>\n                    <select id=\"location\">\n                        <option value=\"1\">Temperate<\/option>\n                        <option value=\"1.1\">Hot-Dry<\/option>\n                        <option value=\"1.2\">Hot-Humid<\/option>\n                        <option value=\"0.9\">Cold<\/option>\n                    <\/select>\n                <\/div>\n                <div style=\"flex: 1;\">\n                    <label for=\"area\">Area (sq ft\/m\u00b2)<\/label>\n                    <input type=\"number\" id=\"area\" placeholder=\"Enter area\">\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"input-section\">\n            <h2>Appliances and Equipment<\/h2>\n            <div id=\"appliance-container\">\n                <!-- Appliance rows will be added here -->\n            <\/div>\n            <button class=\"add-appliance\" onclick=\"addApplianceRow()\">+ Add Appliance<\/button>\n        <\/div>\n        \n        <div class=\"input-section\">\n            <h2>Usage Patterns<\/h2>\n            <div class=\"appliance-row\">\n                <div style=\"flex: 1;\">\n                    <label for=\"daily-hours\">Average Daily Usage (hours)<\/label>\n                    <input type=\"number\" id=\"daily-hours\" placeholder=\"Hours per day\" value=\"24\">\n                <\/div>\n                <div style=\"flex: 1;\">\n                    <label for=\"days-per-week\">Days per Week<\/label>\n                    <input type=\"number\" id=\"days-per-week\" placeholder=\"Days per week\" value=\"7\">\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <button onclick=\"calculateEnergy()\">Calculate Energy Load<\/button>\n        \n        <div id=\"results\" class=\"results\">\n            <h2>Energy Load Results<\/h2>\n            <div id=\"result-items\">\n                <!-- Results will be displayed here -->\n            <\/div>\n            <div class=\"result-item total\">\n                <span>Total Daily Energy Consumption:<\/span>\n                <span id=\"total-daily\">0 kWh<\/span>\n            <\/div>\n            <div class=\"result-item total\">\n                <span>Total Weekly Energy Consumption:<\/span>\n                <span id=\"total-weekly\">0 kWh<\/span>\n            <\/div>\n            <div class=\"result-item total\">\n                <span>Estimated Monthly Cost (@ $0.15\/kWh):<\/span>\n                <span id=\"total-monthly\">$0<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Add initial appliance row\n        document.addEventListener('DOMContentLoaded', function() {\n            addApplianceRow();\n        });\n        \n        function addApplianceRow() {\n            const container = document.getElementById('appliance-container');\n            const rowId = Date.now();\n            \n            const row = document.createElement('div');\n            row.className = 'appliance-row';\n            row.id = 'row-' + rowId;\n            \n            row.innerHTML = `\n                <div style=\"flex: 2;\">\n                    <label for=\"appliance-${rowId}\">Appliance\/Equipment<\/label>\n                    <input type=\"text\" id=\"appliance-${rowId}\" placeholder=\"e.g., Refrigerator\">\n                <\/div>\n                <div style=\"flex: 1;\">\n                    <label for=\"watts-${rowId}\">Power (Watts)<\/label>\n                    <input type=\"number\" id=\"watts-${rowId}\" placeholder=\"Wattage\">\n                <\/div>\n                <div style=\"flex: 1;\">\n                    <label for=\"quantity-${rowId}\">Quantity<\/label>\n                    <input type=\"number\" id=\"quantity-${rowId}\" placeholder=\"Qty\" value=\"1\">\n                <\/div>\n                <div style=\"display: flex; align-items: flex-end;\">\n                    <button class=\"remove-btn\" onclick=\"removeRow('row-${rowId}')\">\u00d7<\/button>\n                <\/div>\n            `;\n            \n            container.appendChild(row);\n        }\n        \n        function removeRow(rowId) {\n            const row = document.getElementById(rowId);\n            if (row) {\n                row.remove();\n            }\n        }\n        \n        function calculateEnergy() {\n            const locationFactor = parseFloat(document.getElementById('location').value);\n            const area = parseFloat(document.getElementById('area').value) || 1;\n            const dailyHours = parseFloat(document.getElementById('daily-hours').value) || 0;\n            const daysPerWeek = parseFloat(document.getElementById('days-per-week').value) || 0;\n            \n            const applianceRows = document.querySelectorAll('#appliance-container .appliance-row');\n            let totalDailyWatts = 0;\n            let resultHTML = '';\n            \n            applianceRows.forEach(row => {\n                const rowId = row.id.split('-')[1];\n                const applianceName = document.getElementById(`appliance-${rowId}`).value || 'Unnamed Appliance';\n                const watts = parseFloat(document.getElementById(`watts-${rowId}`).value) || 0;\n                const quantity = parseFloat(document.getElementById(`quantity-${rowId}`).value) || 1;\n                \n                const applianceWatts = watts * quantity;\n                const dailyConsumption = (applianceWatts * dailyHours) \/ 1000; \/\/ kWh\n                \n                totalDailyWatts += applianceWatts;\n                \n                resultHTML += `\n                    <div class=\"result-item\">\n                        <span>${applianceName} (${watts}W \u00d7 ${quantity})<\/span>\n                        <span>${dailyConsumption.toFixed(2)} kWh\/day<\/span>\n                    <\/div>\n                `;\n            });\n            \n            \/\/ Calculate totals\n            const totalDaily = (totalDailyWatts * dailyHours * locationFactor) \/ 1000;\n            const totalWeekly = totalDaily * daysPerWeek;\n            const totalMonthlyCost = (totalDaily * 30 * 0.15).toFixed(2); \/\/ Assuming $0.15\/kWh\n            \n            \/\/ Display results\n            document.getElementById('result-items').innerHTML = resultHTML;\n            document.getElementById('total-daily').textContent = totalDaily.toFixed(2) + ' kWh';\n            document.getElementById('total-weekly').textContent = totalWeekly.toFixed(2) + ' kWh';\n            document.getElementById('total-monthly').textContent = '$' + totalMonthlyCost;\n            \n            document.getElementById('results').style.display = 'block';\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<!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>How It Works &#8211; ToolsBlaster.com<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <style>\n    body {\n      font-family: 'Arial', sans-serif;\n      background-color: #f4f4f9;\n      margin: 0;\n      padding: 0;\n      color: #333;\n      line-height: 1.6;\n    }\n    .container {\n      max-width: 900px;\n      margin: 50px auto;\n      padding: 20px;\n      background: white;\n      border-radius: 10px;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n    }\n    h1 {\n      color: #033676;\n      text-align: center;\n      margin-bottom: 20px;\n    }\n    h2 {\n      color: #009dff;\n      margin-top: 30px;\n      margin-bottom: 15px;\n      display: flex;\n      align-items: center;\n    }\n    h2 i {\n      margin-right: 10px;\n      font-size: 24px;\n    }\n    p {\n      margin: 10px 0;\n    }\n    ul {\n      margin-left: 20px;\n    }\n    .footer {\n      text-align: center;\n      margin-top: 40px;\n      font-size: 14px;\n      color: #777;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h1>How It Works<\/h1>\n    \n    <h2><i class=\"fas fa-keyboard\"><\/i> Input Fields<\/h2>\n    <p>Users enter the appliance name, power rating (in Watts), average daily usage (in hours), and quantity.<\/p>\n    \n    <h2><i class=\"fas fa-plus-circle\"><\/i> Add Appliance Button<\/h2>\n    <p>Adds the appliance to the list and calculates its energy consumption in kWh.<\/p>\n    \n    <h2><i class=\"fas fa-list\"><\/i> Appliance List<\/h2>\n    <p>Displays all added appliances in a table with their details and energy consumption.<\/p>\n    \n    <h2><i class=\"fas fa-calculator\"><\/i> Calculate Button<\/h2>\n    <p>Calculates the total energy load by summing up the energy consumption of all appliances.<\/p>\n    \n    <h2><i class=\"fas fa-chart-line\"><\/i> Result Display<\/h2>\n    <p>Displays the total energy load in kWh.<\/p>\n    \n    <div class=\"footer\">\n      <p>&copy; 2025 ToolsBlaster.com. All rights reserved.<\/p>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<!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>Home Appliance Power Ratings<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <style>\n    body {\n      font-family: 'Arial', sans-serif;\n      background-color: #f4f4f9;\n      margin: 0;\n      padding: 0;\n      color: #333;\n    }\n    .container {\n      max-width: 900px;\n      margin: 50px auto;\n      padding: 20px;\n      background: white;\n      border-radius: 10px;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n    }\n    h1 {\n      color: #033676;\n      text-align: center;\n      margin-bottom: 20px;\n    }\n    h2 {\n      color: #009dff;\n      margin-top: 30px;\n      margin-bottom: 15px;\n      display: flex;\n      align-items: center;\n    }\n    h2 i {\n      margin-right: 10px;\n      font-size: 24px;\n    }\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n    th, td {\n      border: 1px solid #ddd;\n      padding: 10px;\n      text-align: left;\n    }\n    th {\n      background-color: #009dff;\n      color: white;\n    }\n    .footer {\n      text-align: center;\n      margin-top: 40px;\n      font-size: 14px;\n      color: #777;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h1>Home Appliance Power Ratings<\/h1>\n    <p>Below is a list of common home appliances and their approximate power consumption in watts (W).<\/p>\n    \n    <h2><i class=\"fas fa-lightbulb\"><\/i> Lighting &amp; Electronics<\/h2>\n    <table>\n      <tr><th>Appliance<\/th><th>Power Rating (W)<\/th><\/tr>\n      <tr><td>LED Bulb<\/td><td>5W &#8211; 15W<\/td><\/tr>\n      <tr><td>CFL Bulb<\/td><td>10W &#8211; 50W<\/td><\/tr>\n      <tr><td>Incandescent Bulb<\/td><td>40W &#8211; 100W<\/td><\/tr>\n      <tr><td>Tube Light<\/td><td>18W &#8211; 40W<\/td><\/tr>\n      <tr><td>Night Lamp<\/td><td>2W &#8211; 10W<\/td><\/tr>\n      <tr><td>Ceiling Fan<\/td><td>50W &#8211; 75W<\/td><\/tr>\n      <tr><td>Table Fan<\/td><td>25W &#8211; 50W<\/td><\/tr>\n      <tr><td>Laptop<\/td><td>50W &#8211; 100W<\/td><\/tr>\n      <tr><td>Desktop Computer<\/td><td>150W &#8211; 400W<\/td><\/tr>\n      <tr><td>Monitor (LCD\/LED)<\/td><td>20W &#8211; 100W<\/td><\/tr>\n      <tr><td>Printer (Laser)<\/td><td>300W &#8211; 1000W<\/td><\/tr>\n      <tr><td>Printer (Inkjet)<\/td><td>30W &#8211; 50W<\/td><\/tr>\n      <tr><td>Wi-Fi Router<\/td><td>5W &#8211; 20W<\/td><\/tr>\n      <tr><td>Mobile Charger<\/td><td>5W &#8211; 20W<\/td><\/tr>\n      <tr><td>CCTV Camera<\/td><td>10W &#8211; 50W<\/td><\/tr>\n      <tr><td>Home Theater System<\/td><td>50W &#8211; 500W<\/td><\/tr>\n      <tr><td>TV (LED)<\/td><td>50W &#8211; 150W<\/td><\/tr>\n      <tr><td>TV (Plasma)<\/td><td>150W &#8211; 400W<\/td><\/tr>\n      <tr><td>Gaming Console (PS\/Xbox)<\/td><td>100W &#8211; 300W<\/td><\/tr>\n    <\/table>\n    \n    <h2><i class=\"fas fa-utensils\"><\/i> Kitchen Appliances<\/h2>\n    <table>\n      <tr><th>Appliance<\/th><th>Power Rating (W)<\/th><\/tr>\n      <tr><td>Refrigerator<\/td><td>100W &#8211; 800W<\/td><\/tr>\n      <tr><td>Deep Freezer<\/td><td>150W &#8211; 500W<\/td><\/tr>\n      <tr><td>Microwave Oven<\/td><td>600W &#8211; 1500W<\/td><\/tr>\n      <tr><td>Electric Kettle<\/td><td>1000W &#8211; 2000W<\/td><\/tr>\n      <tr><td>Toaster<\/td><td>800W &#8211; 1500W<\/td><\/tr>\n      <tr><td>Induction Cooktop<\/td><td>1200W &#8211; 2200W<\/td><\/tr>\n      <tr><td>Rice Cooker<\/td><td>300W &#8211; 700W<\/td><\/tr>\n      <tr><td>Blender\/Mixer Grinder<\/td><td>300W &#8211; 1000W<\/td><\/tr>\n      <tr><td>Coffee Maker<\/td><td>600W &#8211; 1200W<\/td><\/tr>\n      <tr><td>Dishwasher<\/td><td>1200W &#8211; 2400W<\/td><\/tr>\n      <tr><td>Sandwich Maker<\/td><td>700W &#8211; 1200W<\/td><\/tr>\n      <tr><td>Air Fryer<\/td><td>800W &#8211; 1500W<\/td><\/tr>\n      <tr><td>Electric Stove<\/td><td>1500W &#8211; 3000W<\/td><\/tr>\n    <\/table>\n    \n    <h2><i class=\"fas fa-broom\"><\/i> Laundry &amp; Cleaning Appliances<\/h2>\n    <table>\n      <tr><th>Appliance<\/th><th>Power Rating (W)<\/th><\/tr>\n      <tr><td>Washing Machine (Front Load)<\/td><td>1000W &#8211; 2000W<\/td><\/tr>\n      <tr><td>Washing Machine (Top Load)<\/td><td>500W &#8211; 1500W<\/td><\/tr>\n      <tr><td>Clothes Dryer<\/td><td>1500W &#8211; 5000W<\/td><\/tr>\n      <tr><td>Iron (Steam\/Dry)<\/td><td>800W &#8211; 2000W<\/td><\/tr>\n      <tr><td>Vacuum Cleaner<\/td><td>500W &#8211; 1500W<\/td><\/tr>\n    <\/table>\n    \n    <h2><i class=\"fas fa-snowflake\"><\/i> Cooling &amp; Heating Appliances<\/h2>\n    <table>\n      <tr><th>Appliance<\/th><th>Power Rating (W)<\/th><\/tr>\n      <tr><td>Air Conditioner (1 Ton)<\/td><td>900W &#8211; 1400W<\/td><\/tr>\n      <tr><td>Air Conditioner (1.5 Ton)<\/td><td>1500W &#8211; 2000W<\/td><\/tr>\n      <tr><td>Air Conditioner (2 Ton)<\/td><td>2000W &#8211; 3500W<\/td><\/tr>\n      <tr><td>Room Heater<\/td><td>1000W &#8211; 2500W<\/td><\/tr>\n      <tr><td>Electric Geyser<\/td><td>1000W &#8211; 3000W<\/td><\/tr>\n      <tr><td>Water Dispenser (Hot &amp; Cold)<\/td><td>500W &#8211; 1200W<\/td><\/tr>\n    <\/table>\n    \n    <h2><i class=\"fas fa-cogs\"><\/i> Miscellaneous Appliances<\/h2>\n    <table>\n      <tr><th>Appliance<\/th><th>Power Rating (W)<\/th><\/tr>\n      <tr><td>Hair Dryer<\/td><td>800W &#8211; 2000W<\/td><\/tr>\n      <tr><td>Electric Shaver<\/td><td>5W &#8211; 15W<\/td><\/tr>\n      <tr><td>Treadmill<\/td><td>1000W &#8211; 3000W<\/td><\/tr>\n      <tr><td>Sewing Machine<\/td><td>50W &#8211; 150W<\/td><\/tr>\n    <\/table>\n    \n    <div class=\"footer\">\n      <p>&copy; 2025 ToolsBlaster.com. All rights reserved.<\/p>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n<img src=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1.webp\" class=\"ss-hidden-pin-image\" alt=\"\" data-pin-url=\"https:\/\/toolsblaster.com\/?p=1062\" data-pin-media=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1.webp\" data-pin-description=\"Best Energy Load Calculator\"\/>","protected":false},"excerpt":{"rendered":"<p>Energy Load Calculator Energy Load Calculator Basic Information Location\/Climate Zone TemperateHot-DryHot-HumidCold Area (sq ft\/m\u00b2) Appliances and Equipment + Add Appliance Usage Patterns Average Daily Usage (hours) Days per Week Calculate&hellip;<\/p>\n<img src=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1.webp\" class=\"ss-hidden-pin-image\" alt=\"\" data-pin-url=\"https:\/\/toolsblaster.com\/?p=1062\" data-pin-media=\"https:\/\/toolsblaster.com\/wp-content\/uploads\/2025\/03\/Energy-1-1.webp\" data-pin-description=\"Best Energy Load Calculator\"\/>","protected":false},"author":1,"featured_media":1101,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAowgIyDCw:productID":"","_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[16,10],"tags":[],"class_list":["post-1062","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-calculators","category-top-tools"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/posts\/1062","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1062"}],"version-history":[{"count":2,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/posts\/1062\/revisions"}],"predecessor-version":[{"id":1706,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/posts\/1062\/revisions\/1706"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=\/wp\/v2\/media\/1101"}],"wp:attachment":[{"href":"https:\/\/toolsblaster.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1062"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1062"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/toolsblaster.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}