{"id":937,"date":"2025-07-02T04:57:28","date_gmt":"2025-07-02T04:57:28","guid":{"rendered":"https:\/\/howbees.com\/?p=937"},"modified":"2025-07-02T04:57:29","modified_gmt":"2025-07-02T04:57:29","slug":"applications-pour-identifier-rapidement-les-plantes","status":"publish","type":"post","link":"https:\/\/howbees.com\/fr_ca\/aplicativos-para-identificar-plantas-rapidamente\/","title":{"rendered":"Applications pour identifier rapidement les plantes"},"content":{"rendered":"<p>Si vous avez d\u00e9j\u00e0 crois\u00e9 une plante inconnue et que vous souhaitez conna\u00eetre son nom et savoir comment l&#039;entretenir, l&#039;application Plantum est la solution id\u00e9ale. Disponible sur Android, elle vous permet d&#039;identifier rapidement plantes, fleurs, arbres et m\u00eame insectes gr\u00e2ce \u00e0 une simple photo. Vous pouvez la t\u00e9l\u00e9charger ci-dessous.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/YxAdHAx1O159pb1mxb-iuzR8fQ6FnUJGKDXbRC25uJbRDd-3O1tQseIpBhWHJEmJfZ4=w240-h480-rw\" alt=\"Plantum - Identifier les plantes\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Plantum - Identifier les plantes<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">39\u00a0017 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u00e9l\u00e9chargements<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/fr_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=plant.identification.flower.tree.leaf.identifier.identify.cat.dog.breed.nature\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Installer sur Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/fr_ca\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/plantum-ai-plant-identifier\/id1476047194\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Installer depuis l&#039;Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>Plantum est bien plus qu&#039;un simple outil d&#039;identification de plantes\u00a0; c&#039;est un outil complet pour les passionn\u00e9s de jardinage et de nature. Dot\u00e9e d&#039;une base de donn\u00e9es capable de reconna\u00eetre plus de 15\u00a0000 objets naturels, dont des plantes, des champignons, des roches et des insectes, l&#039;application utilise l&#039;intelligence artificielle pour fournir des identifications pr\u00e9cises, jusqu&#039;\u00e0 95% de pr\u00e9cision.<\/p>\n\n\n\n<p><strong>Facilit\u00e9 d&#039;utilisation et exp\u00e9rience utilisateur<\/strong><\/p>\n\n\n\n<p>L&#039;interface de Plantum est intuitive et facile \u00e0 utiliser. Il suffit de pointer l&#039;appareil photo de votre t\u00e9l\u00e9phone vers la plante ou l&#039;objet qui vous int\u00e9resse et de prendre une photo. L&#039;application analyse l&#039;image et fournit des informations d\u00e9taill\u00e9es sur l&#039;esp\u00e8ce, notamment son nom scientifique, ses caract\u00e9ristiques et des conseils d&#039;entretien. Vous pouvez \u00e9galement utiliser les photos d\u00e9j\u00e0 enregistr\u00e9es sur votre appareil pour l&#039;identifier.<\/p>\n\n\n\n<p><strong>Fonctionnalit\u00e9s exclusives<\/strong><\/p>\n\n\n\n<p>Plantum offre un certain nombre de fonctionnalit\u00e9s qui le distinguent des autres applications similaires :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Diagnostic des maladies<\/strong>:En photographiant les sympt\u00f4mes visibles, l&#039;application identifie les \u00e9ventuelles maladies affectant la plante et sugg\u00e8re des traitements appropri\u00e9s.<\/li>\n\n\n\n<li><strong>Rappels d&#039;entretien<\/strong>: Vous permet de d\u00e9finir des alertes pour arroser, fertiliser, pulv\u00e9riser ou faire pivoter les plantes, garantissant ainsi qu&#039;elles re\u00e7oivent les soins n\u00e9cessaires au bon moment.<\/li>\n\n\n\n<li><strong>Compteurs int\u00e9gr\u00e9s<\/strong>: Comprend des outils tels qu&#039;un luxm\u00e8tre, qui \u00e9value la quantit\u00e9 de lumi\u00e8re disponible dans l&#039;environnement, et un potm\u00e8tre, qui aide \u00e0 d\u00e9terminer la taille id\u00e9ale du contenant pour la plante.<\/li>\n\n\n\n<li><strong>Calculateur d&#039;eau<\/strong>:Aide \u00e0 d\u00e9terminer la quantit\u00e9 et la fr\u00e9quence id\u00e9ales d&#039;irrigation, en tenant compte de facteurs tels que le type de plante, la taille du pot et les conditions environnementales.<\/li>\n\n\n\n<li><strong>Mode vacances<\/strong>:Vous permet de partager votre programme d&#039;entretien avec vos amis ou votre famille pendant les absences prolong\u00e9es, garantissant ainsi que vos plantes restent bien entretenues.<\/li>\n<\/ul>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/YxAdHAx1O159pb1mxb-iuzR8fQ6FnUJGKDXbRC25uJbRDd-3O1tQseIpBhWHJEmJfZ4=w240-h480-rw\" alt=\"Plantum - Identifier les plantes\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Plantum - Identifier les plantes<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">39\u00a0017 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u00e9l\u00e9chargements<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/fr_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=plant.identification.flower.tree.leaf.identifier.identify.cat.dog.breed.nature\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Installer sur Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/fr_ca\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/plantum-ai-plant-identifier\/id1476047194\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Installer depuis l&#039;Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>Avantages pour diff\u00e9rents profils d&#039;utilisateurs<\/strong><\/p>\n\n\n\n<p>Plantum s&#039;adresse aussi bien aux jardiniers d\u00e9butants qu&#039;aux jardiniers exp\u00e9riment\u00e9s. Les d\u00e9butants y trouveront des conseils clairs et pratiques sur l&#039;entretien des plantes, tandis que les jardiniers plus exp\u00e9riment\u00e9s pourront b\u00e9n\u00e9ficier d&#039;outils avanc\u00e9s et d&#039;une vaste base de donn\u00e9es pour approfondir leurs connaissances et am\u00e9liorer leurs techniques de culture.<\/p>\n\n\n\n<p><strong>Performances et mises \u00e0 jour<\/strong><\/p>\n\n\n\n<p>L&#039;application est constamment mise \u00e0 jour pour inclure de nouvelles esp\u00e8ces et am\u00e9liorer ses algorithmes d&#039;identification. Ainsi, les utilisateurs ont acc\u00e8s aux informations les plus r\u00e9centes et les plus pr\u00e9cises. De plus, Plantum est l\u00e9g\u00e8re et fonctionne parfaitement sur la plupart des appareils Android, offrant une exp\u00e9rience fluide et fluide.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Plantum est un outil indispensable pour identifier et entretenir ses plantes facilement et pr\u00e9cis\u00e9ment. Que vous souhaitiez d\u00e9couvrir le nom de cette plante myst\u00e9rieuse dans votre jardin ou vous assurer que vos plantes re\u00e7oivent les soins appropri\u00e9s, cette application regroupe toutes les ressources n\u00e9cessaires en un seul endroit.<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea j\u00e1 se deparou com uma planta desconhecida e ficou curioso para saber seu nome e como cuidar dela, o aplicativo Plantum \u00e9 a solu\u00e7\u00e3o ideal. Dispon\u00edvel para Android, ele permite identificar rapidamente plantas, flores, \u00e1rvores e at\u00e9 insetos com apenas uma foto. Voc\u00ea pode baix\u00e1-lo logo abaixo. O Plantum \u00e9 mais do que [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":938,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":{"0":"post-937","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/posts\/937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/comments?post=937"}],"version-history":[{"count":1,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/posts\/937\/revisions"}],"predecessor-version":[{"id":939,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/posts\/937\/revisions\/939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/media\/938"}],"wp:attachment":[{"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/media?parent=937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/categories?post=937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howbees.com\/fr_ca\/wp-json\/wp\/v2\/tags?post=937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}