{"id":7683,"date":"2025-09-27T08:17:21","date_gmt":"2025-09-27T06:17:21","guid":{"rendered":"https:\/\/recyclemachine.net\/?p=7683"},"modified":"2025-10-29T06:47:01","modified_gmt":"2025-10-29T05:47:01","slug":"separation-efficace-avec-le-systeme-de-reservoir-a-flotteur-devier","status":"publish","type":"post","link":"https:\/\/www.energycle.com\/fr\/separation-efficace-avec-le-systeme-de-reservoir-a-flotteur-devier\/","title":{"rendered":"Syst\u00e8me de s\u00e9paration par flottaison-d\u00e9flottaison de granul\u00e9s de PET"},"content":{"rendered":"\n<style>\n  \/* Scoped styles for the page *\/\n  #sink-float-page {\n    --ink: #0f172a;\n    --ink-2: #475569;\n    --pri: #4d94e7;\n    --accent: #10b981;\n    --card: #ffffff;\n    --muted: #f6f8fb;\n    --radius: 12px;\n    --shadow: 0 8px 24px rgba(15,23,42,.08);\n    color: var(--ink);\n    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, \"Helvetica Neue\", Arial, \"Noto Sans\", \"PingFang SC\", \"Hiragons Sans GB\", \"Microsoft YaHei\", sans-serif;\n  }\n  #sink-float-page .wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }\n  #sink-float-page a { color: var(--pri); text-decoration: none; }\n  #sink-float-page a:hover { text-decoration: underline; }\n\n  \/* Hero *\/\n  #sink-float-page .hero { padding: 48px 0; text-align: center; }\n  #sink-float-page .title { margin: 8px 0 10px; font-size: clamp(28px, 5vw, 42px); line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; }\n  #sink-float-page .subtitle { color: var(--ink-2); max-width: 65ch; margin-left: auto; margin-right: auto; }\n  #sink-float-page .cta { display: inline-flex; gap: 10px; align-items: center; margin-top: 24px; }\n  #sink-float-page .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: var(--radius); font-weight: 600; border: 1px solid rgba(15,23,42,.08); background: #fff; color: var(--ink); text-decoration: none; }\n  #sink-float-page .btn.primary { background: var(--pri); color: #fff; border-color: transparent; box-shadow: 0 6px 16px rgba(11,99,246,.25); }\n  #sink-float-page .btn.primary:hover { background: #3c7fd0; text-decoration: none; }\n\n  \/* Sections *\/\n  #sink-float-page .section { padding: 48px 0; }\n  #sink-float-page .section h2 { margin: 0 0 16px; font-size: clamp(22px, 3.6vw, 32px); text-align: center; }\n  #sink-float-page .lead { color: var(--ink-2); margin: 0 auto 32px; max-width: 70ch; text-align: center;}\n\n  \/* Cards & grids *\/\n  #sink-float-page .grid-4 { display: grid; gap: 24px; grid-template-columns: 1fr; }\n  @media (min-width: 500px) { #sink-float-page .grid-4 { grid-template-columns: repeat(2, 1fr); } }\n  @media (min-width: 1024px) { #sink-float-page .grid-4 { grid-template-columns: repeat(4, 1fr); } }\n  \n  #sink-float-page .grid-3 { display: grid; gap: 24px; grid-template-columns: 1fr; }\n  @media (min-width: 768px) { #sink-float-page .grid-3 { grid-template-columns: repeat(3, 1fr); } }\n\n  #sink-float-page .card { background: var(--card); border: 1px solid rgba(15, 23, 42, 0.06); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); height: 100%; }\n  #sink-float-page .card h3 { margin: 12px 0 8px; font-size: 18px; }\n  #sink-float-page .card p { color: var(--ink-2); font-size: 0.95em;}\n  #sink-float-page .icon { width: 32px; height: 32px; color: var(--pri); margin-bottom: 6px; }\n  #sink-float-page .icon .fa { font-size: 28px; }\n  \n  \/* Image Showcase *\/\n  #sink-float-page .showcase-img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }\n  \n  \/* Specs Table *\/\n  #sink-float-page .specs-container { max-width: 1100px; margin: 0 auto; overflow-x: auto; }\n  #sink-float-page table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-width: 600px; }\n  #sink-float-page th, #sink-float-page td { padding: 12px 14px; border-bottom: 1px solid rgba(15,23,42,0.06); text-align: left; font-size: 0.9em; }\n  #sink-float-page th { background: var(--muted); font-weight: 700; }\n  #sink-float-page td:first-child, #sink-float-page th:first-child { font-weight: 700; }\n  \n  \/* FAQ *\/\n  #sink-float-page .faq { display: grid; gap: 12px; max-width: 800px; margin: 0 auto; }\n  #sink-float-page details { background: #fff; border: 1px solid rgba(15,23,42,0.08); border-radius: 10px; padding: 14px 16px; box-shadow: var(--shadow); }\n  #sink-float-page summary { cursor: pointer; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 10px; }\n  #sink-float-page summary::-webkit-details-marker, #sink-float-page summary::marker { display: none; }\n  #sink-float-page .chev { width: 18px; height: 18px; flex-shrink: 0; color: var(--pri); transition: transform .25s ease; }\n  #sink-float-page details[open] .chev { transform: rotate(180deg); }\n  #sink-float-page details p { color: var(--ink-2); margin: 12px 0 0; }\n\n  \/* Invert style & Form *\/\n  #sink-float-page .invert { background: var(--muted); }\n  #sink-float-page .form-slot { background: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); max-width: 700px; margin: 32px auto 0; }\n<\/style>\n\n<div id=\"sink-float-page\" aria-label=\"PET Flakes Sink-Float Separation Tank System\">\n\n  <!-- 1. Hero Section -->\n  <section class=\"hero\">\n    <div class=\"wrap\">\n      <h1 class=\"title\">PET Flakes Sink-Float Separation Tank<\/h1>\n      <p class=\"subtitle\">Achieve over 99% purity by effectively separating valuable PET flakes from lighter plastic contaminants like PP and PE from caps and labels.<\/p>\n      <div class=\"cta\">\n        <a class=\"btn primary\" href=\"#inquiry-form\">Request a Quote<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 2. Key Benefits Section -->\n  <section class=\"section\">\n    <div class=\"wrap\">\n      <h2>Engineered for Purity and Performance<\/h2>\n      <p class=\"lead\">Our <a href=\"https:\/\/www.energycle.com\/pet-bottle-recycling-system\/\">sink-float tank<\/a> is a cornerstone technology for any high-quality plastic recycling facility, built for efficiency and longevity.<\/p>\n      <div class=\"grid-4\">\n        <article class=\"card\">\n          <div class=\"icon\"><i class=\"fa fa-gem\"><\/i><\/div>\n          <h3>High-Purity Separation<\/h3>\n          <p>Utilizes the simple principle of density to achieve exceptional accuracy, resulting in a high-purity, premium-grade final product.<\/p>\n        <\/article>\n        <article class=\"card\">\n          <div class=\"icon\"><i class=\"fa fa-shield-alt\"><\/i><\/div>\n          <h3>Robust Construction<\/h3>\n          <p>Features a high-quality 304 stainless steel interior for superior corrosion resistance and a durable carbon steel frame for operational stability.<\/p>\n        <\/article>\n        <article class=\"card\">\n          <div class=\"icon\"><i class=\"fa fa-forward\"><\/i><\/div>\n          <h3>Continuous Throughput<\/h3>\n          <p>Specially designed rotating drums ensure the efficient forward movement of materials, preventing clumping and maximizing processing capacity.<\/p>\n        <\/article>\n        <article class=\"card\">\n          <div class=\"icon\"><i class=\"fa fa-leaf\"><\/i><\/div>\n          <h3>Simple &#038; Efficient<\/h3>\n          <p>Operates using water as the separation medium, offering a reliable, consistent, and energy-efficient sorting process.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- 3. Problem-Solution Section -->\n  <section class=\"section invert\">\n    <div class=\"wrap\">\n        <h2>Turn Contamination into Profit<\/h2>\n        <p class=\"lead\">Contamination from caps and labels is the biggest barrier to profitability in PET recycling. Our system is the definitive solution.<\/p>\n        <div class=\"grid-3\">\n            <article class=\"card\">\n                <h3>Problem: Contaminated PET Flakes<\/h3>\n                <p>Floating plastics like PP and PE from bottle caps and labels get mixed with PET flakes, drastically reducing the material&#8217;s purity and value.<\/p>\n            <\/article>\n            <article class=\"card\">\n                <h3>Solution: 99%+ Purity Achieved<\/h3>\n                <p>Our tank uses water to perfectly separate the materials: heavy PET sinks for collection while lighter PP\/PE floats for removal.<\/p>\n            <\/article>\n            <article class=\"card\">\n                <h3>Problem: Lower Market Value<\/h3>\n                <p>Contaminated PET flakes can only be sold into lower-grade markets at a significant discount, limiting your revenue potential.<\/p>\n            <\/article>\n        <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 4. Machine Showcase -->\n    <section class=\"section\">\n        <div class=\"wrap\">\n            <h2>Machine Showcase<\/h2>\n            <div class=\"grid-3\">\n                <img decoding=\"async\" src=\"https:\/\/recyclemachine.net\/wp-content\/uploads\/2023\/09\/Efficient_Separation_with_the_Sink-Float_Tank_System-03-1024x683.webp\" alt=\"Sink-float tank system in a PET recycling plant\" class=\"showcase-img\">\n                <img decoding=\"async\" src=\"https:\/\/recyclemachine.net\/wp-content\/uploads\/2023\/09\/Efficient_Separation_with_the_Sink-Float_Tank_System-02-1024x683.webp\" alt=\"Close-up of the rotating drums inside the separation tank\" class=\"showcase-img\">\n                <img decoding=\"async\" src=\"https:\/\/recyclemachine.net\/wp-content\/uploads\/2023\/09\/Efficient_Separation_with_the_Sink-Float_Tank_System-1024x683.webp\" alt=\"Overall view of the sink-float separation tank\" class=\"showcase-img\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n  <!-- 5. Applications Section -->\n  <section class=\"section invert\">\n    <div class=\"wrap\">\n        <h2>Versatile Separation for Modern Recycling<\/h2>\n        <p class=\"lead\">An essential component for any recycling line aiming to produce high-quality, pure material streams.<\/p>\n        <div class=\"grid-3\">\n            <div class=\"card\"><h3>PET Bottle Recycling Lines<\/h3><p>The industry standard for removing floating cap and label contaminants (PP\/PE) to produce food-grade rPET flakes.<\/p><\/div>\n            <div class=\"card\"><h3>Mixed Rigid Plastics<\/h3><p>Effectively separates different types of rigid plastics, such as sinking ABS\/PS from floating PP\/PE, in post-consumer waste streams.<\/p><\/div>\n            <div class=\"card\"><h3>Pre-Pelletizing Purification<\/h3><p>A critical final cleaning step to ensure a pure feedstock before the extrusion and pelletizing process, guaranteeing high-quality pellets.<\/p><\/div>\n        <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 6. Technical Specifications -->\n  <section class=\"section\">\n    <div class=\"wrap\">\n        <h2>Technical Specifications<\/h2>\n        <div class=\"specs-container\">\n            <table aria-label=\"Technical specifications for the Sink-Float Tank\">\n                <thead>\n                    <tr>\n                        <th>Parameter<\/th>\n                        <th>Value<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr><td>Interior Width<\/td><td>1500mm \u2013 2000mm (Customizable)<\/td><\/tr>\n                    <tr><td>Total Length<\/td><td>4 \u2013 6 meters (Customizable)<\/td><\/tr>\n                    <tr><td>Interior Material<\/td><td>Type 304 Stainless Steel<\/td><\/tr>\n                    <tr><td>Exterior Frame<\/td><td>Carbon Steel<\/td><\/tr>\n                    <tr><td>Screw Conveyor Motors<\/td><td>5.5KW + 3.7KW<\/td><\/tr>\n                    <tr><td>Rotating Drum Motors<\/td><td>0.37KW + 2.2KW<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 7. FAQ Section -->\n  <section class=\"section invert\">\n    <div class=\"wrap\">\n      <h2>Frequently Asked Questions<\/h2>\n      <div class=\"faq\">\n        <details>\n          <summary>\n            How does the <a href=\"https:\/\/www.energycle.com\/pet-bottle-recycling-system\/\">sink-float tank<\/a> actually work?\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n          <\/summary>\n          <p>The principle is based on material density. When mixed plastic flakes are fed into the water-filled tank, materials denser than water (like PET) sink to the bottom to be collected by a screw conveyor. Materials less dense than water (like PP and PE from caps\/labels) float on the surface and are paddled off for separate collection.<\/p>\n        <\/details>\n        <details>\n          <summary>\n            Why is 304 stainless steel used for the interior?\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n          <\/summary>\n          <p>Stainless steel is used for all parts that come in contact with water to provide superior resistance to corrosion and rust. This ensures a very long service life and prevents contamination of the plastic flakes with iron oxides (rust), which is critical for maintaining high purity.<\/p>\n        <\/details>\n        <details>\n          <summary>\n            Can this system be customized for my specific needs?\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n          <\/summary>\n          <p>Yes. We offer various customization options to meet your specific processing requirements. The interior width and total length of the tank can be adjusted to match the throughput capacity of your existing recycling line, ensuring seamless integration.<\/p>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- 8. Call to Action \/ Form -->\n  <section class=\"section\" id=\"inquiry-form\">\n    <div class=\"wrap\">\n      <h2>Upgrade Your Plastic Purification Process<\/h2>\n      <p class=\"lead\">Contact us to learn how our Sink-Float Tank can dramatically improve your material purity and profitability. Get a custom quote for your recycling line today.<\/p>\n      <div class=\"form-slot\">\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 ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" ><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='7683' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"cc89b03a13\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/posts\/7683\" \/><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 ff-el-is-required 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=true><\/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 ' ><div class='ff-el-input--content'><div data-fluent_id='1' name='h-captcha-response'><div\n\t\tdata-sitekey='b6bae662-9dec-41b0-803c-bebe5a608ce0'\n\t\tid='fluentform-hcaptcha-1-1'\n\t\tclass='ff-el-hcaptcha h-captcha'><\/div><\/div><\/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\",\"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\":true,\"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    <\/div>\n  <\/section>\n\n<\/div>\n\n<h2>Related Resources<\/h2>\n\n\n\n<ul>\n<li><a href=\"https:\/\/www.energycle.com\/sink-float-separation-tank\/\">Sink-float separation tank<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/recycling-washing-system\/\">Plastic washing systems<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/pet-bottle-recycling-system\/\">PET bottle recycling system<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/high-speed-friction-washer\/\">Friction washer<\/a><\/li>\n<\/ul>\n\n<script type=\"application\/ld+json\">{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does sink-float separation work in plastic recycling?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sink-float separation uses water density differences to separate plastics. PET and PVC (density >1 g\/cm\u00b3) sink, while PE, PP, and PS (density <1 g\/cm\u00b3) float. The separated materials are skimmed or collected from different levels of the tank for further processing.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What plastics can be separated by sink-float?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sink-float effectively separates: PP and PE (float) from PET and PVC (sink). It cannot separate plastics with similar densities\u2014e.g., PP from PE, or PET from PVC\u2014which require additional methods like electrostatic separation, NIR sorting, or chemical density adjustment.\"\n      }\n    }\n  ]\n}<\/script>\n","protected":false},"excerpt":{"rendered":"<p>D\u00e9couvrez le syst\u00e8me de cuve \u00e0 flotteur-\u00e9vier pour une s\u00e9paration efficace des mat\u00e9riaux dans le recyclage du plastique. D\u00e9couvrez son principe de fonctionnement, ses sp\u00e9cifications techniques et bien plus encore.<\/p>","protected":false},"author":1,"featured_media":16451,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"image","meta":{"footnotes":""},"categories":[107],"tags":[298,93,103],"class_list":["post-7683","post","type-post","status-publish","format-image","has-post-thumbnail","hentry","category-assistive-system","tag-pet-bottle-recycling","tag-plastic-recycling","tag-recycling-machinery-2","post_format-post-format-image"],"_links":{"self":[{"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/posts\/7683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/comments?post=7683"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/posts\/7683\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/media\/16451"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/media?parent=7683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/categories?post=7683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.energycle.com\/fr\/wp-json\/wp\/v2\/tags?post=7683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}