{"id":8661,"date":"2025-06-17T18:34:59","date_gmt":"2025-06-17T18:34:59","guid":{"rendered":"https:\/\/planeta-info.com\/?p=8661"},"modified":"2025-06-17T18:35:00","modified_gmt":"2025-06-17T18:35:00","slug":"solar-charging-app-2","status":"publish","type":"post","link":"https:\/\/planeta-info.com\/en\/aplicativo-de-carregamento-solar\/","title":{"rendered":"Solar Charging App"},"content":{"rendered":"<p>Have you ever thought about using sunlight to help charge your cell phone in a smarter way? <strong>SunCharge<\/strong> is an application that has been gaining prominence precisely for this reason. It does not charge the cell phone itself, but works as a guide to make the most of the use of solar chargers, optimizing the process and avoiding risks to the device. The application is available for download 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\/5RrDXbPs9a8w9-ukSL-pAa71VVmrbcGYpXlDoRyC5njolwJQnMJP6iDZns10wi8AqGg=w240-h480-rw\" alt=\"Suncharge Energy\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Suncharge Energy<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10k+<\/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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.suncharge&#038;hl=pt&#038;gl=pt\" 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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/apps.apple.com\/no\/app\/suncharge-energy\/id6473738335\" 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<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">What is SunCharge for?<\/h3>\n\n\n\n<p>SunCharge was created to help users who use solar panels or portable solar chargers. It monitors the intensity of sunlight captured by the cell phone&#039;s sensor and informs you when the conditions are ideal for recharging. In addition, the application provides important data such as the device&#039;s temperature, suggestions for preserving the battery and alerts in case of overheating.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Main features available<\/h3>\n\n\n\n<p>Check out the highlights that SunCharge offers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Real-time sunlight monitoring<\/strong>: the app detects whether the phone is receiving enough light for efficient charging.<\/li>\n\n\n\n<li><strong>Heat alert system<\/strong>: prevents damage to the cell phone if it starts to heat up more than recommended.<\/li>\n\n\n\n<li><strong>Dashboard with statistics and solar performance<\/strong>: shows how long the device was exposed to the sun and the charging efficiency.<\/li>\n\n\n\n<li><strong>Automatic energy saving suggestions<\/strong> to improve performance when using solar energy.<\/li>\n\n\n\n<li><strong>Simple and functional design<\/strong>, ideal even for those who are not familiar with technology.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">What devices does it work on?<\/h3>\n\n\n\n<p>Currently, SunCharge is only available for <strong>Android smartphones<\/strong>, starting with version 8.0. There is still no version compatible with iPhones, but the developers have already indicated that they are working to bring the app to iOS in the future.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How to use SunCharge? See the step by step<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install the application<\/strong> directly through the Play Store (link above).<\/li>\n\n\n\n<li><strong>Open SunCharge<\/strong> and grant the requested permissions, such as access to the light sensor.<\/li>\n\n\n\n<li>Place your phone in the sun and the app will show you if the exposure is adequate.<\/li>\n\n\n\n<li>If everything is ok, the app&#039;s main icon will turn green, indicating that charging can be done more efficiently.<\/li>\n\n\n\n<li>If your phone&#039;s temperature rises, you will receive an alert to prevent overheating.<\/li>\n\n\n\n<li>In the application menu, you can access the <strong>daily reports<\/strong> with the performance of solar use.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Positive and negative points<\/h3>\n\n\n\n<p><strong>Positive points:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Helps in the conscious use of solar energy.<\/li>\n\n\n\n<li>It can be used by anyone who has <strong>portable solar chargers<\/strong>, ideal for camping or regions with plenty of sun.<\/li>\n\n\n\n<li>Free and with a lightweight interface.<\/li>\n\n\n\n<li>Improves care of your cell phone battery.<\/li>\n<\/ul>\n\n\n\n<p><strong>Negative points:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It only works as a monitor, it does not replace the physical solar charger.<\/li>\n\n\n\n<li>Yet <strong>There is no iOS version<\/strong>.<\/li>\n\n\n\n<li>The accuracy of the app may vary depending on the quality of the phone&#039;s sensors.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Is the app paid?<\/h3>\n\n\n\n<p>No! The <strong>SunCharge is free<\/strong> for download and use. There is a paid version (Pro) that offers extra features, such as detailed weekly performance analysis and personalized reports, but the free version already does what it promises.<\/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\/5RrDXbPs9a8w9-ukSL-pAa71VVmrbcGYpXlDoRyC5njolwJQnMJP6iDZns10wi8AqGg=w240-h480-rw\" alt=\"Suncharge Energy\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Suncharge Energy<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10k+<\/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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.suncharge&#038;hl=pt&#038;gl=pt\" 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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/apps.apple.com\/no\/app\/suncharge-energy\/id6473738335\" 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<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How to make the most of SunCharge?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the application together with <strong>solar charging devices<\/strong>, such as power banks with solar panels.<\/li>\n\n\n\n<li>Do not expose your phone to direct sunlight for long periods of time \u2014 use ventilated surfaces or covers to reduce excessive heat.<\/li>\n\n\n\n<li>See the <strong>daily statistics<\/strong> from the app to understand the best times for sun exposure.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Final evaluation of the application<\/h3>\n\n\n\n<p>SunCharge has pleased most users, with <strong>average rating of 4.5 stars on the Play Store<\/strong>. Among the most frequent compliments are the simplicity of use and the safety alerts that help maintain battery health. Some users point out limitations on cloudy days or on older phones, but this is expected in any application that depends on natural light.<\/p>\n\n\n\n<p>If you like sustainable technology, or need a practical way to charge your cell phone in places where there are no sockets nearby, SunCharge can be a great ally. <strong>Simple, useful and free<\/strong>, is a smart choice for those who want to harness the sun&#039;s energy responsibly.<\/p>","protected":false},"excerpt":{"rendered":"<p>J\u00e1 pensou em usar a luz do sol para ajudar a carregar seu celular de forma mais inteligente? O SunCharge \u00e9 um aplicativo que vem ganhando destaque justamente por isso. Ele n\u00e3o carrega o celular sozinho, mas funciona como um guia para aproveitar ao m\u00e1ximo o uso de carregadores solares, otimizando o processo e evitando [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":8664,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,37,39],"tags":[],"class_list":{"0":"post-8661","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-dicas","9":"category-entretenimento"},"_links":{"self":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/comments?post=8661"}],"version-history":[{"count":2,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8661\/revisions"}],"predecessor-version":[{"id":8668,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8661\/revisions\/8668"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media\/8664"}],"wp:attachment":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media?parent=8661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/categories?post=8661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/tags?post=8661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}