{"id":47039,"date":"2025-09-07T06:50:11","date_gmt":"2025-09-07T06:50:11","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47039"},"modified":"2025-09-07T06:50:16","modified_gmt":"2025-09-07T06:50:16","slug":"apps-to-see-who-unfollowed-you","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en_au\/aplicativos-para-ver-quem-deixou-de-seguir\/","title":{"rendered":"Apps to see who unfollowed you"},"content":{"rendered":"<p>The growth of social media has brought new needs for those who want to better manage their profiles. Many people want to know who has unfollowed them, who interacts most with their posts, and even identify inactive followers. For this, there are specific applications that offer this information in a practical and organized way. One of the best known is... <strong>Followers &amp; Unfollowers<\/strong>, available for free on the Google Play Store. It can be quickly downloaded below.<\/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\/fecC7yiidP_g73gl6497X1hzjVGw2btIu5ry1mXwpN2rcBsuhv6dULnxLykJKGEBWrw=w240-h480-rw\" alt=\"Reports + followers Analytics\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Reports + followers Analytics<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">2,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,923 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_au\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.reports.followersanalytics\" 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_au\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/reports-unfollowers-followers\/id1481469888\" 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>With this app, you can track your profile&#039;s followers in detail, identify who unfollowed you, and manage your account strategically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Followers &amp; Unfollowers?<\/h3>\n\n\n\n<p>THE <strong>Followers &amp; Unfollowers<\/strong> It&#039;s a follower management app that clearly shows who has unfollowed your account. It was created for users who want more control over their social media, helping to monitor follower changes and offering simple yet effective reports. The app not only identifies who has unfollowed, but also shows recent followers and profiles that don&#039;t interact with your posts, allowing you to have a complete view of your audience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Practical and intuitive usability.<\/h3>\n\n\n\n<p>The application was developed with a focus on <strong>easy usability<\/strong>Upon opening the app, the user finds an organized home screen with key information about followers and unfollowers. The menus are simple and intuitive, making navigation easy even for those without much experience with management applications. With just a few clicks, it&#039;s possible to access the list of recent followers, discover who unfollowed you, and even identify accounts that don&#039;t follow back.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Features and functionalities<\/h3>\n\n\n\n<p>THE <strong>Followers &amp; Unfollowers<\/strong> It offers a range of features that make it useful for those who want to control their interactions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Identify who unfollowed you.<\/strong> \u2013 the most sought-after feature, it clearly shows which accounts have stopped following the profile.<\/li>\n\n\n\n<li><strong>List of recent followers<\/strong> \u2013 It displays new followers so you can track your account&#039;s growth.<\/li>\n\n\n\n<li><strong>Those who don&#039;t follow back<\/strong> \u2013 It allows you to see which profiles you follow, but that don&#039;t follow you back.<\/li>\n\n\n\n<li><strong>Inactive followers<\/strong> \u2013 It identifies accounts that don&#039;t interact with your posts, helping you understand their actual engagement.<\/li>\n\n\n\n<li><strong>Organizing reports<\/strong> \u2013 It presents the information in easy-to-understand lists, without complications.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits of using the app<\/h3>\n\n\n\n<p>The greatest benefit is having <strong>control over your audience<\/strong>Knowing who unfollowed you allows you to adjust content strategies and identify audience behavior patterns. Furthermore, you can assess whether it&#039;s worthwhile to continue following accounts that don&#039;t generate engagement. Another benefit is time savings: instead of manually checking thousands of profiles, the app does the work automatically in seconds. For content creators and influencers, this means more focus on producing content and less time wasted analyzing data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key Features of Followers &amp; Unfollowers<\/h3>\n\n\n\n<p>The main difference of <strong>Followers &amp; Unfollowers<\/strong> is the <strong>simplicity<\/strong>While other apps offer complex reports full of graphs, this one focuses on clearly and quickly showing who unfollowed and who doesn&#039;t interact. This objectivity makes the app useful for both casual users and content creators. Furthermore, it&#039;s lightweight and doesn&#039;t require much storage space on your phone, working well on different smartphone models.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance and user experience<\/h3>\n\n\n\n<p>The app performs very well. It loads information quickly, syncs account data without crashing, and displays clear reports. The interface is responsive and fluid, making the user experience pleasant. Another positive point is that the app is free and offers most of its functions without requiring a subscription, making it accessible to any user who simply wants to monitor their followers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to use in a few steps<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the <strong>Followers &amp; Unfollowers<\/strong> on the Google Play Store.<\/li>\n\n\n\n<li>Open the app and connect your desired social network account.<\/li>\n\n\n\n<li>Allow synchronization so the app can access follower information.<\/li>\n\n\n\n<li>Check the dashboard to see who unfollowed you, who your new followers are, and who doesn&#039;t follow you back.<\/li>\n\n\n\n<li>Use this information to better manage your network and optimize your interactions.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Final considerations<\/h3>\n\n\n\n<p>Apps that show who unfollowed you are valuable tools for anyone looking to improve their social media presence. <strong>Followers &amp; Unfollowers<\/strong> It stands out for its practicality, simple interface, and objective reports, allowing anyone to efficiently monitor their audience. If you want more control over who follows you, adjust your strategy, and better understand your followers&#039; behavior, this app is an excellent option to download and start using today.<\/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\/fecC7yiidP_g73gl6497X1hzjVGw2btIu5ry1mXwpN2rcBsuhv6dULnxLykJKGEBWrw=w240-h480-rw\" alt=\"Reports + followers Analytics\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Reports + followers Analytics<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">2,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,923 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_au\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.reports.followersanalytics\" 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_au\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/reports-unfollowers-followers\/id1481469888\" 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>","protected":false},"excerpt":{"rendered":"<p>O crescimento das redes sociais trouxe novas necessidades para quem deseja gerenciar melhor seus perfis. Muitas pessoas querem saber quem deixou de segui-las, quem interage mais com suas postagens e at\u00e9 identificar seguidores inativos. Para isso, existem aplicativos espec\u00edficos que oferecem essas informa\u00e7\u00f5es de forma pr\u00e1tica e organizada. Um dos mais conhecidos \u00e9 o Followers &#8230; <a title=\"Apps to see who unfollowed you\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en_au\/aplicativos-para-ver-quem-deixou-de-seguir\/\" aria-label=\"Read more about Apps to see who unfollowed you.\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47041,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47039","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/comments?post=47039"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47039\/revisions"}],"predecessor-version":[{"id":47042,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47039\/revisions\/47042"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/media\/47041"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/media?parent=47039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/categories?post=47039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/tags?post=47039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}