{"id":8648,"date":"2025-06-14T02:12:59","date_gmt":"2025-06-14T02:12:59","guid":{"rendered":"https:\/\/planeta-info.com\/?p=8648"},"modified":"2025-06-14T02:13:00","modified_gmt":"2025-06-14T02:13:00","slug":"app-with-live-broadcast-of-the-club-world-cup","status":"publish","type":"post","link":"https:\/\/planeta-info.com\/en\/aplicativo-com-transmissao-do-mundial-de-clubes-ao-vivo\/","title":{"rendered":"Application With Live Broadcast of the Club World Cup"},"content":{"rendered":"<p>If you are excited to follow all the games of the 2025 Club World Cup without missing a single moment, <strong>FIFA+ app<\/strong> is one of the best options available. Free and with official broadcasts of several tournaments, the application allows you to watch World Cup matches live directly from your cell phone. You can download it below.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">What is FIFA+?<\/h3>\n\n\n\n<p>O <strong>FIFA+<\/strong> is the official app of the International Federation of Association Football (FIFA). It was created to bring football fans closer to everything that happens in the championships organized by the entity, including the long-awaited <strong>FIFA Club World Cup<\/strong>. The app offers access to live games, replays, exclusive documentaries, real-time statistics and much more.<\/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\/bl5a3zHe9lTltDWtfOoAUQn1EwvIQnDUa7tuL5RgTH9tO9CscqmFceLezoxERZEuNg=w240-h480-rw\" alt=\"FIFA+ | Live Football App\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">FIFA+ | Live Football App<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,984 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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.fifa.plus.android&#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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/fifa-app-de-futebol-ao-vivo\/id6447368783\" 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\">Main Features<\/h3>\n\n\n\n<p>Among the most interesting features of FIFA+, we can highlight:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Live streaming of selected games<\/strong> the Club World Cup and other official competitions;<\/li>\n\n\n\n<li><strong>Replays and highlights<\/strong> of the matches;<\/li>\n\n\n\n<li><strong>Updated news<\/strong> about the clubs, players and behind the scenes of the tournament;<\/li>\n\n\n\n<li><strong>Documentaries and original series<\/strong> about the world of football;<\/li>\n\n\n\n<li><strong>Detailed statistics<\/strong>, lineups, history of clashes and club performance;<\/li>\n\n\n\n<li><strong>Custom content<\/strong>, based on your preferences.<\/li>\n<\/ul>\n\n\n\n<p>The app aims to transform the football fan experience, centralizing everything in a single, easy-to-navigate platform.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Compatibility: Android and iOS<\/h3>\n\n\n\n<p>The application <strong>FIFA+ is available for free<\/strong> both for <strong>Android and iOS devices<\/strong>. You can download it directly from the Google Play Store or the Apple App Store. In addition, there is also a browser-based version on the official FIFA website, ideal for those who prefer to watch on tablets or computers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step by Step Guide to Using FIFA+<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Go to the app store<\/strong> from your cell phone (Google Play or App Store).<\/li>\n\n\n\n<li>Search for <strong>\u201cFIFA+\u201d<\/strong> and click \u201cInstall\u201d.<\/li>\n\n\n\n<li>After downloading, <strong>open the app and create a free account<\/strong> (or log in with your FIFA account if you already have one).<\/li>\n\n\n\n<li>In the main menu, go to the tab <strong>\u201cLive Games\u201d<\/strong>.<\/li>\n\n\n\n<li><strong>Search for Club World Cup broadcasts<\/strong> (the app usually highlights ongoing events).<\/li>\n\n\n\n<li>Tap on the match you want and that&#039;s it! Just watch.<\/li>\n<\/ol>\n\n\n\n<p>The app also sends match start notifications and real-time results updates if you enable this feature in the settings.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Advantages and Disadvantages<\/h3>\n\n\n\n<p><strong>Advantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Official and free broadcast<\/strong> of games;<\/li>\n\n\n\n<li>Modern and easy to use interface;<\/li>\n\n\n\n<li>Exclusive content about behind the scenes and football stories;<\/li>\n\n\n\n<li>Support for multiple languages, including Portuguese;<\/li>\n\n\n\n<li>Compatibility with different devices.<\/li>\n<\/ul>\n\n\n\n<p><strong>Disadvantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Not all games are available in all countries due to broadcast restrictions;<\/li>\n\n\n\n<li>Requires stable internet connection for quality streaming;<\/li>\n\n\n\n<li>Some users report sporadic crashes during live streams on older devices.<\/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\">Free or Paid?<\/h3>\n\n\n\n<p>FIFA+ is <strong>100% free<\/strong>. There are no monthly fees or hidden payment plans. All content \u2014 including broadcasts, documentaries, and statistics \u2014 is available free of charge. This is one of the app\u2019s biggest advantages over other sports streaming services.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Usage Tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Connect to Wi-Fi<\/strong> to avoid excessive consumption of your data plan.<\/li>\n\n\n\n<li>Use the favorites function to <strong>follow your favorite club<\/strong> and receive personalized notifications.<\/li>\n\n\n\n<li>If you miss a match, check the <strong>replays or compacts<\/strong> in the videos section.<\/li>\n\n\n\n<li>Use headphones for better sound immersion during broadcasts.<\/li>\n\n\n\n<li>Update the app whenever possible to ensure better performance and new features.<\/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\">Overall Assessment<\/h3>\n\n\n\n<p>Based on app store reviews, FIFA+ has received <strong>very positive reviews<\/strong>. On the Play Store, the average rating is around <strong>4.5 stars<\/strong>, praising the quality of the broadcasts, the variety of content and the practicality of the platform. Users also highlight the fact that it is an application <strong>light, intuitive and without invasive ads<\/strong>.<\/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\/bl5a3zHe9lTltDWtfOoAUQn1EwvIQnDUa7tuL5RgTH9tO9CscqmFceLezoxERZEuNg=w240-h480-rw\" alt=\"FIFA+ | Live Football App\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">FIFA+ | Live Football App<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,984 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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.fifa.plus.android&#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:\/\/planeta-info.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/fifa-app-de-futebol-ao-vivo\/id6447368783\" 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>Overall, FIFA+ is an excellent choice for those who want to watch the Club World Cup live, directly from their cell phone or tablet. With reliable, free and quality content, the app becomes a true ally for football fans who don&#039;t want to miss a single moment of this great tournament.<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea est\u00e1 animado para acompanhar todos os jogos do Mundial de Clubes 2025 sem perder nenhum lance, o app FIFA+ \u00e9 uma das melhores op\u00e7\u00f5es dispon\u00edveis. Gratuito e com transmiss\u00e3o oficial de diversos torneios, o aplicativo permite assistir ao vivo \u00e0s partidas do Mundial diretamente do seu celular. \u00c9 poss\u00edvel baix\u00e1-lo a seguir. O [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":8654,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,40,39],"tags":[],"class_list":{"0":"post-8648","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-destaque","9":"category-entretenimento"},"_links":{"self":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8648","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=8648"}],"version-history":[{"count":2,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8648\/revisions"}],"predecessor-version":[{"id":8656,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8648\/revisions\/8656"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media\/8654"}],"wp:attachment":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media?parent=8648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/categories?post=8648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/tags?post=8648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}