{"id":1223,"date":"2025-06-13T19:48:51","date_gmt":"2025-06-13T19:48:51","guid":{"rendered":"https:\/\/aplicativosgratis.com\/?p=1223"},"modified":"2025-06-13T19:48:52","modified_gmt":"2025-06-13T19:48:52","slug":"club-world-cup-with-free-apps","status":"publish","type":"post","link":"https:\/\/aplicativosgratis.com\/en\/mundial-de-clubes-com-apps-gratuitos\/","title":{"rendered":"Club World Cup with Free Apps"},"content":{"rendered":"<p>Watching your favorite team&#039;s games or following the results in real time has never been easier. One of the best free apps for football fans is <strong>Flashscore <\/strong>. Available for both <strong>Android <\/strong>as for <strong>iOS <\/strong>, it allows you to stay up to date with everything that happens in the fields around the world, straight from your cell phone. If you want to download it now, just click here: <\/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 !important;\n    color: white !important;\n    transition: all 0.3s ease;\n    width: 100%;\n    white-space: nowrap;\n}\n\n.app-card-sc-btn:hover {\n    color: white !important;\n    text-decoration: none !important;\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 !important;\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\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\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\/vC3cgFnGDBuEiQ70UK9wXfWBxoGa4gJVPMeZh2yZhHu-rCEIDeXPc6g6JnHWG3qCiw=w240-h480-rw\" alt=\"Flashscore: Live Scores\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Flashscore: Live Scores<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,8<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,719,712 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/aplicativosgratis.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=eu.livesport.FlashScore_com&#038;hl=pt&#038;gl=ID\" 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:\/\/aplicativosgratis.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/flashscore-resultados-ao-vivo\/id766443283\" 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<h2 class=\"wp-block-heading\">What is Flashscore?<\/h2>\n\n\n\n<p>O <strong>Flashscore <\/strong>is an app specialized in sports, especially soccer. It offers real-time updates on matches, scores, lineups, statistics and even notifications about goals and important changes in games. Ideal for those who don&#039;t want to miss any details of the World Cup, the Champions League or the Brazilian Championship.<\/p>\n\n\n\n<p>In addition to football, the app also covers other sports such as basketball, tennis and volleyball \u2014 but the biggest highlight is the most popular sport on the planet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main Features of the App<\/h2>\n\n\n\n<p>Flashscore stands out for its simple but very effective features:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udcfa <strong>Live streaming of games <\/strong>(with text and statistics)<\/li>\n\n\n\n<li>\u26bd <strong>Real-time notifications <\/strong>of goals, substitutions and cards<\/li>\n\n\n\n<li>\ud83d\uddd3\ufe0f <strong>Full calendar <\/strong>with all games scheduled<\/li>\n\n\n\n<li>\ud83d\udcca <strong>Detailed statistics <\/strong>of each match<\/li>\n\n\n\n<li>\ud83e\udd47 <strong>Classifications and tables <\/strong>of the championships<\/li>\n\n\n\n<li>\ud83d\udd0d <strong>Quick search <\/strong>by teams, leagues or players<\/li>\n<\/ul>\n\n\n\n<p>All of this is organized intuitively, allowing you to access the most important information with just a few taps on the screen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Android and iOS compatibility<\/h2>\n\n\n\n<p>Flashscore is compatible with mobile devices on the two most used platforms in the world:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Android <\/strong>: Available on the Google Play Store, requires Android 5.0 or higher.<\/li>\n\n\n\n<li><strong>iOS <\/strong>: Available on the App Store, compatible with iPhone, iPad, and iPod touch with iOS 11.0 or later.<\/li>\n<\/ul>\n\n\n\n<p>The app also has a web version, in case you prefer to access it from your computer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use Flashscore \u2013 Step by Step<\/h2>\n\n\n\n<p>Using Flashscore is very simple. Here&#039;s how to get started:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Download the app <\/strong>in official stores (Google Play or App Store).<\/li>\n\n\n\n<li><strong>Install <\/strong>and open the application.<\/li>\n\n\n\n<li>On the home screen, select the desired sport (in our case, football).<\/li>\n\n\n\n<li>Choose the league or team you want to follow.<\/li>\n\n\n\n<li>Activate the <strong>notifications <\/strong>to receive real-time alerts.<\/li>\n\n\n\n<li>Click on any game to see details such as lineup, stats and text broadcast.<\/li>\n<\/ol>\n\n\n\n<p>You can also add teams to your <strong>favorites <\/strong>, facilitating quick access whenever you open the app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is it Free or Paid?<\/h2>\n\n\n\n<p>Flashscore is <strong>free <\/strong>both for download and use. The free version already offers all the main functions needed to follow football online. There are no subscriptions or extra charges.<\/p>\n\n\n\n<p>The only difference is that, occasionally, some ads may appear within the app, but they do not interfere with the user experience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages and Disadvantages<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Advantages:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Simple and intuitive interface<\/li>\n\n\n\n<li>Real-time notifications<\/li>\n\n\n\n<li>Totally free<\/li>\n\n\n\n<li>Complete coverage of national and international tournaments<\/li>\n\n\n\n<li>Support for multiple languages, including Portuguese<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Usage Tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add your <strong>favorite teams <\/strong>to facilitate monitoring.<\/li>\n\n\n\n<li>Use the function of <strong>notifications <\/strong>so as not to miss important goals.<\/li>\n\n\n\n<li>Access the \u201cStatistics\u201d tab to better understand team performance.<\/li>\n\n\n\n<li>Keep the app updated to get the latest features.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Overall App Rating<\/h2>\n\n\n\n<p>With more than <strong>10 million downloads on Android <\/strong>and notes above <strong>4.9 in official stores <\/strong>, Flashscore is considered by many users as the <strong>best free app to follow football online <\/strong>.<\/p>\n\n\n\n<p>Comments highlight the speed of updates, ease of navigation and the amount of information available. Many fans say that the app has become an essential part of the routine for those who live and breathe football.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>If you are looking for a practical, fast and free way to stay up to date with everything that happens in the world of football, <strong>Flashscore <\/strong>is an excellent choice. Download it now and take the heart of world sport straight to your cell phone: <\/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 !important;\n    color: white !important;\n    transition: all 0.3s ease;\n    width: 100%;\n    white-space: nowrap;\n}\n\n.app-card-sc-btn:hover {\n    color: white !important;\n    text-decoration: none !important;\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 !important;\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\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\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\/vC3cgFnGDBuEiQ70UK9wXfWBxoGa4gJVPMeZh2yZhHu-rCEIDeXPc6g6JnHWG3qCiw=w240-h480-rw\" alt=\"Flashscore: Live Scores\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Flashscore: Live Scores<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,8<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,719,712 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/aplicativosgratis.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=eu.livesport.FlashScore_com&#038;hl=pt&#038;gl=ID\" 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:\/\/aplicativosgratis.com\/en\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/flashscore-resultados-ao-vivo\/id766443283\" 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>Assistir aos jogos do seu time favorito ou acompanhar os resultados em tempo real nunca foi t\u00e3o f\u00e1cil. Um dos melhores aplicativos gratuitos para quem ama futebol \u00e9 o Flashscore . Dispon\u00edvel tanto para Android quanto para iOS , ele permite que voc\u00ea fique por dentro de tudo o que acontece nos campos do mundo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1226,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,4],"tags":[],"class_list":{"0":"post-1223","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-entretenimento"},"_links":{"self":[{"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/posts\/1223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/comments?post=1223"}],"version-history":[{"count":1,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/posts\/1223\/revisions"}],"predecessor-version":[{"id":1228,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/posts\/1223\/revisions\/1228"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/media\/1226"}],"wp:attachment":[{"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/media?parent=1223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/categories?post=1223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicativosgratis.com\/en\/wp-json\/wp\/v2\/tags?post=1223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}