{"id":11385,"date":"2025-10-10T13:51:46","date_gmt":"2025-10-10T11:51:46","guid":{"rendered":"https:\/\/www.energycle.com\/?p=11385"},"modified":"2026-01-06T09:41:15","modified_gmt":"2026-01-06T08:41:15","slug":"una-guia-completa-sobre-los-tipos-beneficios-y-aplicaciones-de-las-maquinas-de-reciclaje-de-espuma","status":"publish","type":"post","link":"https:\/\/www.energycle.com\/es\/una-guia-completa-sobre-los-tipos-beneficios-y-aplicaciones-de-las-maquinas-de-reciclaje-de-espuma\/","title":{"rendered":"Gu\u00eda completa sobre m\u00e1quinas de reciclaje de espuma: tipos, beneficios y aplicaciones"},"content":{"rendered":"\n<style>\n.foam-article-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  line-height: 1.8;\n  color: #333;\n}\n\n.foam-article-container h1 {\n  color: #4d94e7;\n  font-size: 2.5em;\n  margin-bottom: 0.5em;\n  line-height: 1.3;\n}\n\n.foam-article-container h2 {\n  color: #4d94e7;\n  font-size: 1.8em;\n  margin-top: 1.5em;\n  margin-bottom: 0.8em;\n  border-left: 4px solid #4d94e7;\n  padding-left: 15px;\n}\n\n.foam-article-container h3 {\n  color: #2c5aa0;\n  font-size: 1.4em;\n  margin-top: 1.2em;\n  margin-bottom: 0.6em;\n}\n\n.foam-article-container p {\n  margin-bottom: 1.2em;\n}\n\n.foam-article-container .intro-highlight {\n  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);\n  border-left: 5px solid #4d94e7;\n  padding: 25px;\n  margin: 30px 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(77, 148, 231, 0.1);\n}\n\n.foam-article-container .machine-card {\n  background: #ffffff;\n  border: 2px solid #e3f0ff;\n  border-radius: 10px;\n  padding: 25px;\n  margin: 25px 0;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.foam-article-container .machine-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 20px rgba(77, 148, 231, 0.15);\n}\n\n.foam-article-container .machine-card h3 {\n  color: #4d94e7;\n  margin-top: 0;\n  display: flex;\n  align-items: center;\n}\n\n.foam-article-container .machine-card h3 i {\n  margin-right: 12px;\n  font-size: 1.3em;\n  color: #4d94e7;\n}\n\n.foam-article-container .specs-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 15px;\n  margin: 20px 0;\n}\n\n.foam-article-container .spec-item {\n  background: #f8fbff;\n  padding: 15px;\n  border-radius: 6px;\n  border-left: 3px solid #4d94e7;\n}\n\n.foam-article-container .spec-label {\n  font-weight: 600;\n  color: #4d94e7;\n  display: block;\n  margin-bottom: 5px;\n}\n\n.foam-article-container .benefits-section {\n  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);\n  padding: 30px;\n  border-radius: 12px;\n  margin: 35px 0;\n  box-shadow: 0 4px 15px rgba(77, 148, 231, 0.1);\n}\n\n.foam-article-container .benefit-card {\n  background: white;\n  padding: 20px;\n  margin: 20px 0;\n  border-radius: 8px;\n  border-top: 4px solid #4d94e7;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n}\n\n.foam-article-container .benefit-card h3 {\n  color: #4d94e7;\n  margin-top: 0;\n  display: flex;\n  align-items: center;\n}\n\n.foam-article-container .benefit-card h3 i {\n  background: #4d94e7;\n  color: white;\n  border-radius: 50%;\n  width: 32px;\n  height: 32px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  font-size: 0.9em;\n  flex-shrink: 0;\n}\n\n.foam-article-container .application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin: 30px 0;\n}\n\n.foam-article-container .application-card {\n  background: white;\n  border: 2px solid #e3f0ff;\n  border-radius: 10px;\n  padding: 25px;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.foam-article-container .application-card:hover {\n  border-color: #4d94e7;\n  transform: translateY(-5px);\n  box-shadow: 0 8px 20px rgba(77, 148, 231, 0.15);\n}\n\n.foam-article-container .application-card h3 {\n  color: #4d94e7;\n  margin-top: 15px;\n}\n\n.foam-article-container .icon-large {\n  font-size: 3.5em;\n  color: #4d94e7;\n  margin-bottom: 15px;\n}\n\n.foam-article-container .decision-guide {\n  background: linear-gradient(135deg, #4d94e7 0%, #2c5aa0 100%);\n  color: white;\n  padding: 35px;\n  border-radius: 12px;\n  margin: 40px 0;\n  box-shadow: 0 6px 20px rgba(77, 148, 231, 0.25);\n}\n\n.foam-article-container .decision-guide h2 {\n  color: white;\n  border-left-color: white;\n  margin-top: 0;\n}\n\n.foam-article-container .decision-guide ul {\n  list-style: none;\n  padding: 0;\n}\n\n.foam-article-container .decision-guide li {\n  padding: 15px 0;\n  padding-left: 40px;\n  position: relative;\n  line-height: 1.7;\n}\n\n.foam-article-container .decision-guide li i {\n  position: absolute;\n  left: 0;\n  top: 18px;\n  color: #ffffff;\n  font-size: 1em;\n}\n\n.foam-article-container .cta-box {\n  background: #f8fbff;\n  border: 2px dashed #4d94e7;\n  padding: 30px;\n  text-align: center;\n  border-radius: 10px;\n  margin: 35px 0;\n}\n\n.foam-article-container .cta-box p {\n  font-size: 1.1em;\n  margin-bottom: 0;\n  color: #2c5aa0;\n}\n\n.foam-article-container .featured-image {\n  width: 100%;\n  height: auto;\n  border-radius: 10px;\n  margin: 25px 0;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n}\n\n.foam-article-container .key-takeaway {\n  background: #fff8e6;\n  border-left: 5px solid #ffc107;\n  padding: 20px;\n  margin: 25px 0;\n  border-radius: 6px;\n}\n\n.foam-article-container .key-takeaway h3 {\n  color: #f57c00;\n  display: flex;\n  align-items: center;\n  margin-top: 0;\n}\n\n.foam-article-container .key-takeaway h3 i {\n  margin-right: 10px;\n  font-size: 1.2em;\n}\n\n@media (max-width: 768px) {\n  .foam-article-container .specs-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .foam-article-container .application-grid {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style>\n\n<article class=\"foam-article-container\">\n  <h1>A Comprehensive Guide to Foam Recycling Machines: Types, Benefits, and Applications<\/h1>\n  \n  <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2024\/11\/Clipboard-2024-11-04-10.54.11.webp\" alt=\"Foam recycling machine processing EPS waste\" class=\"featured-image\">\n  \n  <div class=\"intro-highlight\">\n    <p><strong>The Challenge:<\/strong> Foam waste, particularly expanded polystyrene (EPS) and polyurethane (PU) foam, represents a significant environmental challenge in today&#8217;s industrial landscape. Used extensively in packaging, insulation, and manufacturing applications, foam materials are non-biodegradable and consume substantial landfill space when improperly managed.<\/p>\n    <p><strong>The Solution:<\/strong> Foam recycling machines provide an innovative, cost-effective approach to managing foam waste by enabling businesses to process, compress, and repurpose these materials into valuable resources while significantly reducing their environmental footprint.<\/p>\n  <\/div>\n\n  <h2>Understanding Foam Recycling Machines<\/h2>\n  \n  <p>A foam recycling machine is specialized equipment engineered to process and recycle various types of foam waste efficiently. These machines employ different technologies\u2014including mechanical compression, thermal melting, and shredding\u2014to transform bulky foam waste into dense, manageable materials suitable for repurposing.<\/p>\n  \n  <p>By implementing <a href=\"https:\/\/www.energycle.com\/eps-recycling-machine\">EPS recycling<\/a> solutions, businesses can dramatically reduce their environmental impact, minimize landfill dependency, and significantly lower waste management expenses while contributing to a circular economy.<\/p>\n\n  <h2>Types of Foam Recycling Machines: Selecting the Right Technology<\/h2>\n\n  <div class=\"machine-card\">\n    <h3><i class=\"fas fa-compress-arrows-alt\"><\/i>1. Cold Compactors<\/h3>\n    <p>Cold compactors represent an energy-efficient solution for businesses managing large volumes of expanded polystyrene (EPS) foam. These machines utilize mechanical pressure without heat application to compress foam waste into compact blocks, achieving volume reduction rates of 50-90%.<\/p>\n    \n    <div class=\"specs-grid\">\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Ideal For:<\/span>\n        EPS foam and lightweight expandable materials\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Key Advantage:<\/span>\n        Zero heat requirement reduces energy consumption and operational costs\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Primary Applications:<\/span>\n        Packaging operations, logistics centers, distribution facilities\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Volume Reduction:<\/span>\n        50-90% compression ratio\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"machine-card\">\n    <h3><i class=\"fas fa-fire\"><\/i>2. Hot Melting Machines<\/h3>\n    <p>Hot melting machines employ thermal technology to melt and densify foam waste efficiently. Foam material is fed into a heated chamber where it melts and is subsequently extruded as dense blocks or ingots, achieving impressive densification ratios up to 90:1.<\/p>\n    \n    <div class=\"specs-grid\">\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Ideal For:<\/span>\n        EPS, XPS, EPE, and various expandable foam types\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Key Advantage:<\/span>\n        Superior density output with multi-foam compatibility\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Primary Applications:<\/span>\n        Furniture manufacturing, appliance production, large-scale recycling\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Densification Ratio:<\/span>\n        Up to 90:1 volume reduction\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"machine-card\">\n    <h3><i class=\"fas fa-temperature-high\"><\/i>3. Thermal Densifiers<\/h3>\n    <p>Thermal densifiers apply controlled heat to soften and compress foam waste without complete melting. This technology offers efficient densification while maintaining material integrity, making transportation and recycling processes more economical.<\/p>\n    \n    <div class=\"specs-grid\">\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Ideal For:<\/span>\n        EPS and EPE foam materials\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Key Advantage:<\/span>\n        Efficient densification with minimal labor requirements\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Primary Applications:<\/span>\n        High-volume warehouses, dedicated recycling facilities\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Operational Efficiency:<\/span>\n        Low maintenance, continuous processing capability\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"machine-card\">\n    <h3><i class=\"fas fa-cogs\"><\/i>4. Shredders and Granulators<\/h3>\n    <p>Shredders and granulators mechanically break down foam materials into small pieces or granules that can be directly reused in manufacturing processes or further processed. These machines excel at handling polyurethane (PU) foam commonly found in furniture and bedding applications.<\/p>\n    \n    <div class=\"specs-grid\">\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Ideal For:<\/span>\n        PU foam, soft foams, cushioning materials\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Key Advantage:<\/span>\n        Produces reusable material for direct manufacturing integration\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Primary Applications:<\/span>\n        Furniture production, automotive industry, packaging sectors\n      <\/div>\n      <div class=\"spec-item\">\n        <span class=\"spec-label\">Output:<\/span>\n        Granulated foam suitable for new product manufacturing\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"benefits-section\">\n    <h2>Key Benefits of Investing in Foam Recycling Machines<\/h2>\n\n    <div class=\"benefit-card\">\n      <h3><i class=\"fas fa-dollar-sign\"><\/i>Substantial Cost Reduction<\/h3>\n      <p>Foam&#8217;s lightweight yet voluminous nature results in significant transportation and landfill disposal fees. Recycling machines reduce foam volume by up to 90%, dramatically cutting waste management expenses. Businesses typically achieve ROI within 18-36 months through disposal cost savings alone.<\/p>\n    <\/div>\n\n    <div class=\"benefit-card\">\n      <h3><i class=\"fas fa-leaf\"><\/i>Environmental Impact Mitigation<\/h3>\n      <p>Foam materials can persist in landfills for hundreds of years without decomposing. By recycling foam waste, companies actively participate in circular economy initiatives, reducing greenhouse gas emissions associated with foam production and landfill management while conserving natural resources.<\/p>\n    <\/div>\n\n    <div class=\"benefit-card\">\n      <h3><i class=\"fas fa-chart-line\"><\/i>Revenue Generation Opportunities<\/h3>\n      <p>Recycled foam blocks, ingots, and granules possess commercial value in secondary markets. Manufacturers actively purchase recycled foam materials for use in construction, packaging, and manufacturing applications, creating an additional revenue stream that offsets equipment investment costs.<\/p>\n    <\/div>\n\n    <div class=\"benefit-card\">\n      <h3><i class=\"fas fa-award\"><\/i>Enhanced Corporate Sustainability Profile<\/h3>\n      <p>Modern consumers and B2B clients increasingly prioritize partnerships with environmentally responsible companies. Implementing foam recycling demonstrates tangible commitment to sustainability, strengthening brand reputation, meeting ESG (Environmental, Social, and Governance) criteria, and potentially opening new market opportunities.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2>Industry Applications: Where Foam Recycling Delivers Maximum Value<\/h2>\n\n  <div class=\"application-grid\">\n    <div class=\"application-card\">\n      <i class=\"fas fa-box-open icon-large\"><\/i>\n      <h3>Packaging Industry<\/h3>\n      <p>Packaging operations generate substantial EPS foam waste from protective materials. Recycling machines transform this waste into compact blocks, reducing storage requirements and disposal costs while supporting sustainable packaging initiatives and meeting corporate sustainability goals.<\/p>\n    <\/div>\n\n    <div class=\"application-card\">\n      <i class=\"fas fa-couch icon-large\"><\/i>\n      <h3>Furniture Manufacturing<\/h3>\n      <p>Polyurethane foam constitutes a major component in furniture cushioning. Manufacturers utilizing shredders and granulators can recycle production scrap and end-of-life products, creating closed-loop manufacturing systems that reduce raw material costs and environmental impact.<\/p>\n    <\/div>\n\n    <div class=\"application-card\">\n      <i class=\"fas fa-hard-hat icon-large\"><\/i>\n      <h3>Construction and Insulation<\/h3>\n      <p>Construction projects frequently utilize EPS and XPS foam for insulation and structural applications. Hot melting machines and densifiers enable contractors to recycle leftover materials and demolition waste, reducing project costs and meeting green building certification requirements.<\/p>\n    <\/div>\n\n    <div class=\"application-card\">\n      <i class=\"fas fa-microchip icon-large\"><\/i>\n      <h3>Electronics and Appliance Manufacturing<\/h3>\n      <p>Electronics manufacturers use foam extensively for protective packaging during product shipment. On-site foam recycling capabilities reduce waste management complexity, lower disposal costs, and demonstrate compliance with extended producer responsibility regulations.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"decision-guide\">\n    <h2>Selecting the Optimal Foam Recycling Machine: Decision Framework<\/h2>\n    <p>Choosing the appropriate foam recycling equipment requires careful evaluation of multiple operational and financial factors:<\/p>\n    <ul>\n      <li><i class=\"fas fa-check-circle\"><\/i><strong>Foam Type Identification:<\/strong> Different machines excel with specific foam types. EPS and XPS foam work best with cold compactors, hot melters, and densifiers, while PU foam requires shredding or granulation equipment. Accurately identify your waste stream composition before equipment selection.<\/li>\n      \n      <li><i class=\"fas fa-check-circle\"><\/i><strong>Processing Volume Assessment:<\/strong> Match machine capacity to your waste generation rate. Small operations may succeed with cold compactors, while high-volume facilities require robust hot melting machines or thermal densifiers capable of continuous, high-capacity processing.<\/li>\n      \n      <li><i class=\"fas fa-check-circle\"><\/i><strong>Budget and ROI Analysis:<\/strong> While foam recycling machines require upfront capital investment, calculate total cost of ownership including disposal cost savings, potential revenue from recycled materials, and operational expenses. Most businesses achieve positive ROI within 2-3 years.<\/li>\n      \n      <li><i class=\"fas fa-check-circle\"><\/i><strong>Space and Infrastructure Requirements:<\/strong> Evaluate available floor space, electrical capacity, ventilation requirements, and material handling capabilities. Ensure your facility can accommodate the selected equipment and associated operational workflows.<\/li>\n      \n      <li><i class=\"fas fa-check-circle\"><\/i><strong>Regulatory Compliance Considerations:<\/strong> Review local environmental regulations, recycling mandates, and potential incentives or subsidies for recycling equipment investments. Some jurisdictions offer tax benefits or grants for sustainable waste management initiatives.<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"key-takeaway\">\n    <h3><i class=\"fas fa-lightbulb\"><\/i>Industry Insight<\/h3>\n    <p>The global foam recycling market is experiencing rapid growth, driven by stringent environmental regulations, corporate sustainability commitments, and technological advancements. Businesses that invest in foam recycling infrastructure today position themselves advantageously for future regulatory requirements while capturing immediate cost savings and revenue opportunities.<\/p>\n  <\/div>\n\n  <h2>The Future of Foam Recycling: Emerging Trends and Technologies<\/h2>\n\n  <p>The foam recycling industry continues evolving with innovations that enhance efficiency, reduce energy consumption, and expand material compatibility:<\/p>\n\n  <p><strong>Advanced Automation:<\/strong> Next-generation machines incorporate AI-powered sensors and automated sorting systems that optimize processing parameters in real-time, maximizing output quality and minimizing energy consumption.<\/p>\n\n  <p><strong>Chemical Recycling Integration:<\/strong> Emerging technologies combine mechanical recycling with chemical depolymerization processes, enabling recovery of virgin-quality polymers from foam waste\u2014a breakthrough for closed-loop manufacturing systems.<\/p>\n\n  <p><strong>Hybrid Processing Systems:<\/strong> Manufacturers are developing versatile machines that combine multiple processing technologies (compression, melting, and granulation) in single units, providing operational flexibility for businesses handling diverse foam waste streams.<\/p>\n\n  <p><strong>Energy Recovery Capabilities:<\/strong> Advanced systems now capture and repurpose heat generated during thermal processing, significantly reducing net energy consumption and improving overall operational efficiency.<\/p>\n\n  <h2>Conclusion: Strategic Investment in Sustainable Waste Management<\/h2>\n\n  <p>Foam recycling machines represent a strategic investment for businesses seeking to enhance operational efficiency, reduce environmental impact, and meet evolving sustainability expectations. By understanding the distinct capabilities of different machine types\u2014from cold compactors and hot melters to thermal densifiers and granulators\u2014companies can select solutions optimally aligned with their specific operational requirements.<\/p>\n\n  <p>The benefits extend beyond immediate cost savings to encompass environmental stewardship, regulatory compliance, revenue generation, and enhanced market positioning. As regulatory pressure intensifies and consumer awareness grows, businesses implementing <a href=\"https:\/\/www.energycle.com\/eps-recycling-machine\">EPS recycling<\/a> solutions today will enjoy competitive advantages tomorrow.<\/p>\n\n  <div class=\"cta-box\">\n    <p><strong>Ready to transform your foam waste management strategy?<\/strong> Evaluate your current waste streams, calculate potential cost savings, and explore foam recycling solutions that align with your operational goals and sustainability commitments.<\/p>\n  <\/div>\n<\/article>\n\n\n\n<h2 class=\"wp-block-heading\">Related Resources<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.energycle.com\/eps-recycling-machine\/\">EPS recycling machine<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/eps-cold-press-vs-hot-melt-machine\/\">Cold press vs hot melt comparison<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/eps-styrofoam-foam-pelletizing-line\/\">EPS pelletizing line<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/how-to-choose-eps-foam-recycling-machine\/\">EPS Recycling Machine: Complete Guide<\/a><\/li>\n<\/ul>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What types of foam recycling machines are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Main types: EPS cold press compactors (mechanical volume reduction), EPS hot melt densifiers (thermal volume reduction), foam shredders (size reduction), and foam pelletizing lines (complete recycling to pellets). Choice depends on foam type, volume, and whether you want to sell densified blocks or finished pellets.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does a foam recycling machine cost?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Prices range from $15,000-$30,000 for small cold press compactors to $50,000-$150,000 for hot melt densifiers and $100,000-$300,000+ for complete foam pelletizing lines. The right investment depends on your daily foam volume and whether you sell compressed blocks or finished pellets.\"\n      }\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>El desperdicio de espuma, especialmente el poliestireno expandido (EPS) y la espuma de poliuretano (PU), plantea importantes desaf\u00edos ambientales. Esta gu\u00eda explora las m\u00e1quinas de reciclaje de espuma, sus tipos, beneficios y aplicaciones clave en diversas industrias.<\/p>","protected":false},"author":1,"featured_media":11386,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143],"tags":[],"class_list":["post-11385","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-recycling-news"],"_links":{"self":[{"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/posts\/11385","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/comments?post=11385"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/posts\/11385\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/media\/11386"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/media?parent=11385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/categories?post=11385"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.energycle.com\/es\/wp-json\/wp\/v2\/tags?post=11385"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}