{"id":8506,"date":"2025-05-22T19:50:07","date_gmt":"2025-05-22T19:50:07","guid":{"rendered":"https:\/\/planeta-info.com\/?p=8506"},"modified":"2025-05-22T19:50:08","modified_gmt":"2025-05-22T19:50:08","slug":"apps-to-discover-open-wi-fi-networks-near-you","status":"publish","type":"post","link":"https:\/\/planeta-info.com\/en\/aplicativos-para-descobrir-redes-wi-fi-abertas-perto-de-voce\/","title":{"rendered":"Apps to Discover Open Wi-Fi Networks Near You"},"content":{"rendered":"<p>Have you ever had no internet on your phone and needed to connect to a nearby Wi-Fi network? If so, you probably know how difficult it can be to find available networks in your area. Fortunately, there are apps that can help with this task \u2014 and one of the most popular is <strong>WiFi Map <\/strong>. It allows you to discover open Wi-Fi networks near you easily and conveniently.<\/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\/gXCHpzOnEQQgpQscMJyJMuQbt5pZVVNeY9dgFVsNZ3glcJW7BAZaKt_EpzTrpwx3EWs=w240-h480-rw\" alt=\"WiFi Map\u30fbPassword, Internet, eSIM\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">WiFi Map\u30fbPassword, Internet, eSIM<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">2,048,693 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 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=io.wifimap.wifimap\" 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\/wifi-map-esim-water-stations\/id548925969\" 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 WiFi Map?<\/h2>\n\n\n\n<p>O <strong>WiFi Map <\/strong>is an app designed to help users locate nearby Wi-Fi networks. With it, you can view interactive maps with thousands of networks around the world, including passwords already saved by other users. The app works both online and offline, allowing quick access even when you are in areas without a mobile connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main features<\/h2>\n\n\n\n<p>WiFi Map offers a number of useful features:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Real-time location of Wi-Fi networks <\/strong>: Shows available networks in your immediate vicinity.<\/li>\n\n\n\n<li><strong>Giant password database <\/strong>: Millions of networks with passwords shared by the app&#039;s users themselves.<\/li>\n\n\n\n<li><strong>Offline mode <\/strong>: Allows you to access information about networks even without an active connection.<\/li>\n\n\n\n<li><strong>Interactive map <\/strong>: Intuitive interface with clear markers of available networks.<\/li>\n\n\n\n<li><strong>Auto-connect (on some devices) <\/strong>: Makes it easier to connect to compatible networks.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Android and iOS compatibility<\/h2>\n\n\n\n<p>WiFi Map is compatible with two major mobile operating systems:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Android <\/strong>: Available for free on the Google Play Store, requiring a minimum Android system version of 5.0 or higher.<\/li>\n\n\n\n<li><strong>iOS <\/strong>: Also available on the App Store, running iOS 10.0 on iPhone, iPad and iPod Touch models.<\/li>\n<\/ul>\n\n\n\n<p>This ensures easy access for most modern users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use WiFi Map<\/h2>\n\n\n\n<p>Using the app is quite simple. Here is a basic step-by-step guide to help you start using its features:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Download and install the app <\/strong>in the official stores (App Store or Google Play).<\/li>\n\n\n\n<li><strong>Open the application <\/strong>and grant permission to access your device&#039;s location.<\/li>\n\n\n\n<li>The app will automatically load a map with <strong>dots indicating nearby Wi-Fi networks <\/strong>.<\/li>\n\n\n\n<li>Click on the desired point to see network details, such as name (SSID) and password.<\/li>\n\n\n\n<li>Return to the main menu and select \u201c<strong>Favorites <\/strong>\u201d to save networks you use frequently.<\/li>\n\n\n\n<li>In places where there is no mobile signal, use the mode <strong>offline <\/strong>, which keeps previously saved data.<\/li>\n<\/ol>\n\n\n\n<p>Done! Now you have free internet anywhere with an available network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages and disadvantages<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Advantages:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Large database with constantly updated passwords.<\/li>\n\n\n\n<li>Easy to use, even for beginners.<\/li>\n\n\n\n<li>Works offline, ideal for travel and emergencies.<\/li>\n\n\n\n<li>Free (with subscription option for extra features).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Disadvantages:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Not all passwords are always up to date.<\/li>\n\n\n\n<li>Some advanced features require paid subscription.<\/li>\n\n\n\n<li>The security of public networks is not always guaranteed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Is it free or paid?<\/h2>\n\n\n\n<p>WiFi Map is <strong>free for basic use <\/strong>, but offers a subscription called <strong>Premium <\/strong>. This paid version brings benefits such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unlimited access to passwords;<\/li>\n\n\n\n<li>Accelerated map loading;<\/li>\n\n\n\n<li>Priority support;<\/li>\n\n\n\n<li>No ads while using.<\/li>\n<\/ul>\n\n\n\n<p>Prices vary between R$ 9.99\/month or more advantageous annual plans, depending on the current promotion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Usage tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always prioritize networks with a good reputation or from trusted locations.<\/li>\n\n\n\n<li>Use offline mode before leaving home if you are traveling or in areas without mobile internet.<\/li>\n\n\n\n<li>Update the app regularly to ensure access to the latest registered data.<\/li>\n\n\n\n<li>Avoid entering sensitive data (such as bank passwords) on public networks.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Overall app rating<\/h2>\n\n\n\n<p>With over 50 million downloads on Google Play and positive reviews on the App Store, WiFi Map is considered one of the best apps for finding Wi-Fi networks. Users praise its simple interface and efficient database, although some complain about the need to pay for the full version.<\/p>\n\n\n\n<p>The average grades are high: <strong>4.6 stars on the App Store <\/strong>and <strong>4.4 on Google Play <\/strong>, which shows public acceptance. In addition, the app is updated regularly, with bug fixes and constant improvements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>If you&#039;re looking for a convenient way to connect to open Wi-Fi networks near you, <strong>WiFi Map <\/strong>is an excellent choice. With a user-friendly interface, a large number of registered networks and offline mode, it stands out as a useful tool for both everyday use and travel. Despite some limitations of the free version, the app is well worth it, especially for its simplicity and efficiency.<\/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\/gXCHpzOnEQQgpQscMJyJMuQbt5pZVVNeY9dgFVsNZ3glcJW7BAZaKt_EpzTrpwx3EWs=w240-h480-rw\" alt=\"WiFi Map\u30fbPassword, Internet, eSIM\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">WiFi Map\u30fbPassword, Internet, eSIM<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">2,048,693 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 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=io.wifimap.wifimap\" 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\/wifi-map-esim-water-stations\/id548925969\" 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>Voc\u00ea j\u00e1 ficou sem internet no celular e precisou se conectar a uma rede Wi-Fi pr\u00f3xima? Se sim, provavelmente sabe como pode ser dif\u00edcil encontrar redes dispon\u00edveis em sua regi\u00e3o. Felizmente, existem aplicativos que ajudam nessa tarefa \u2014 e um dos mais conhecidos \u00e9 o WiFi Map . Ele permite descobrir redes Wi-Fi abertas perto [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":8508,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":{"0":"post-8506","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8506","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=8506"}],"version-history":[{"count":1,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8506\/revisions"}],"predecessor-version":[{"id":8509,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/posts\/8506\/revisions\/8509"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media\/8508"}],"wp:attachment":[{"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/media?parent=8506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/categories?post=8506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/planeta-info.com\/en\/wp-json\/wp\/v2\/tags?post=8506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}