{"id":47483,"date":"2025-10-24T18:31:07","date_gmt":"2025-10-24T18:31:07","guid":{"rendered":"https:\/\/klatixmob.com\/?p=47483"},"modified":"2025-10-24T18:31:08","modified_gmt":"2025-10-24T18:31:08","slug":"best-apps-for-a-complete-phone-cleanup","status":"publish","type":"post","link":"https:\/\/klatixmob.com\/en_nz\/melhores-aplicativos-para-fazer-limpeza-completa-no-seu-celular\/","title":{"rendered":"Best apps for thorough cleaning on your cell phone"},"content":{"rendered":"<p>THE <b>Files by Google<\/b> It&#039;s one of the best apps for doing a complete phone cleanup, available for free on... <b>App Store<\/b> and in <b>Google Play<\/b>It&#039;s fast, lightweight, and easy to use \u2014 ideal for those who want to free up space and make their smartphone more responsive. You can download it below, and we&#039;ll explain everything it does and how to use each feature.<\/p>\n<p>Over time, cell phones accumulate temporary files, duplicate photos, large videos, and rarely used apps. All of this takes up space and slows down the system. Files by Google was created precisely to solve this problem, acting as an intelligent assistant that performs a complete scan and helps optimize the device&#039;s performance.<\/p>\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\/1nfAdJs2Ep2q1skM7QwJ1uHooWSbpFkbIBHhAX6EmdzEKmtk42713TiTU28mWlkcFKPA=w240-h480-rw\" alt=\"Google Files\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Google Files<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">6,988,551 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 bi+<\/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:\/\/klatixmob.com\/en_nz\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.google.android.apps.nbu.files&#038;hl\" 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                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n<h2>What is Files by Google?<\/h2>\n<p>Developed by itself <b>Google<\/b>Files is a multifunctional application that combines cleaning, file management, and even offline sharing features. It was initially launched for Android users, but is now also available for iPhone. Its main advantage is that it not only cleans the phone, but does so safely, without deleting important data or affecting the functionality of applications.<\/p>\n<p>Files by Google works with a simple and intuitive interface, divided into three main tabs: <b>To clean<\/b>, <b>To search for<\/b> and <b>To share<\/b>The first is responsible for analyzing the system and removing unnecessary files; the second serves to organize the stored content; and the third allows sending and receiving files without internet access, using only direct Wi-Fi between devices.<\/p>\n<h2>Main features<\/h2>\n<p><b>1. Smart and automatic cleaning<\/b><br \/>\nThe app&#039;s main feature is intelligent cleaning. Files automatically identifies temporary files, app cache, duplicates, memes, and even large videos that you can safely remove. It shows how much space will be freed up and suggests what to delete, but always asks the user for confirmation before deletion.<\/p>\n<p><b>2. File Management<\/b><br \/>\nIn addition to cleaning, the app also acts as a complete file manager. It organizes photos, videos, documents, downloads, and apps into categories, making it easy to find any item on your phone. You can move, rename, share, and even delete files directly from Files, without needing to use another app.<\/p>\n<p><b>3. Offline file transfer<\/b><br \/>\nOne of the most useful functions of Files is the <b>offline sharing<\/b>With it, you can send photos, videos, and documents to another nearby device without using your internet data. The transfer is done via a direct connection between the phones, with speed and security \u2014 ideal for those who want to send large files without relying on mobile data.<\/p>\n<p><b>4. Automatic optimization suggestions<\/b><br \/>\nFiles also has an intelligent system that analyzes storage usage and sends automatic suggestions to optimize performance. For example, it indicates rarely used applications, large forgotten files, and even old memes received in WhatsApp groups that can be deleted. All in a clear and uncomplicated way.<\/p>\n<p><b>5. Integration with Google Drive<\/b><br \/>\nAnother highlight is the integration with the <b>Google Drive<\/b>This allows the user to back up important files directly to the cloud, freeing up space on their phone without losing data. Photos, videos, and documents can be easily moved to Drive, keeping everything accessible and organized.<\/p>\n<h2>How to use Files by Google step by step<\/h2>\n<p><b>1. Install the app<\/b><br \/>\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\/1nfAdJs2Ep2q1skM7QwJ1uHooWSbpFkbIBHhAX6EmdzEKmtk42713TiTU28mWlkcFKPA=w240-h480-rw\" alt=\"Google Files\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Google Files<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">6,988,551 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 bi+<\/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:\/\/klatixmob.com\/en_nz\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.google.android.apps.nbu.files&#038;hl\" 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                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/p>\n<p><b>2. Perform the initial cleaning.<\/b><br \/>\nIn the \u201cClean\u201d tab, the app will show how much space is being used and what can be safely removed. Click \u201cFree up space\u201d and select the types of files you want to delete, such as cache, duplicate images, or large videos. Confirm and wait for the cleaning process to complete.<\/p>\n<p><b>3. Organize your files.<\/b><br \/>\nIn the \u201cBrowse\u201d tab, you can view your folders organized by category \u2014 images, videos, downloads, apps, and documents. There you can delete, move, or share files, making it easier to organize content on your phone.<\/p>\n<p><b>4. Use offline sharing.<\/b><br \/>\nTo send or receive files without internet access, go to the \u201cShare\u201d tab. Activate the feature and choose whether you want to send or receive. The app will use a local connection between the devices to transfer quickly, without needing Wi-Fi or mobile data.<\/p>\n<h2>Benefits of Files by Google<\/h2>\n<p><b>\u2714 Simple and intuitive interface:<\/b> The design is clean, easy to understand, and entirely in Portuguese.<\/p>\n<p><b>\u2714 Total security:<\/b> The app is developed by Google itself, ensuring that no personal data is shared or sent to third parties.<\/p>\n<p><b>\u2714 Safe cleaning:<\/b> The app never deletes essential system files, only those that are unnecessary.<\/p>\n<p><b>\u2714 Space saving:<\/b> Automatic suggestions help keep space clear without having to remember to clean manually.<\/p>\n<p><b>\u2714 No ads:<\/b> Unlike other cleaning apps, Files by Google is completely ad-free, ensuring a smoother experience.<\/p>\n<h2>Why choose Files by Google over other apps?<\/h2>\n<p>There are several apps that promise to clean your phone, but many are full of ads, require expensive subscriptions, or even collect user data. Files by Google stands out precisely because it is... <b>Lightweight, free, and reliable.<\/b>It offers real optimization features and is backed by one of the world&#039;s largest technology companies.<\/p>\n<p>Furthermore, it doesn&#039;t consume many system resources. It&#039;s a lightweight application that takes up little space and runs well even on phones with simpler hardware. This makes it ideal for those with mid-range or entry-level devices who need better performance on a daily basis.<\/p>\n<h2>Care and best practices<\/h2>\n<p>Even though it&#039;s safe, it&#039;s important to review the suggested files for deletion before confirming the cleanup. This way, you avoid deleting something you might need later, such as screenshots or recent downloads. Another precaution is to keep the application always updated, ensuring access to improvements and fixes released by Google.<\/p>\n<h2>Conclusion<\/h2>\n<p>THE <b>Files by Google<\/b> It is, without a doubt, one of the best options for those who want to perform a complete cleaning of their cell phone in a simple and safe way. It combines intelligence, efficiency, and practicality, without compromising system performance or putting your data at risk.<\/p>\n<p>With it, you can free up space, find files quickly, and keep your device organized with just a few taps. Plus, the fact that it&#039;s free and ad-free makes it an even more advantageous choice. Try Files by Google and feel the difference of having a lighter, faster, and more optimized phone in your daily life.<\/p>","protected":false},"excerpt":{"rendered":"<p>O Files by Google \u00e9 um dos melhores aplicativos para fazer uma limpeza completa no celular, dispon\u00edvel gratuitamente na App Store e na Google Play. Ele \u00e9 r\u00e1pido, leve e f\u00e1cil de usar \u2014 ideal para quem quer liberar espa\u00e7o e deixar o smartphone mais \u00e1gil. Voc\u00ea pode baix\u00e1-lo a seguir, e logo abaixo explicamos &#8230; <a title=\"Best apps for thorough cleaning on your cell phone\" class=\"read-more\" href=\"https:\/\/klatixmob.com\/en_nz\/melhores-aplicativos-para-fazer-limpeza-completa-no-seu-celular\/\" aria-label=\"Read more about Melhores aplicativos para fazer limpeza completa no seu celular\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47233,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47483","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/posts\/47483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/comments?post=47483"}],"version-history":[{"count":1,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/posts\/47483\/revisions"}],"predecessor-version":[{"id":47484,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/posts\/47483\/revisions\/47484"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/media\/47233"}],"wp:attachment":[{"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/media?parent=47483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/categories?post=47483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/klatixmob.com\/en_nz\/wp-json\/wp\/v2\/tags?post=47483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}