{"id":47085,"date":"2025-11-05T07:18:58","date_gmt":"2025-11-05T07:18:58","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47085"},"modified":"2025-11-10T03:31:22","modified_gmt":"2025-11-10T03:31:22","slug":"app-to-view-deleted-messages","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en\/aplicativo-para-ver-mensagens-apagadas\/","title":{"rendered":"Application to View Deleted Messages"},"content":{"rendered":"<p>The frustration is almost universal: you receive a message notification, but when you open the app, you only find the unwanted notification &quot;This message was deleted.&quot; Whether on WhatsApp, Telegram, Instagram, or other messaging apps, the ability to delete messages has left many users curious about the content that was deleted.<\/p>\n\n\n\n<p>Fortunately, technology offers solutions to this modern problem. There are specialized applications that can automatically capture and store messages before they are deleted by the sender. In this article, we will explore how this technology works and present the best options available on the market.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How do message recovery apps work?<\/strong><\/h3>\n\n\n\n<p>Contrary to what many people think, these&nbsp;<strong>application<\/strong>These devices don&#039;t &quot;hack&quot; the WhatsApp server or other platforms. Instead, they work by creating a kind of &quot;mirror&quot; of the messages on the device itself.<\/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\/T8Lue2kuDoBTvQwietsChUZcCt9bcBd3HJ3ydo_Wj7g8Ef6EAHDHbDmH7xuXalHs_qA=w240-h480-rw\" alt=\"Notifyer Unread Count\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Notifyer Unread Count<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,5<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">4,496 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=co.uk.cornwall_solutions.notifyer&#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                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/notifyer-by-whatsable\/id6743722183\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>Most of these solutions operate as follows:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Real-Time Monitoring:<\/strong>\u00a0THE\u00a0<strong>application<\/strong>\u00a0Continuously monitors the device&#039;s screen and notifications.<\/li>\n\n\n\n<li><strong>Immediate Capture:<\/strong>\u00a0When a new message arrives, the software captures and instantly stores it in a secure database before the user has a chance to delete it.<\/li>\n\n\n\n<li><strong>Remote Access:<\/strong>\u00a0The user can access this database through an online control panel, where all messages \u2014 including deleted ones \u2014 are displayed in an organized manner.<\/li>\n<\/ol>\n\n\n\n<p>It is important to note that, for this monitoring to work, it is necessary to install the\u00a0<strong>application<\/strong>\u00a0on the smartphone that you want to monitor.\u00a0<strong>download<\/strong>\u00a0Installation typically requires physical access to the device for a few minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Notifyer: Notification Specialist<\/strong><\/h3>\n\n\n\n<p>Notifyer (or similar apps) takes a slightly different approach, focusing specifically on notification history.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>How it works:<\/strong>\u00a0It acts as a &quot;notification log,&quot; saving the content of each alert that appears on your phone screen. Because the notification arrives before the message is deleted, the\u00a0<strong>application<\/strong>\u00a0It stores it permanently.<\/li>\n\n\n\n<li><strong>Key Advantage:<\/strong>\u00a0Its main advantage is that it doesn&#039;t require root access on Android, making installation simpler for the average user.<\/li>\n\n\n\n<li><strong>Practical Use:<\/strong>\u00a0Simply perform the\u00a0<strong>download<\/strong>\u00a0of\u00a0<strong>application<\/strong>Enable your accessibility and notification permissions, and it will begin creating a complete log of everything that appears in your status bar.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>WAMR: Focused on Media Recovery<\/strong><\/h3>\n\n\n\n<p>While many apps focus on text, WAMR stands out for its ability to recover deleted media files, such as photos, videos, and audio.<\/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\/vDrSI5LCumLmh0BjVlS9THcwj2gnuUzCKpYFCj3Bsn0Gmt9dfcRxdejVePgg1bChk2wz=w240-h480-rw\" alt=\"WAMR: deleted messages\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">WAMR: deleted messages<\/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\">722,684 reviews<\/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\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en\/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                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/wamr-mensagens-recuperadas\/id6744300924\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>How it works:<\/strong>\u00a0Similar to others, WAMR monitors notifications and saves them automatically. However, it is optimized to recreate and save media files that were received and subsequently deleted.<\/li>\n\n\n\n<li><strong>Features:<\/strong>\u00a0It also saves deleted text messages and works not only with WhatsApp, but also with Instagram, Messenger, and others.<\/li>\n\n\n\n<li><strong>Process:<\/strong>\u00a0THE\u00a0<strong>download<\/strong>\u00a0It&#039;s free, with premium feature options. After installation and granting permissions, it operates silently in the background.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Crucial Ethical and Legal Considerations<\/strong><\/h3>\n\n\n\n<p>Before proceeding with the&nbsp;<strong>download<\/strong>&nbsp;of any&nbsp;<strong>application<\/strong>&nbsp;In this type of case, it is essential to understand the legal and ethical implications.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Consent is Fundamental:<\/strong>\u00a0Installing monitoring software on a device without the owner&#039;s knowledge and consent is:\n<ul class=\"wp-block-list\">\n<li><strong>A Violation of Privacy:<\/strong>\u00a0It is a serious breach of trust and individual privacy.<\/li>\n\n\n\n<li><strong>Illegal:<\/strong>\u00a0In most countries, this practice is considered a crime, which can lead to legal proceedings and severe penalties.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Legitimate Use:<\/strong>\u00a0The use of these tools is morally and legally justifiable only in specific scenarios:\n<ul class=\"wp-block-list\">\n<li><strong>Parental Monitoring:<\/strong>\u00a0When parents monitor their underage children&#039;s devices, with the goal of protecting them from online dangers.<\/li>\n\n\n\n<li><strong>Corporate Devices:<\/strong>\u00a0When a company monitors devices that are owned by it and have been provided to employees for work, this is permitted as long as it is clearly stated in a contract or internal policy.<\/li>\n\n\n\n<li><strong>Self-monitoring:<\/strong>\u00a0In some cases, the user can install the\u00a0<strong>application<\/strong>\u00a0Store it on your own device as a personal backup of your conversations.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion: Technology at the Service of Information Preservation<\/strong><\/h3>\n\n\n\n<p>Apps for viewing deleted messages are powerful tools that meet a real need in a world where digital communication is ephemeral. Whether it&#039;s to protect children, preserve important evidence in a corporate context, or simply to satisfy one&#039;s own curiosity, technology offers a way.<\/p>\n\n\n\n<p>However, the great power of these tools comes with great responsibility.&nbsp;<strong>download<\/strong>&nbsp;and the use of a&nbsp;<strong>application<\/strong>&nbsp;Monitoring measures should always be preceded by ethical reflection and verification of the legality of the action in your specific case. Use these solutions wisely, respectfully, and always within the limits of the law, prioritizing open dialogue and transparency in your relationships.<\/p>","protected":false},"excerpt":{"rendered":"<p>The frustration is almost universal: you receive a message notification, but when you open the app, you only find the unwanted notification &quot;This message was deleted.&quot; Whether on WhatsApp, Telegram, Instagram, or other messaging apps, the ability to delete messages has left many users curious about the content that was deleted. Fortunately, technology offers\u2026 <a title=\"Application to View Deleted Messages\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en\/aplicativo-para-ver-mensagens-apagadas\/\" aria-label=\"Read more about the app to view deleted messages.\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47077,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47085","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/posts\/47085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/comments?post=47085"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/posts\/47085\/revisions"}],"predecessor-version":[{"id":47086,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/posts\/47085\/revisions\/47086"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/media\/47077"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/media?parent=47085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/categories?post=47085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en\/wp-json\/wp\/v2\/tags?post=47085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}