{"id":15478,"date":"2025-04-11T01:02:53","date_gmt":"2025-04-11T01:02:53","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15478"},"modified":"2025-04-11T01:05:27","modified_gmt":"2025-04-11T01:05:27","slug":"worm-gear-geometric-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/ru\/worm-gear-geometric-calculator\/","title":{"rendered":"\u0413\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0447\u0435\u0440\u0432\u044f\u0447\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438"},"content":{"rendered":"\n<p>Discover the Worm Gear Geometric Calculator, a comprehensive tool designed to enhance precision in gear system design. Whether you&#8217;re an engineer or a hobbyist, this calculator simplifies the complexity of worm gear geometries, enabling you to optimize efficiency and performance. With accurate computations of gear ratios, lead angles, and more, it facilitates advanced design and troubleshooting. Perfect for both novice and professional use, our tool streamlines your workflow, saving you valuable time and effort. Experience effortless calculations and take your mechanical projects to the next level with our intuitive platform.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"642\" height=\"463\" src=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/276beb37-8fe4-447b-a517-e3fd3fa8f2e3.png\" loading=\"lazy\" alt=\"Worm Gear Geometric Calculator\" class=\"wp-image-15479\" srcset=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/276beb37-8fe4-447b-a517-e3fd3fa8f2e3.png 642w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/276beb37-8fe4-447b-a517-e3fd3fa8f2e3-300x216.png 300w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/276beb37-8fe4-447b-a517-e3fd3fa8f2e3-100x72.png 100w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/276beb37-8fe4-447b-a517-e3fd3fa8f2e3-624x450.png 624w\" sizes=\"(max-width: 642px) 100vw, 642px\" \/><\/figure>\n<\/div>\n\n\n<!DOCTYPE html>\n<div class=\"worm-gear-calculator-wrapper\" style=\"isolation: isolate;\">\n    <style>\n        .worm-gear-calculator-wrapper {\n            --wgc-primary-color: #2c3e50;\n            --wgc-secondary-color: #3498db;\n            --wgc-success-color: #27ae60;\n            --wgc-background-color: #f8f9fa;\n            --wgc-border-color: #dee2e6;\n            font-family: inherit;\n            line-height: 1.6;\n            color: var(--wgc-primary-color);\n        }\n\n        .worm-gear-calculator-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .worm-gear-calculator-wrapper .wgc-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .worm-gear-calculator-wrapper h1,\n        .worm-gear-calculator-wrapper h2,\n        .worm-gear-calculator-wrapper h3 {\n            color: var(--wgc-primary-color);\n            margin-bottom: 1rem;\n            line-height: 1.4;\n            font-family: inherit;\n        }\n\n        .worm-gear-calculator-wrapper .wgc-section {\n            margin-bottom: 2rem;\n            padding: 1.5rem;\n            border-radius: 8px;\n            background: white;\n        }\n\n        .worm-gear-calculator-wrapper .parameters-description {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 0.5rem;\n            font-size: 0.9rem;\n        }\n\n        .worm-gear-calculator-wrapper .parameter-item {\n            padding: 0.75rem;\n            background: var(--wgc-background-color);\n            border-radius: 4px;\n        }\n\n        .worm-gear-calculator-wrapper .parameter-item h3 {\n            font-size: 0.95rem;\n            margin-bottom: 0.25rem;\n        }\n\n        .worm-gear-calculator-wrapper .parameter-item p {\n            margin: 0;\n            font-size: 0.85rem;\n            line-height: 1.4;\n            color: #666;\n        }\n\n        .worm-gear-calculator-wrapper .calculator-form {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1rem;\n        }\n\n        .worm-gear-calculator-wrapper .form-group {\n            margin-bottom: 1rem;\n        }\n\n        .worm-gear-calculator-wrapper .button-container {\n            grid-column: 1 \/ -1;\n            text-align: center;\n            margin-top: 1rem;\n        }\n\n        .worm-gear-calculator-wrapper label {\n            display: block;\n            margin-bottom: 0.5rem;\n            font-weight: 500;\n        }\n\n        .worm-gear-calculator-wrapper input[type=\"number\"] {\n            width: 100%;\n            padding: 0.5rem;\n            border: 1px solid var(--wgc-border-color);\n            border-radius: 4px;\n            font-size: 1rem;\n            line-height: 1.5;\n            height: auto;\n        }\n\n        .worm-gear-calculator-wrapper button {\n            background-color: var(--wgc-secondary-color);\n            color: white;\n            padding: 0.75rem 1.5rem;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 1rem;\n            transition: background-color 0.3s, color 0.3s;\n            min-width: 200px;\n            line-height: 1.5;\n            height: auto;\n            text-transform: none;\n        }\n\n        .worm-gear-calculator-wrapper button:hover {\n            background-color: #2980b9;\n            color: white;\n        }\n\n        .worm-gear-calculator-wrapper .results-section {\n            display: none;\n        }\n\n        .worm-gear-calculator-wrapper .results-section.active {\n            display: block;\n        }\n\n        .worm-gear-calculator-wrapper .result-item {\n            padding: 1rem;\n            margin-bottom: 0.5rem;\n            background: var(--wgc-background-color);\n            border-radius: 4px;\n        }\n\n        .worm-gear-calculator-wrapper .result-value {\n            font-weight: bold;\n            color: var(--wgc-success-color);\n        }\n\n        @media (max-width: 768px) {\n            .worm-gear-calculator-wrapper .wgc-container {\n                padding: 10px;\n            }\n\n            .worm-gear-calculator-wrapper .calculator-form {\n                grid-template-columns: 1fr;\n            }\n\n            .worm-gear-calculator-wrapper .parameters-description {\n                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            }\n\n            .worm-gear-calculator-wrapper .parameter-item {\n                padding: 0.5rem;\n            }\n\n            .worm-gear-calculator-wrapper .parameter-item h3 {\n                font-size: 0.9rem;\n            }\n\n            .worm-gear-calculator-wrapper .parameter-item p {\n                font-size: 0.8rem;\n            }\n        }\n    <\/style>\n    \n    <div class=\"wgc-container\">\n        <section class=\"parameters-section\">\n            <h2 style=\"font-size: 1.1rem; margin-bottom: 0.75rem;\">Parameter Descriptions<\/h2>\n            <div class=\"parameters-description\">\n                <div class=\"parameter-item\">\n                    <h3>Module (m)<\/h3>\n                    <p>Basic parameter for gear teeth size<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Worm Starts (z\u2081)<\/h3>\n                    <p>Number of independent threads<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Wheel Teeth (z\u2082)<\/h3>\n                    <p>Total teeth on worm wheel<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Diameter Coef. (q)<\/h3>\n                    <p>Worm pitch diameter coefficient<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Modification Coef. (x)<\/h3>\n                    <p>Tooth profile modification<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Center Distance (a)<\/h3>\n                    <p>Distance between axes<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Profile Angle (\u03b1)<\/h3>\n                    <p>Axial pressure angle<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"calculator-section\">\n            <h2>Calculator<\/h2>\n            <form id=\"gearCalculator\" class=\"calculator-form\">\n                <div class=\"form-group\">\n                    <label for=\"module\">Module (m) [mm]<\/label>\n                    <input type=\"number\" id=\"module\" step=\"0.1\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"wormStarts\">Number of Worm Starts (z\u2081)<\/label>\n                    <input type=\"number\" id=\"wormStarts\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"wheelTeeth\">Number of Wheel Teeth (z\u2082)<\/label>\n                    <input type=\"number\" id=\"wheelTeeth\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"diameterCoef\">Worm Diameter Coefficient (q)<\/label>\n                    <input type=\"number\" id=\"diameterCoef\" step=\"0.1\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"modificationCoef\">Modification Coefficient (x)<\/label>\n                    <input type=\"number\" id=\"modificationCoef\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"centerDistance\">Center Distance (a) [mm]<\/label>\n                    <input type=\"number\" id=\"centerDistance\" step=\"0.1\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"profileAngle\">Axial Profile Angle (\u03b1) [degrees]<\/label>\n                    <input type=\"number\" id=\"profileAngle\" step=\"0.1\" required>\n                <\/div>\n                <div class=\"button-container\">\n                    <button type=\"submit\">Calculate<\/button>\n                <\/div>\n            <\/form>\n        <\/section>\n\n        <section class=\"results-section\" id=\"results\">\n            <h2>Results<\/h2>\n            <div class=\"result-item\">\n                <p>Transmission Ratio: <span class=\"result-value\" id=\"transmissionRatio\">0<\/span><\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Reference Lead Angle: <span class=\"result-value\" id=\"wormRefLeadAngle\">0<\/span>\u00b0<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Pitch Lead Angle: <span class=\"result-value\" id=\"wormPitchLeadAngle\">0<\/span>\u00b0<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Normal Pressure Angle: <span class=\"result-value\" id=\"normalPressureAngle\">0<\/span>\u00b0<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Top Clearance: <span class=\"result-value\" id=\"topClearance\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Addendum: <span class=\"result-value\" id=\"wormAddendum\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Addendum: <span class=\"result-value\" id=\"wheelAddendum\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Dedendum: <span class=\"result-value\" id=\"wormDedendum\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Dedendum: <span class=\"result-value\" id=\"wheelDedendum\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Working Tooth Height: <span class=\"result-value\" id=\"workingToothHeight\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Reference Diameter: <span class=\"result-value\" id=\"wormRefDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Reference Diameter: <span class=\"result-value\" id=\"wheelRefDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Pitch Diameter: <span class=\"result-value\" id=\"wormPitchDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Pitch Diameter: <span class=\"result-value\" id=\"wheelPitchDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Tip Diameter: <span class=\"result-value\" id=\"wormTipDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Tip Diameter: <span class=\"result-value\" id=\"wheelTipDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Root Diameter: <span class=\"result-value\" id=\"wormRootDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Root Diameter: <span class=\"result-value\" id=\"wheelRootDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Axial Pitch: <span class=\"result-value\" id=\"wormAxialPitch\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Lead: <span class=\"result-value\" id=\"wormLead\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Axial Tooth Thickness: <span class=\"result-value\" id=\"wormAxialToothThickness\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Normal Tooth Thickness: <span class=\"result-value\" id=\"wormNormalToothThickness\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Reference Normal Tooth Height: <span class=\"result-value\" id=\"wormRefNormalToothHeight\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Worm Thread Length: <span class=\"result-value\" id=\"wormThreadLength\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Maximum Outer Diameter: <span class=\"result-value\" id=\"wheelMaxOuterDiameter\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Face Width: <span class=\"result-value\" id=\"wheelFaceWidth\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Throat Radius: <span class=\"result-value\" id=\"wheelThroatRadius\">0<\/span> mm<\/p>\n            <\/div>\n            <div class=\"result-item\">\n                <p>Wheel Root Fillet Radius: <span class=\"result-value\" id=\"wheelRootFilletRadius\">0<\/span> mm<\/p>\n            <\/div>\n        <\/section>\n    <\/div>\n<\/div>\n\n<script>\n    document.getElementById('gearCalculator').addEventListener('submit', function(e) {\n        e.preventDefault();\n        \n        \/\/ Get input values\n        const module = parseFloat(document.getElementById('module').value);\n        const wormStarts = parseInt(document.getElementById('wormStarts').value);\n        const wheelTeeth = parseInt(document.getElementById('wheelTeeth').value);\n        const diameterCoef = parseFloat(document.getElementById('diameterCoef').value);\n        const modificationCoef = parseFloat(document.getElementById('modificationCoef').value);\n        const centerDistance = parseFloat(document.getElementById('centerDistance').value);\n        const profileAngle = parseFloat(document.getElementById('profileAngle').value);\n\n        \/\/ Constants\n        const PI = Math.PI;\n\n        \/\/ Perform calculations\n        const transmissionRatio = wheelTeeth \/ wormStarts;\n        const wormPitchDiameter = module * diameterCoef;\n        const wheelPitchDiameter = module * wheelTeeth;\n        \n        \/\/ Lead angles\n        const wormRefLeadAngle = Math.atan(wormStarts \/ (PI * diameterCoef)) * (180\/PI);\n        const wormPitchLeadAngle = Math.atan(wormStarts \/ (PI * diameterCoef)) * (180\/PI);\n        \n        \/\/ Normal pressure angle\n        const normalPressureAngle = Math.atan(Math.tan(profileAngle * PI\/180) * Math.cos(wormRefLeadAngle * PI\/180)) * (180\/PI);\n        \n        \/\/ Heights\n        const ha = module; \/\/ Addendum\n        const hf = 1.2 * module; \/\/ Dedendum\n        const c = 0.2 * module; \/\/ Top clearance\n        const h = ha + hf; \/\/ Total height\n        \n        \/\/ Diameters\n        const wormRefDiameter = wormPitchDiameter;\n        const wheelRefDiameter = wheelPitchDiameter;\n        const wormTipDiameter = wormPitchDiameter + 2 * ha;\n        const wheelTipDiameter = wheelPitchDiameter + 2 * ha;\n        const wormRootDiameter = wormPitchDiameter - 2 * hf;\n        const wheelRootDiameter = wheelPitchDiameter - 2 * hf;\n        \n        \/\/ Pitches and lengths\n        const wormAxialPitch = PI * module;\n        const wormLead = wormStarts * PI * module;\n        const wormAxialToothThickness = wormAxialPitch \/ 2;\n        const wormNormalToothThickness = wormAxialToothThickness * Math.cos(wormRefLeadAngle * PI\/180);\n        \n        \/\/ Wheel dimensions\n        const wheelMaxOuterDiameter = wheelTipDiameter;\n        const wheelFaceWidth = 2 * module * (11 + 0.06 * wheelTeeth);\n        const wheelThroatRadius = wormPitchDiameter\/2 + ha;\n        const wheelRootFilletRadius = 0.3 * module;\n\n        \/\/ Update all result values\n        document.getElementById('transmissionRatio').textContent = transmissionRatio.toFixed(2);\n        document.getElementById('wormRefLeadAngle').textContent = wormRefLeadAngle.toFixed(2);\n        document.getElementById('wormPitchLeadAngle').textContent = wormPitchLeadAngle.toFixed(2);\n        document.getElementById('normalPressureAngle').textContent = normalPressureAngle.toFixed(2);\n        document.getElementById('topClearance').textContent = c.toFixed(2);\n        document.getElementById('wormAddendum').textContent = ha.toFixed(2);\n        document.getElementById('wheelAddendum').textContent = ha.toFixed(2);\n        document.getElementById('wormDedendum').textContent = hf.toFixed(2);\n        document.getElementById('wheelDedendum').textContent = hf.toFixed(2);\n        document.getElementById('workingToothHeight').textContent = h.toFixed(2);\n        document.getElementById('wormRefDiameter').textContent = wormRefDiameter.toFixed(2);\n        document.getElementById('wheelRefDiameter').textContent = wheelRefDiameter.toFixed(2);\n        document.getElementById('wormPitchDiameter').textContent = wormPitchDiameter.toFixed(2);\n        document.getElementById('wheelPitchDiameter').textContent = wheelPitchDiameter.toFixed(2);\n        document.getElementById('wormTipDiameter').textContent = wormTipDiameter.toFixed(2);\n        document.getElementById('wheelTipDiameter').textContent = wheelTipDiameter.toFixed(2);\n        document.getElementById('wormRootDiameter').textContent = wormRootDiameter.toFixed(2);\n        document.getElementById('wheelRootDiameter').textContent = wheelRootDiameter.toFixed(2);\n        document.getElementById('wormAxialPitch').textContent = wormAxialPitch.toFixed(2);\n        document.getElementById('wormLead').textContent = wormLead.toFixed(2);\n        document.getElementById('wormAxialToothThickness').textContent = wormAxialToothThickness.toFixed(2);\n        document.getElementById('wormNormalToothThickness').textContent = wormNormalToothThickness.toFixed(2);\n        document.getElementById('wormRefNormalToothHeight').textContent = h.toFixed(2);\n        document.getElementById('wormThreadLength').textContent = (3 * wormAxialPitch).toFixed(2);\n        document.getElementById('wheelMaxOuterDiameter').textContent = wheelMaxOuterDiameter.toFixed(2);\n        document.getElementById('wheelFaceWidth').textContent = wheelFaceWidth.toFixed(2);\n        document.getElementById('wheelThroatRadius').textContent = wheelThroatRadius.toFixed(2);\n        document.getElementById('wheelRootFilletRadius').textContent = wheelRootFilletRadius.toFixed(2);\n\n        \/\/ Show results section\n        document.getElementById('results').classList.add('active');\n    });\n<\/script> \n","protected":false},"excerpt":{"rendered":"<p>\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0434\u043b\u044f \u0441\u0435\u0431\u044f \u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0447\u0435\u0440\u0432\u044f\u0447\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u2014 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442, \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u044f \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0437\u0443\u0431\u0447\u0430\u0442\u044b\u0445 \u043f\u0435\u0440\u0435\u0434\u0430\u0447. \u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0442\u043e\u0433\u043e, \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c \u043b\u0438 \u0432\u044b \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043e\u043c \u0438\u043b\u0438 \u043b\u044e\u0431\u0438\u0442\u0435\u043b\u0435\u043c, \u044d\u0442\u043e\u0442\u2026<\/p>","protected":false},"author":2,"featured_media":15480,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3426],"tags":[3541,3526,3538],"class_list":["post-15478","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-worm-gear-calculator","tag-gear-ratio-calculator","tag-mechanical-engineering-tools","tag-worm-gear-design","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/Worm-Gear-Geometric-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/posts\/15478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/comments?post=15478"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/posts\/15478\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/media\/15480"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/media?parent=15478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/categories?post=15478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/tags?post=15478"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}