{"id":16935,"date":"2026-04-23T06:51:22","date_gmt":"2026-04-23T06:51:22","guid":{"rendered":"https:\/\/www.dgcrane.com\/?p=16935"},"modified":"2026-04-23T07:34:51","modified_gmt":"2026-04-23T07:34:51","slug":"crane-hoist-motor-power-calculator","status":"publish","type":"post","link":"https:\/\/www.dgcrane.com\/vi\/crane-hoist-motor-power-calculator\/","title":{"rendered":"C\u00f4ng c\u1ee5 t\u00ednh to\u00e1n c\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 t\u1eddi c\u1ea9u tr\u1ef1c tuy\u1ebfn"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div id=\"crane-hoist-calculator\">\n  <div class=\"calc-container\">\n    <!-- \u8d77\u91cd\u91cf -->\n    <div class=\"calc-item\">\n      <label for=\"crane-capacity\">S\u1ee9c n\u00e2ng (t\u1ea5n)<\/label>\n      <input type=\"text\" id=\"crane-capacity\" placeholder=\"v\u00ed d\u1ee5 5\">\n      <div class=\"error-msg\" id=\"error-capacity\"><\/div>\n    <\/div>\n\n    <!-- \u8d77\u5347\u901f\u5ea6 -->\n    <div class=\"calc-item\">\n      <label for=\"crane-speed\">T\u1ed1c \u0111\u1ed9 n\u00e2ng h\u1ea1 (m\/ph\u00fat)<\/label>\n      <input type=\"text\" id=\"crane-speed\" placeholder=\"v\u00ed d\u1ee5 8\">\n      <div class=\"error-msg\" id=\"error-speed\"><\/div>\n    <\/div>\n\n    <!-- \u673a\u68b0\u6548\u7387 -->\n    <div class=\"calc-item\">\n      <label for=\"crane-efficiency\">Hi\u1ec7u su\u1ea5t c\u01a1 h\u1ecdc<\/label>\n<input type=\"text\" id=\"crane-efficiency\" placeholder=\"v\u00ed d\u1ee5 0,88\">\n      <div class=\"error-msg\" id=\"error-efficiency\"><\/div>\n    <\/div>\n\n    <!-- \u6309\u94ae -->\n    <div class=\"calc-buttons\">\n      <button id=\"crane-calculate\">T\u00ednh to\u00e1n<\/button>\n      <button id=\"crane-reset\">C\u00e0i l\u1ea1i<\/button>\n    <\/div>\n\n    <!-- \u7ed3\u679c -->\n    <div class=\"calc-result-box\">\n      <div class=\"result-label\">C\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 (kW)<\/div>\n      <div id=\"crane-result\">\u2014kW<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n\/* \u4f5c\u7528\u57df\u9650\u5b9a\uff1a\u4ec5 #crane-hoist-calculator \u5185\u751f\u6548 *\/\n#crane-hoist-calculator {\n  max-width: 545px;\n  padding: 30px;\n  background: #EAEEF7;\n  box-sizing: border-box;\n}\n#crane-hoist-calculator * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: inherit;\n}\n#crane-hoist-calculator .calc-container {\n  display: grid;\n  gap: 20px;\n}\n#crane-hoist-calculator .calc-item {\n  position: relative;\n  display: grid;\n  gap: 10px;\n  \/* \u56fa\u5b9a\u9ad8\u5ea6\u5360\u4f4d\uff0c\u9632\u6b62\u5e03\u5c40\u8df3\u52a8 *\/\n  padding-bottom: 20px;\n}\n#crane-hoist-calculator label {\n  font-size: 14px;\n  line-height: 120%;\n  color: #4a4a4a;\n}\n#crane-hoist-calculator input {\n  height: 36px;\n  font-size: 16px;\n  padding: 2px 10px;\n  border: 1px solid #ccc;\n  background: #fff;\n  transition: all 0.2s ease;\n}\n#crane-hoist-calculator input:focus {\n  border: 2px solid #002266 !important;\n  outline: none;\n}\n\/* \u9519\u8bef\u63d0\u793a\u7edd\u5bf9\u5b9a\u4f4d\uff0c\u4e0d\u5360\u7528\u6587\u6863\u6d41\uff0c\u4e0d\u6324\u538b\u5e03\u5c40 *\/\n#crane-hoist-calculator .error-msg {\n  position: absolute;\n  left: 0;\n  bottom: 0;\n  font-size: 12px;\n  color: red;\n  display: none;\n  line-height: 1.2;\n}\n#crane-hoist-calculator input.input-error {\n  border-color: red !important;\n}\n#crane-hoist-calculator .calc-buttons {\n  display: flex;\n  gap: 20px;\n}\n#crane-hoist-calculator .calc-buttons button {\n  flex: 1;\n  height: 34px;\n  font-size: 14px;\n  border: none;\n  cursor: pointer;\n  transition: all 0.2s ease;\n}\n#crane-hoist-calculator .calc-buttons button:first-child {\n  background: #0a3487;\n  color: #fff;\n}\n#crane-hoist-calculator .calc-buttons button:last-child {\n  background: #fff;\n  color: #4a4a4a;\n}\n#crane-hoist-calculator .calc-buttons button:hover {\n  background: #F58423 !important;\n  color: #fff !important;\n}\n#crane-hoist-calculator .calc-result-box {\n  margin-top: 10px;\n}\n#crane-hoist-calculator .result-label {\n  font-size: 14px;\n  font-weight: 700;\n  color: #4a4a4a;\n  margin-bottom: 8px;\n}\n#crane-hoist-calculator #crane-result {\n  font-size: 40px;\n  line-height: 120%;\n  font-weight: 700;\n  color: #003296;\n}\n\n\/* \u79fb\u52a8\u7aef\u9002\u914d *\/\n@media (max-width: 768px) {\n  #crane-hoist-calculator {\n    padding: 20px;\n  }\n  #crane-hoist-calculator label {\n    font-size: 0.28rem;\n  }\n  #crane-hoist-calculator input {\n    height: 0.7rem;\n    font-size: 0.28rem;\n  }\n  #crane-hoist-calculator .calc-item {\n    padding-bottom: 0.4rem;\n  }\n  #crane-hoist-calculator .error-msg {\n    font-size: 0.24rem;\n  }\n  #crane-hoist-calculator .calc-buttons {\n    flex-direction: column;\n    gap: 12px;\n  }\n  #crane-hoist-calculator .calc-buttons button {\n    min-height: 0.7rem;\n    font-size: 0.28rem;\n    width: 100%;\n  }\n  #crane-hoist-calculator #crane-result {\n    font-size: 0.8rem;\n  }\n  #crane-hoist-calculator .result-label {\n    font-size: 0.28rem;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  \/\/ \u907f\u514d\u5168\u5c40\u6c61\u67d3\n  const calculator = {\n    init: function() {\n      this.bindEvents();\n    },\n    bindEvents: function() {\n      const calcBtn = document.getElementById('crane-calculate');\n      const resetBtn = document.getElementById('crane-reset');\n      const inputs = document.querySelectorAll('#crane-hoist-calculator input');\n\n      calcBtn.addEventListener('click', this.calculate.bind(this));\n      resetBtn.addEventListener('click', this.reset.bind(this));\n      inputs.forEach(input => {\n        input.addEventListener('input', () => {\n          this.clearError(input.id.replace('crane-', ''));\n        });\n      });\n    },\n    \/\/ \u8bbe\u7f6e\u9519\u8bef\n    setError: function(field, msg) {\n      const input = document.getElementById(`crane-${field}`);\n      const errorEl = document.getElementById(`error-${field}`);\n      input.classList.add('input-error');\n      errorEl.textContent = msg;\n      errorEl.style.display = 'block';\n    },\n    \/\/ \u6e05\u9664\u9519\u8bef\n    clearError: function(field) {\n      const input = document.getElementById(`crane-${field}`);\n      const errorEl = document.getElementById(`error-${field}`);\n      input.classList.remove('input-error');\n      errorEl.style.display = 'none';\n    },\n    \/\/ \u6821\u9a8c\u8f93\u5165\n    validateInput: function() {\n      let valid = true;\n      const capacity = document.getElementById('crane-capacity').value.trim();\n      const speed = document.getElementById('crane-speed').value.trim();\n      const efficiency = document.getElementById('crane-efficiency').value.trim();\n\n      \/\/ \u8d77\u91cd\u91cf\u6821\u9a8c\n      if (!capacity || isNaN(capacity) || Number(capacity) <= 0) {\n        this.setError('capacity', 'Please enter a valid positive number');\n        valid = false;\n      }\n      \/\/ \u901f\u5ea6\u6821\u9a8c\n      if (!speed || isNaN(speed) || Number(speed) <= 0) {\n        this.setError('speed', 'Please enter a valid positive number');\n        valid = false;\n      }\n      \/\/ \u6548\u7387\u6821\u9a8c\n      if (!efficiency || isNaN(efficiency) || Number(efficiency) <= 0 || Number(efficiency) > 1) {\n        this.setError('efficiency', 'Please enter a value between 0 and 1');\n        valid = false;\n      }\n      return valid;\n    },\n    \/\/ \u8ba1\u7b97\u903b\u8f91\n    calculate: function() {\n      if (!this.validateInput()) return;\n\n      const m_ton = Number(document.getElementById('crane-capacity').value);\n      const v_mmin = Number(document.getElementById('crane-speed').value);\n      const eta = Number(document.getElementById('crane-efficiency').value);\n\n      \/\/ \u5355\u4f4d\u8f6c\u6362\n      const m = m_ton * 1000;\n      const v = v_mmin \/ 60;\n      const g = 9.81;\n\n      \/\/ \u516c\u5f0f P = (m * g * v) \/ (1000 * \u03b7)\n      const power = (m * g * v) \/ (1000 * eta);\n      document.getElementById('crane-result').textContent = power.toFixed(2) + ' kW';\n    },\n    \/\/ \u91cd\u7f6e\n    reset: function() {\n      document.getElementById('crane-capacity').value = '';\n      document.getElementById('crane-speed').value = '';\n      document.getElementById('crane-efficiency').value = '';\n      document.getElementById('crane-result').textContent = '\u2014';\n      \n      \/\/ \u6e05\u9664\u6240\u6709\u9519\u8bef\n      this.clearError('capacity');\n      this.clearError('speed');\n      this.clearError('efficiency');\n    }\n  };\n\n  \/\/ \u521d\u59cb\u5316\n  calculator.init();\n})();\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">C\u00f4ng th\u1ee9c t\u00ednh c\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 t\u1eddi c\u1ea9u<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u516c\u5f0f<\/title>\n    <style>\n        \/* \u4ec5\u516c\u5f0f\u5bb9\u5668\u6837\u5f0f\uff0c\u65e0\u5168\u5c40\u63a7\u5236 *\/\n        .formula-container {\n            font-family: \"Times New Roman\", serif;\n            font-size: 20px;\n            display: flex;\n            align-items: center;\n            gap: 0.3em;\n        }\n.formula-container span{color: #000000;}\n        .formula-fraction {\n            display: inline-flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .fraction-top,\n        .fraction-bottom {\n            padding: 0 0.2em;\n        }\n        .fraction-line {\n            width: 100%;\n            height: 0.05em;\n            background-color: #000;\n        }\n\n        \/* \u79fb\u52a8\u7aef\u5355\u72ec\u9002\u914d\uff0c\u65e0\u5168\u5c40\u5f71\u54cd *\/\n        @media (max-width: 768px) {\n            .formula-container {\n                font-size: 0.3rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"formula-container\">\n        <span>P<\/span>\n        <span>=<\/span>\n        <div class=\"formula-fraction\">\n            <div class=\"fraction-top\">m\u00b7g\u00b7v<\/div>\n            <div class=\"fraction-line\"><\/div>\n            <div class=\"fraction-bottom\">1000\u00b7\u03b7<\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>P: C\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 t\u00ednh to\u00e1n, \u0111\u01a1n v\u1ecb kW<\/li>\n\n\n\n<li>m: Kh\u1ed1i l\u01b0\u1ee3ng n\u00e2ng \u0111\u1ecbnh m\u1ee9c, \u0111\u01a1n v\u1ecb kg<\/li>\n\n\n\n<li>g: Gia t\u1ed1c tr\u1ecdng tr\u01b0\u1eddng, 9,81 m\/s\u00b2<\/li>\n\n\n\n<li>v: T\u1ed1c \u0111\u1ed9 n\u00e2ng \u0111\u1ecbnh m\u1ee9c, \u0111\u01a1n v\u1ecb m\/s<\/li>\n\n\n\n<li>\u03b7: Hi\u1ec7u su\u1ea5t c\u01a1 h\u1ecdc t\u1ed5ng th\u1ec3 (d\u1ea1ng th\u1eadp ph\u00e2n)<\/li>\n<\/ul>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">H\u01b0\u1edbng d\u1eabn chuy\u1ec3n \u0111\u1ed5i \u0111\u01a1n v\u1ecb<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Khi \u0111\u01a1n v\u1ecb t\u1ed1c \u0111\u1ed9 \u0111\u1ea7u v\u00e0o l\u00e0 m\/ph\u00fat (m\u00e9t tr\u00ean ph\u00fat), n\u00f3 s\u1ebd t\u1ef1 \u0111\u1ed9ng \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i th\u00e0nh m\/gi\u00e2y (m\u00e9t tr\u00ean gi\u00e2y) trong n\u1ec1n.<\/li>\n\n\n\n<li>Khi \u0111\u01a1n v\u1ecb kh\u1ed1i l\u01b0\u1ee3ng \u0111\u1ea7u v\u00e0o l\u00e0 t (t\u1ea5n), n\u00f3 s\u1ebd t\u1ef1 \u0111\u1ed9ng \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i th\u00e0nh kg (kilogram) trong n\u1ec1n.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">S\u1ea3n ph\u1ea9m v\u00e0 ph\u1ea1m vi \u00e1p d\u1ee5ng<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:38%\">\n<h3 class=\"wp-block-heading\">S\u1ea3n ph\u1ea9m \u00e1p d\u1ee5ng<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>C\u1ea7u tr\u1ee5c d\u1ea7m \u0111\u01a1n<\/li>\n\n\n\n<li>C\u1ea7n tr\u1ee5c \u0111\u00f4i d\u1ea7m<\/li>\n\n\n\n<li>C\u1ea7n tr\u1ee5c gi\u00e0n \u0111\u01a1n<\/li>\n\n\n\n<li>C\u1ea7n tr\u1ee5c gi\u00e0n \u0111\u00f4i<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<h3 class=\"wp-block-heading\">Ph\u1ea1m vi \u00e1p d\u1ee5ng<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Kh\u1ea3 n\u0103ng n\u00e2ng \u0111\u1ecbnh m\u1ee9c: 0,5 t\u1ea5n ~ 200 t\u1ea5n<\/li>\n\n\n\n<li>Ph\u1ea1m vi nhi\u1ec7m v\u1ee5: A1~A6 (t\u01b0\u01a1ng \u0111\u01b0\u01a1ng M1~M6)<\/li>\n\n\n\n<li>\u0110\u1ed9 cao \u2264 1000m<\/li>\n\n\n\n<li>Nhi\u1ec7t \u0111\u1ed9 m\u00f4i tr\u01b0\u1eddng: \u2264 40\u2103<\/li>\n\n\n\n<li>\u0110i\u1ec1u ki\u1ec7n l\u00e0m vi\u1ec7c: \u1ee8ng d\u1ee5ng chung trong x\u01b0\u1edfng v\u00e0 ngo\u00e0i s\u00e2n, \u0111i\u1ec7n \u00e1p l\u01b0\u1edbi \u1ed5n \u0111\u1ecbnh.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Kh\u00f4ng \u00e1p d\u1ee5ng cho<\/h3>\n\n\n\n<p>C\u1ea7n c\u1ea9u chuy\u00ean d\u1ee5ng, bao g\u1ed3m c\u1ea7n c\u1ea9u x\u01b0\u1edfng \u0111\u00fac, c\u1ea7n c\u1ea9u ch\u1ed1ng ch\u00e1y n\u1ed5, c\u1ea7n c\u1ea9u nh\u00e0 m\u00e1y \u0111i\u1ec7n h\u1ea1t nh\u00e2n v\u00e0 c\u00e1c thi\u1ebft b\u1ecb chuy\u00ean d\u1ee5ng kh\u00e1c theo y\u00eau c\u1ea7u.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Gi\u1ea3i ph\u00e1p c\u1ea7n c\u1ea9u t\u00f9y ch\u1ec9nh cho \u1ee9ng d\u1ee5ng c\u1ee7a b\u1ea1n<\/h2>\n\n\n\n<p>Thi\u1ebft k\u1ebf c\u1ea7n c\u1ea9u l\u00e0 m\u1ed9t d\u1ef1 \u00e1n mang t\u00ednh h\u1ec7 th\u1ed1ng, \u0111\u00f2i h\u1ecfi s\u1ef1 xem x\u00e9t to\u00e0n di\u1ec7n c\u00e1c \u0111i\u1ec1u ki\u1ec7n l\u00e0m vi\u1ec7c, \u1ee9ng d\u1ee5ng, m\u00f4i tr\u01b0\u1eddng v\u00e0 c\u00e1c y\u1ebfu t\u1ed1 quan tr\u1ecdng kh\u00e1c. \u0110\u1ec3 c\u00f3 gi\u1ea3i ph\u00e1p c\u1ea7n c\u1ea9u an to\u00e0n, hi\u1ec7u qu\u1ea3 v\u00e0 ti\u1ebft ki\u1ec7m chi ph\u00ed ph\u00f9 h\u1ee3p v\u1edbi nhu c\u1ea7u th\u1ef1c t\u1ebf c\u1ee7a b\u1ea1n, vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi c\u00e1c k\u1ef9 s\u01b0 chuy\u00ean nghi\u1ec7p c\u1ee7a ch\u00fang t\u00f4i \u0111\u1ec3 \u0111\u01b0\u1ee3c t\u01b0 v\u1ea5n v\u00e0 t\u00f9y ch\u1ec9nh tr\u1ef1c ti\u1ebfp.<\/p>","protected":false},"excerpt":{"rendered":"Ph\u1ea7n m\u1ec1m t\u00ednh to\u00e1n c\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 t\u1eddi c\u1ea9u l\u00e0 m\u1ed9t c\u00f4ng c\u1ee5 tr\u1ef1c tuy\u1ebfn tu\u00e2n th\u1ee7 c\u00e1c ti\u00eau chu\u1ea9n, cho ph\u00e9p t\u00ednh to\u00e1n t\u1ee9c th\u1eddi c\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 t\u1eddi c\u1ee7a c\u1ea7n c\u1ea9u tr\u00ean cao v\u00e0 c\u1ea7n c\u1ea9u gi\u00e0n, \u0111\u01b0\u1ee3c c\u00e1c k\u1ef9 s\u01b0 c\u1ea7n c\u1ea9u, nh\u00e0 s\u1ea3n xu\u1ea5t v\u00e0 kh\u00e1ch h\u00e0ng th\u01b0\u01a1ng m\u1ea1i qu\u1ed1c t\u1ebf tr\u00ean to\u00e0n c\u1ea7u tin d\u00f9ng. Ho\u00e0n to\u00e0n tu\u00e2n th\u1ee7 c\u00e1c ti\u00eau chu\u1ea9n thi\u1ebft k\u1ebf c\u1ea7n c\u1ea9u to\u00e0n c\u1ea7u, bao g\u1ed3m ISO 4301, ti\u00eau chu\u1ea9n ch\u00e2u \u00c2u FEM 1.001 v\u00e0 ti\u00eau chu\u1ea9n qu\u1ed1c gia Trung Qu\u1ed1c GB\/T 3811, ph\u1ea7n m\u1ec1m n\u00e0y lo\u1ea1i b\u1ecf s\u1ef1 ph\u1ee9c t\u1ea1p v\u00e0 r\u1ee7i ro c\u1ee7a vi\u1ec7c t\u00ednh to\u00e1n c\u00f4ng su\u1ea5t \u0111\u1ed9ng c\u01a1 th\u1ee7 c\u00f4ng.","protected":false},"author":2,"featured_media":16867,"parent":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-onlinetools.php","format":"standard","meta":{"_acf_changed":false,"rank_math_lock_modified_date":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[63],"tags":[],"class_list":["post-16935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-other"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/posts\/16935"}],"collection":[{"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/comments?post=16935"}],"version-history":[{"count":2,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/posts\/16935\/revisions"}],"predecessor-version":[{"id":16937,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/posts\/16935\/revisions\/16937"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/media\/16867"}],"wp:attachment":[{"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/media?parent=16935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/categories?post=16935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dgcrane.com\/vi\/wp-json\/wp\/v2\/tags?post=16935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}