{"id":679,"date":"2025-07-13T16:55:54","date_gmt":"2025-07-13T08:55:54","guid":{"rendered":"https:\/\/plastic-recycled.com\/?p=679"},"modified":"2025-07-13T16:55:56","modified_gmt":"2025-07-13T08:55:56","slug":"een-uitgebreide-gids-voor-moderne-recyclingapparatuur","status":"publish","type":"post","link":"https:\/\/plastic-recycled.com\/nl\/een-uitgebreide-gids-voor-moderne-recyclingapparatuur\/","title":{"rendered":"Een uitgebreide gids voor moderne recyclingapparatuur"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\" integrity=\"sha512-1ycn6IcaQQ40\/MKBW2W4Rhis\/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY\/NS5R+E6ztJQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n\n<style>\n    \/* * Scoped CSS for the Recycling Equipment Page. \n     * Designed to be embedded in WordPress without conflicting with other styles.\n     *\/\n    :root {\n        --re-text-color-primary: #1d1d1f;\n        --re-text-color-secondary: #515154;\n        --re-bg-color: #ffffff;\n        --re-secondary-bg-color: #f5f5f7;\n        --re-accent-color: #0071e3;\n        --re-border-color: #d2d2d7;\n    }\n\n    .re-page-container {\n        \/* font-family is removed to inherit from your WordPress theme *\/\n        background-color: var(--re-bg-color);\n        color: var(--re-text-color-primary);\n        margin: 0 auto;\n        padding: 0;\n        overflow-x: hidden;\n    }\n\n    .re-section {\n        text-align: center;\n        padding: 80px 20px;\n        max-width: 980px;\n        margin: 0 auto;\n    }\n\n    .re-section.re-bg-alt {\n        background-color: var(--re-secondary-bg-color);\n    }\n    \n    \/* Typography *\/\n    .re-page-container .re-headline {\n        font-size: clamp(2.5rem, 5vw, 3.5rem);\n        font-weight: 700;\n        letter-spacing: -0.015em;\n        line-height: 1.1;\n        margin-bottom: 20px;\n    }\n\n    .re-page-container .re-subheadline {\n        font-size: clamp(1.2rem, 3vw, 1.5rem);\n        font-weight: 500;\n        color: var(--re-text-color-secondary);\n        max-width: 700px;\n        margin: 0 auto 40px auto;\n        line-height: 1.4;\n    }\n\n    .re-page-container h3 {\n        font-size: clamp(1.8rem, 4vw, 2.5rem);\n        font-weight: 600;\n        margin-bottom: 25px;\n        letter-spacing: -0.01em;\n    }\n    \n    .re-page-container h4 {\n        font-size: 1.5rem;\n        font-weight: 600;\n        margin: 0 0 10px 0;\n        color: var(--re-text-color-primary);\n    }\n\n    .re-page-container .re-section-intro-p {\n        font-size: 1.1rem;\n        line-height: 1.6;\n        color: var(--re-text-color-primary);\n        max-width: 680px;\n        margin: 0 auto;\n    }\n\n    \/* Grid Layout for Cards *\/\n    .re-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n        text-align: left;\n    }\n\n    .re-card {\n        background-color: var(--re-bg-color);\n        border-radius: 18px;\n        padding: 35px;\n        border: 1px solid var(--re-border-color);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .re-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 12px 24px rgba(0,0,0,0.08);\n    }\n    \n    .re-card .re-icon {\n        font-size: 1.8rem;\n        color: var(--re-accent-color);\n        margin-bottom: 15px;\n    }\n    \n    .re-card p, .re-card ul {\n        font-size: 1rem;\n        color: var(--re-text-color-secondary);\n        line-height: 1.5;\n        margin: 0;\n    }\n    \n    .re-card ul {\n        padding-left: 20px;\n        margin-top: 10px;\n    }\n\n    \/* Benefits Section *\/\n    .re-benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 40px;\n        margin-top: 60px;\n        text-align: center;\n    }\n    \n    .re-benefit-item .re-icon {\n        font-size: 2.5rem;\n        color: var(--re-accent-color);\n        margin-bottom: 15px;\n    }\n    \n    .re-benefit-item h4 {\n        font-size: 1.2rem;\n        font-weight: 600;\n        margin-bottom: 10px;\n    }\n    .re-benefit-item p {\n        font-size: 1rem;\n        color: var(--re-text-color-secondary);\n        line-height: 1.5;\n        margin: 0 auto;\n    }\n    \n    \/* Two-Column Layout for Trends\/Maintenance *\/\n    .re-two-col-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 50px;\n        margin-top: 50px;\n        text-align: left;\n    }\n    \n    @media(min-width: 768px) {\n        .re-two-col-grid {\n            grid-template-columns: 1fr 1fr;\n        }\n    }\n    \n    .re-two-col-grid h4 {\n        font-size: 1.3rem;\n        border-bottom: 2px solid var(--re-accent-color);\n        padding-bottom: 10px;\n        display: inline-block;\n        margin-bottom: 20px;\n    }\n\n    .re-two-col-grid ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n    \n    .re-two-col-grid li {\n        color: var(--re-text-color-secondary);\n        font-size: 1.05rem;\n        padding: 10px 0 10px 30px;\n        position: relative;\n        line-height: 1.5;\n    }\n\n    .re-two-col-grid li::before {\n        font-family: \"Font Awesome 5 Free\";\n        font-weight: 900;\n        content: \"\\f058\"; \/* check-circle icon *\/\n        color: var(--re-accent-color);\n        position: absolute;\n        left: 0;\n        top: 12px;\n    }\n\n\n    \/* Contact Form Styling *\/\n    .re-contact-section .fluentform {\n        max-width: 600px;\n        margin: 40px auto 0 auto;\n        text-align: left;\n        padding: 30px;\n        background-color: var(--re-bg-color);\n        border: 1px solid var(--re-border-color);\n        border-radius: 18px;\n    }\n<\/style>\n\n<div class=\"re-page-container\">\n\n    <section class=\"re-section\">\n        <p class=\"re-subheadline\">In an era where sustainability is paramount, recycling has evolved into a sophisticated industry. At its heart lies powerful equipment. For any business aiming to optimize waste management, the right tools are the single most important step toward greater efficiency, cost savings, and a healthier planet.<\/p>\n    <\/section>\n\n    <section class=\"re-section re-bg-alt\">\n        <h3>How to Choose the Right Recycling Equipment: A Strategic Approach<\/h3>\n        <p class=\"re-section-intro-p\">Selecting the perfect equipment begins with a clear strategy. Consider these foundational factors to ensure you make an informed decision that aligns with your goals.<\/p>\n        <div class=\"re-grid\">\n            <div class=\"re-card\">\n                <div class=\"re-icon\"><i class=\"fas fa-box-open\"><\/i><\/div>\n                <h4>Identify Your Materials<\/h4>\n                <p>What is the primary waste you will be processing? Is it paper, various plastics (PET, HDPE), metals, glass, bulky debris, or e-waste? Each requires different handling.<\/p>\n            <\/div>\n            <div class=\"re-card\">\n                <div class=\"re-icon\"><i class=\"fas fa-truck-loading\"><\/i><\/div>\n                <h4>Assess Your Volume<\/h4>\n                <p>The quantity of waste you process is critical. From a few hundred pounds a week to multiple tons per hour, volume determines the necessary capacity, size, and power.<\/p>\n            <\/div>\n            <div class=\"re-card\">\n                <div class=\"re-icon\"><i class=\"fas fa-ruler-combined\"><\/i><\/div>\n                <h4>Evaluate Space Availability<\/h4>\n                <p>Meticulously measure your workspace. Ensure enough room for the machine&#8217;s footprint, operation, maintenance, and material flow.<\/p>\n            <\/div>\n             <div class=\"re-card\">\n                <div class=\"re-icon\"><i class=\"fas fa-robot\"><\/i><\/div>\n                <h4>Determine Automation Level<\/h4>\n                <p>Your resources and efficiency goals will dictate the level of automation, from fully manual operations to semi- or fully-automated lines.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"re-section\">\n        <h3>The Complete Spectrum of Recycling Equipment<\/h3>\n        <p class=\"re-section-intro-p\">Different materials and goals require different tools. Here is a comprehensive overview of the most essential types of recycling machinery, grouped by their primary function.<\/p>\n\n        <div style=\"text-align: left; margin-top: 50px;\">\n            <h4>Part 1: Material Preparation &#038; Size Reduction<\/h4>\n            <div class=\"re-grid\">\n                <div class=\"re-card\"><h4>Shredders<\/h4><p><b>Purpose:<\/b> To cut materials into smaller, uniform pieces for easier handling, recycling, or disposal.<br><b>Materials:<\/b> Paper, plastic, metal, tires, wood, e-waste.<br><b>Uses:<\/b> Document destruction, preparing materials for processing, breaking down bulky items.<\/p><\/div>\n                <div class=\"re-card\"><h4>Crushers<\/h4><p><b>Purpose:<\/b> To crush hard, dense materials into smaller, manageable fragments.<br><b>Materials:<\/b> Glass, concrete, stone, some metals.<br><b>Uses:<\/b> A cornerstone in construction\/demolition waste recycling and glass processing.<\/p><\/div>\n            <\/div>\n\n            <h4 style=\"margin-top: 50px;\">Part 2: Separation, Cleaning, and Purification<\/h4>\n            <div class=\"re-grid\">\n                <div class=\"re-card\"><h4>Sorting Machines<\/h4><p><b>Purpose:<\/b> To separate mixed recyclables by type, size, color, or material. Systems can be manual, mechanical, or use advanced AI and optical sensors.<br><b>Uses:<\/b> Indispensable in Material Recovery Facilities (MRFs) for clean, high-value streams.<\/p><\/div>\n                <div class=\"re-card\"><h4>Washing Systems<\/h4><p><b>Purpose:<\/b> To thoroughly clean recyclables to remove contaminants like dirt, food residue, glue, and labels.<br><b>Uses:<\/b> Crucial in plastic and glass recycling, as purity is key to the final product&#8217;s quality.<\/p><\/div>\n            <\/div>\n\n            <h4 style=\"margin-top: 50px;\">Part 3: Volume Reduction &#038; Densification<\/h4>\n            <div class=\"re-grid\">\n                <div class=\"re-card\"><h4>Balers<\/h4><p><b>Purpose:<\/b> To compress materials into dense, compact bales for easy handling, storage, and transport.<br><b>Uses:<\/b> Widely used by retail stores, warehouses, and recycling centers for cardboard, paper, plastics, and metals.<\/p><\/div>\n                <div class=\"re-card\"><h4>Compactors<\/h4><p><b>Purpose:<\/b> To compress general waste to reduce volume, optimizing storage and lowering transport costs.<br><b>Uses:<\/b> Common in commercial, industrial, and residential waste management.<\/p><\/div>\n            <\/div>\n\n            <h4 style=\"margin-top: 50px;\">Part 4: Material Transformation &#038; Upcycling<\/h4>\n            <div class=\"re-grid\">\n                 <div class=\"re-card\"><h4>Pelletizers<\/h4><p><b>Purpose:<\/b> To melt and transform clean plastic flakes into uniform pellets for reuse in manufacturing.<br><b>Uses:<\/b> The final, value-adding stage in most plastic recycling plants.<\/p><\/div>\n                <div class=\"re-card\"><h4>Pyrolysis Machines<\/h4><p><b>Purpose:<\/b> To use high heat in the absence of oxygen to convert organic-based waste into usable energy sources like oil, gas, and char.<br><b>Uses:<\/b> Advanced waste-to-energy plants for tires, plastics, and biomass.<\/p><\/div>\n                <div class=\"re-card\"><h4>Composting Machines<\/h4><p><b>Purpose:<\/b> To accelerate decomposition, turning organic waste into nutrient-rich compost.<br><b>Uses:<\/b> Agricultural operations, municipalities, large kitchens, and even homes.<\/p><\/div>\n            <\/div>\n            \n             <h4 style=\"margin-top: 50px;\">Part 5: Specialized &#038; Supporting Equipment<\/h4>\n             <div class=\"re-grid\">\n                <div class=\"re-card\"><h4>E-Waste Recycling Machines<\/h4><p><b>Purpose:<\/b> Specialized systems to safely dismantle complex electronics and recover valuable materials.<br><b>Uses:<\/b> Found in certified e-waste recycling centers.<\/p><\/div>\n                <div class=\"re-card\"><h4>Conveyor Systems<\/h4><p><b>Purpose:<\/b> To reliably transport materials between different stages of the recycling process.<br><b>Uses:<\/b> Essential for connecting machines in any medium to large-scale facility.<\/p><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"re-section re-bg-alt\">\n        <h3>The Overarching Benefits of Modern Recycling Equipment<\/h3>\n        <p class=\"re-section-intro-p\">Investing in the right tools goes far beyond simple waste disposal. The advantages impact your entire operation.<\/p>\n        <div class=\"re-benefits-grid\">\n            <div class=\"re-benefit-item\">\n                <div class=\"re-icon\"><i class=\"fas fa-cogs\"><\/i><\/div>\n                <h4>Improved Efficiency<\/h4>\n                <p>Automate and streamline tedious tasks to save invaluable time and labor costs.<\/p>\n            <\/div>\n            <div class=\"re-benefit-item\">\n                <div class=\"re-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                <h4>Environmental Responsibility<\/h4>\n                <p>Actively reduce landfill contributions and lower your carbon footprint, demonstrating a clear commitment to sustainability.<\/p>\n            <\/div>\n            <div class=\"re-benefit-item\">\n                <div class=\"re-icon\"><i class=\"fas fa-hand-holding-usd\"><\/i><\/div>\n                <h4>Revenue Generation<\/h4>\n                <p>Turn a costly waste stream into a profitable one by selling clean, processed recyclable materials.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <section class=\"re-section\">\n        <h3>Trends and Maintenance in the Recycling Industry<\/h3>\n        <p class=\"re-section-intro-p\">The recycling world is constantly innovating. Staying informed helps you stay ahead.<\/p>\n        <div class=\"re-two-col-grid\">\n            <div>\n                <h4><i class=\"fas fa-chart-line\" style=\"margin-right: 10px;\"><\/i>Key Trends to Watch<\/h4>\n                <ul>\n                    <li><strong>AI-Powered Sorting Systems:<\/strong> Revolutionizing sorting accuracy, separating complex materials faster and more effectively than ever before.<\/li>\n                    <li><strong>Mobile Recycling Units:<\/strong> Gaining popularity for on-site recycling at construction sites, large events, and remote locations.<\/li>\n                    <li><strong>Energy-Efficient Equipment:<\/strong> Manufacturers are increasingly focused on designing machines that minimize energy consumption.<\/li>\n                <\/ul>\n            <\/div>\n            <div>\n                <h4><i class=\"fas fa-tools\" style=\"margin-right: 10px;\"><\/i>Essential Maintenance Tips<\/h4>\n                <ul>\n                    <li><strong>Regular Inspections:<\/strong> Routinely check for signs of wear and tear to prevent unexpected breakdowns.<\/li>\n                    <li><strong>Proper Training:<\/strong> Ensure all staff are thoroughly trained to operate equipment safely and efficiently.<\/li>\n                    <li><strong>Scheduled Servicing:<\/strong> Follow the manufacturer\u2019s recommended maintenance schedule for longevity.<\/li>\n                    <li><strong>Clean Equipment:<\/strong> Keep machines free of dust and debris to avoid blockages and overheating.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <section class=\"re-section re-bg-alt\">\n        <h3>Build Your Solution With an Expert Partner<\/h3>\n        <p class=\"re-section-intro-p\">Our team offers a wide range of high-quality, innovative recycling equipment designed to streamline waste management processes and support a circular economy. From shredders and balers to compactors and washers, our machinery is engineered to handle various materials and help you recycle efficiently, reduce waste, and improve your bottom line.<\/p>\n        <div class=\"re-contact-section\">\n            <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" data-recptcha_key=\"6LdUkLYrAAAAALSojuPVJTB5kpj6euQuAFo8_R0j\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='679' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"d919117eec\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/nl\/wp-json\/wp\/v2\/posts\/679\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"ajaxUrl\":\"https:\\\/\\\/plastic-recycled.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n        <\/div>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Het kiezen van de juiste gereedschappen is essentieel voor winstgeaf afvalbeheer. Deze gids biedt een compleet overzicht van het landschap van moderne recyclingapparatuur, van versnipperaars en balers tot geavanceerde AI-sorteersystemen. Leer hoe u het perfecte systeem voor uw materialen en operationele doelen kunt selecteren om de effici\u00ebntie te verhogen en uw winstgevendheid te verbeteren.<\/p>","protected":false},"author":1,"featured_media":680,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[436,440,437,438,373,435,439],"class_list":["post-679","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-plastic-recycling","tag-cardboard-baler","tag-e-waste-recycling-equipment","tag-industrial-recycling-machinery","tag-material-sorting-systems","tag-plastic-recycling-machine","tag-recycling-equipment","tag-waste-management-solutions"],"_links":{"self":[{"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/posts\/679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/comments?post=679"}],"version-history":[{"count":0,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/posts\/679\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/media\/680"}],"wp:attachment":[{"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/media?parent=679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/categories?post=679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plastic-recycled.com\/nl\/wp-json\/wp\/v2\/tags?post=679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}