{"id":1228,"date":"2022-06-02T01:34:00","date_gmt":"2022-06-02T04:34:00","guid":{"rendered":"https:\/\/moblyus.com\/?p=1228"},"modified":"2025-06-02T01:36:37","modified_gmt":"2025-06-02T04:36:37","slug":"application-pour-afficher-les-messages-supprimes","status":"publish","type":"post","link":"https:\/\/moblyus.com\/fr_ca\/aplicativo-para-ver-mensagens-apagadas\/","title":{"rendered":"Application pour afficher les messages supprim\u00e9s"},"content":{"rendered":"<p>Avec les progr\u00e8s technologiques, plusieurs solutions ont \u00e9merg\u00e9 pour surveiller les messages provenant d&#039;applications telles que WhatsApp. Que ce soit \u00e0 des fins de contr\u00f4le parental, de supervision des employ\u00e9s en entreprise ou en cas de consentement mutuel entre adultes, certaines applications se distinguent mondialement par leur efficacit\u00e9 et leur simplicit\u00e9 d&#039;utilisation.<\/p>\n<p>Il est important de rappeler que l&#039;utilisation de ces applications doit respecter les lois nationales sur la protection de la vie priv\u00e9e et \u00eatre soumise \u00e0 autorisation si n\u00e9cessaire. Nous listons ci-dessous les cinq meilleures applications au monde pour consulter les messages supprim\u00e9s, disponibles pour <strong>t\u00e9l\u00e9charger<\/strong> et avec une large compatibilit\u00e9 sur les appareils Android et iOS.<\/p>\n<h2>1. Notisave<\/h2>\n<p>\u00d4 <strong>Notisave<\/strong> est une application qui enregistre automatiquement toutes les notifications entrantes, vous permettant de lire les messages supprim\u00e9s d&#039;applications comme WhatsApp, Messenger et autres. Elle conserve un enregistrement des notifications, m\u00eame si elles sont supprim\u00e9es ult\u00e9rieurement.<\/p>\n<ul>\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\/eoICZHyKz0f6E3q5MsAIpl3JssSmfW60C_rkT49YyAWCkqpAYRSAF8G9Civ5xvpHflY=w240-h480-rw\" alt=\"Notisave\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Notisave<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">40 867 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 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:\/\/moblyus.com\/fr_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.tenqube.notisave&#038;pli=1\" 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:\/\/moblyus.com\/fr_ca\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/notification-history\/id6742880441\" 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<\/ul>\n<h2>2. WAMR<\/h2>\n<p>\u00d4 <strong>WAMR<\/strong> Permet de r\u00e9cup\u00e9rer les messages texte et les fichiers multim\u00e9dias (photos, vid\u00e9os, audio) supprim\u00e9s des applications de messagerie. Il fonctionne en surveillant les notifications et en cr\u00e9ant des sauvegardes des messages re\u00e7us.<\/p>\n<ul>\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\/vDrSI5LCumLmh0BjVlS9THcwj2gnuUzCKpYFCj3Bsn0Gmt9dfcRxdejVePgg1bChk2wz=w240-h480-rw\" alt=\"WAMR\u00a0: messages supprim\u00e9s\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">WAMR\u00a0: messages supprim\u00e9s<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,4<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">719\u00a0196 avis<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50 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:\/\/moblyus.com\/fr_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.drilens.wamr\" 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:\/\/moblyus.com\/fr_ca\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/wam-undelete-messages\/id6741092744\" 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<\/ul>\n<h2>3. Journal de l&#039;historique des notifications<\/h2>\n<p>\u00d4 <strong>Journal de l&#039;historique des notifications<\/strong> Enregistre toutes les notifications re\u00e7ues sur votre appareil, vous permettant ainsi d&#039;acc\u00e9der ult\u00e9rieurement aux messages supprim\u00e9s. L&#039;interface simplifi\u00e9e permet de consulter l&#039;historique des notifications par application.<\/p>\n<ul>\n<li><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.ikvaesolutions.notificationhistorylog\" target=\"_blank\">T\u00e9l\u00e9charger pour Android<\/a><\/li>\n<\/ul>\n<h2>4. iKeyMonitor<\/h2>\n<p>\u00d4 <strong>iKeyMonitor<\/strong> est une application de contr\u00f4le parental qui vous permet de surveiller vos SMS, vos appels, votre localisation et l&#039;activit\u00e9 de vos applications de messagerie. Compatible avec Android et iOS, elle offre des fonctionnalit\u00e9s de surveillance avanc\u00e9es.<\/p>\n<ul>\n<li><a href=\"https:\/\/ikeymonitor.com\/android-spy-app-free-download\" target=\"_blank\">T\u00e9l\u00e9charger pour Android<\/a><\/li>\n<li><a href=\"https:\/\/ikeymonitor.com\/download\" target=\"_blank\">T\u00e9l\u00e9charger pour iOS<\/a><\/li>\n<\/ul>\n<h2>5. Contr\u00f4le parental AirDroid<\/h2>\n<p>\u00d4 <strong>Contr\u00f4le parental AirDroid<\/strong> Vous permet de surveiller l&#039;activit\u00e9 de votre appareil en temps r\u00e9el, y compris les messages supprim\u00e9s. Il offre des fonctionnalit\u00e9s telles que la duplication d&#039;\u00e9cran, la g\u00e9olocalisation et le contr\u00f4le de l&#039;utilisation des applications.<\/p>\n<ul>\n<li><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.sand.airdroidkidp\" target=\"_blank\">T\u00e9l\u00e9charger pour Android<\/a><\/li>\n<li><a href=\"https:\/\/apps.apple.com\/us\/app\/parental-control-app-airdroid\/id1525339567\" target=\"_blank\">T\u00e9l\u00e9charger pour iOS<\/a><\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>Consulter les messages supprim\u00e9s n&#039;est plus impossible. Avec les bonnes applications, vous pouvez surveiller plus pr\u00e9cis\u00e9ment vos conversations entrantes et vous assurer qu&#039;aucune information importante n&#039;est perdue. Des outils comme Notisave, WAMR et l&#039;historique des notifications sont parfaits pour une utilisation quotidienne. Des options plus performantes comme iKeyMonitor et AirDroid sont recommand\u00e9es pour la surveillance parentale ou professionnelle.<\/p>\n<p>Quel que soit votre choix, n&#039;oubliez jamais d&#039;utiliser n&#039;importe quel <strong>application<\/strong> De mani\u00e8re responsable, en respectant la vie priv\u00e9e de ceux qui vous entourent. La technologie est l\u00e0 pour nous simplifier la vie, mais le bon sens doit toujours primer.<\/p>","protected":false},"excerpt":{"rendered":"<p>Avec les progr\u00e8s technologiques, plusieurs solutions ont \u00e9merg\u00e9 pour surveiller les messages sur des applications comme WhatsApp. Que ce soit pour le contr\u00f4le parental, la supervision des employ\u00e9s en entreprise ou en cas de consentement mutuel entre adultes, certaines applications se distinguent mondialement par leur efficacit\u00e9 et leur simplicit\u00e9 d&#039;utilisation. Il est important de se rappeler que\u2026 <a title=\"Application pour afficher les messages supprim\u00e9s\" class=\"read-more\" href=\"https:\/\/moblyus.com\/fr_ca\/aplicativo-para-ver-mensagens-apagadas\/\" aria-label=\"En savoir plus sur l&#039;application pour afficher les messages supprim\u00e9s\">En savoir plus<\/a><\/p>","protected":false},"author":1,"featured_media":1162,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-1228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/posts\/1228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/comments?post=1228"}],"version-history":[{"count":3,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/posts\/1228\/revisions"}],"predecessor-version":[{"id":1233,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/posts\/1228\/revisions\/1233"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/media\/1162"}],"wp:attachment":[{"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/media?parent=1228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/categories?post=1228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moblyus.com\/fr_ca\/wp-json\/wp\/v2\/tags?post=1228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}