{"id":827,"date":"2025-08-28T16:32:14","date_gmt":"2025-08-28T16:32:14","guid":{"rendered":"https:\/\/plusmob.com\/?p=827"},"modified":"2025-08-28T16:32:14","modified_gmt":"2025-08-28T16:32:14","slug":"assistance-a-la-gestion-rurale-decouvrez-lapplication","status":"publish","type":"post","link":"https:\/\/plusmob.com\/fr\/auxilio-na-gestao-rural-conheca-aplicativo\/","title":{"rendered":"Assistance \u00e0 la gestion rurale : D\u00e9couvrez l&#039;application"},"content":{"rendered":"<p>\u00d4 <strong>Aegro Campo<\/strong> est une application de gestion rurale con\u00e7ue pour organiser et suivre rapidement et pr\u00e9cis\u00e9ment toutes les \u00e9tapes de la production agricole, de la planification des cultures \u00e0 la r\u00e9colte. Elle est t\u00e9l\u00e9chargeable 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\/3GIcAg0p2xsj-BuSEw2oima33RDarawUoJeWRWb-AIuq0Zxb5XwvckqRpONPSGodtUjh=w240-h480-rw\" alt=\"Aegro Campo\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Aegro Campo<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">375 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 000+<\/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:\/\/plusmob.com\/fr\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.aegro.aegroapp&#038;hl=pt_BR\" 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                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>\u00d4 <strong>Aegro Campo<\/strong> Se distingue par l&#039;int\u00e9gration de donn\u00e9es agricoles et financi\u00e8res, avec une ergonomie con\u00e7ue pour une utilisation quotidienne, sur le terrain comme au bureau. D\u00e9j\u00e0 pr\u00e9sente dans les routines de milliers de propri\u00e9t\u00e9s, elle permet aux producteurs de suivre les op\u00e9rations agricoles \u00e0 distance et en temps r\u00e9el, ma\u00eetrisant ainsi les co\u00fbts, r\u00e9duisant les efforts de gestion et permettant une prise de d\u00e9cisions \u00e9clair\u00e9es.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Facilit\u00e9 d&#039;utilisation et exp\u00e9rience utilisateur<\/strong><\/h2>\n\n\n\n<p>L&#039;application a \u00e9t\u00e9 con\u00e7ue par des agronomes et des producteurs pour s&#039;adapter aux flux de travail sur le terrain, sans faille dans la gestion. Gr\u00e2ce \u00e0 son interface intuitive, elle permet aux utilisateurs d&#039;enregistrer leurs t\u00e2ches, de prendre des notes et de suivre l&#039;avancement des cultures directement depuis leur t\u00e9l\u00e9phone portable, m\u00eame sans acc\u00e8s \u00e0 Internet. L&#039;application synchronise les donn\u00e9es d\u00e8s qu&#039;elle est connect\u00e9e. Cette fonctionnalit\u00e9 hors ligne est un atout majeur pour ceux qui travaillent dans des zones recul\u00e9es.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Caract\u00e9ristiques et diff\u00e9rences techniques<\/strong><\/h2>\n\n\n\n<p><strong>Planification de la r\u00e9colte<\/strong>: permet de d\u00e9finir les dates de plantation et de r\u00e9colte, les budgets et les objectifs pour chaque \u00e9tape de la culture.<br><strong>Gestion des champs et des t\u00e2ches<\/strong>:le producteur peut assigner des t\u00e2ches \u00e0 l&#039;\u00e9quipe, enregistrer ce qui a \u00e9t\u00e9 fait sur le terrain et suivre les progr\u00e8s en temps r\u00e9el.<br><strong>Carte interactive avec NDVI et annotations<\/strong>: visualisation des cultures avec images satellites et indice de v\u00e9g\u00e9tation (NDVI), en plus de la possibilit\u00e9 d&#039;ins\u00e9rer des annotations g\u00e9or\u00e9f\u00e9renc\u00e9es, ce qui rend l&#039;analyse visuelle et rapide.<br><strong>Surveillance des ravageurs et des maladies<\/strong>: l&#039;enregistrement des incidents, le marquage des points d&#039;\u00e9chantillonnage et les alertes intelligentes aident \u00e0 contr\u00f4ler l&#039;infestation.<br><strong>Int\u00e9grations<\/strong>: Se connecte aux machines agricoles, aux syst\u00e8mes comptables, aux ERP et \u00e0 l&#039;imagerie satellite\u00a0; offre une API ouverte et des webhooks pour des rapports automatis\u00e9s.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Avantages et points forts<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mobilit\u00e9 r\u00e9elle<\/strong>:Vous permet de contr\u00f4ler votre propri\u00e9t\u00e9 de n&#039;importe o\u00f9, avec une fonctionnalit\u00e9 hors ligne active et une synchronisation automatique.<\/li>\n\n\n\n<li><strong>Centralisation des donn\u00e9es<\/strong>:toutes les phases de production sont int\u00e9gr\u00e9es dans un syst\u00e8me unique, \u00e9liminant les reprises et r\u00e9duisant les risques d&#039;erreurs.<\/li>\n\n\n\n<li><strong>Des d\u00e9cisions \u00e9clair\u00e9es<\/strong>:Les rapports et cartes interactifs offrent une vue strat\u00e9gique et visuelle de la production, orientant des actions plus efficaces.<\/li>\n\n\n\n<li><strong>Support technique sp\u00e9cialis\u00e9<\/strong>:les utilisateurs ont acc\u00e8s \u00e0 une assistance par chat, e-mail, t\u00e9l\u00e9phone, ainsi qu&#039;\u00e0 des supports tels que des vid\u00e9os et des guides.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performance et efficacit\u00e9<\/strong><\/h2>\n\n\n\n<p>Les producteurs signalent qu&#039;Aegro se distingue par son efficacit\u00e9\u00a0: par exemple, l&#039;\u00e9mission d&#039;une facture prenait auparavant environ 40\u00a0minutes, mais d\u00e9sormais en quelques secondes. De plus, l&#039;outil a permis de r\u00e9aliser des \u00e9conomies significatives, r\u00e9duisant les reprises et permettant de gagner du temps pour se concentrer sur l&#039;essentiel\u00a0: la production sur le terrain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Avantages concurrentiels<\/strong><\/h2>\n\n\n\n<p>Bien que de nombreux syst\u00e8mes n\u2019offrent qu\u2019une planification financi\u00e8re de base ou des fonctionnalit\u00e9s de contr\u00f4le, <strong>Aegro Campo<\/strong> L&#039;application se distingue par son champ d&#039;application complet\u00a0: planification, travail sur le terrain, surveillance par satellite, lutte antiparasitaire, int\u00e9gration de machines et \u00e9mission de taxes (via un module compl\u00e9mentaire). Cr\u00e9\u00e9e en fonction des besoins r\u00e9els de l&#039;agroalimentaire, elle renforce son applicabilit\u00e9 et son acceptation par le march\u00e9.<\/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\/3GIcAg0p2xsj-BuSEw2oima33RDarawUoJeWRWb-AIuq0Zxb5XwvckqRpONPSGodtUjh=w240-h480-rw\" alt=\"Aegro Campo\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Aegro Campo<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">375 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 000+<\/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:\/\/plusmob.com\/fr\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.aegro.aegroapp&#038;hl=pt_BR\" 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                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>\u00d4 <strong>Aegro Campo<\/strong> Offre productivit\u00e9, organisation et intelligence aux producteurs ruraux. Avec une interface efficace, de multiples fonctionnalit\u00e9s, une connectivit\u00e9 robuste, des fonctionnalit\u00e9s hors ligne et un support technique sp\u00e9cialis\u00e9, elle constitue une solution solide pour ceux qui souhaitent optimiser la gestion de leur exploitation. Fluide, informative et facile \u00e0 utiliser, cette application est id\u00e9ale pour s&#039;int\u00e9grer \u00e0 WordPress et captiver votre public.<\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>O Aegro Campo \u00e9 um aplicativo de gest\u00e3o rural desenvolvido para organizar e acompanhar todas as etapas da produ\u00e7\u00e3o agr\u00edcola de forma \u00e1gil e precisa \u2014 do planejamento da safra \u00e0 colheita. Ele pode ser baixado logo abaixo. O Aegro Campo se destaca por integrar dados agr\u00edcolas e financeiros com usabilidade pensada para o dia [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":828,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,7,4],"tags":[],"class_list":{"0":"post-827","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-dicas","9":"category-tecnologica"},"_links":{"self":[{"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/posts\/827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/comments?post=827"}],"version-history":[{"count":1,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/posts\/827\/revisions"}],"predecessor-version":[{"id":829,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/posts\/827\/revisions\/829"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/media\/828"}],"wp:attachment":[{"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/media?parent=827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/categories?post=827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plusmob.com\/fr\/wp-json\/wp\/v2\/tags?post=827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}