{"id":47191,"date":"2026-07-15T01:55:46","date_gmt":"2026-07-15T01:55:46","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47191"},"modified":"2026-07-15T01:55:46","modified_gmt":"2026-07-15T01:55:46","slug":"live-storm-alert-app","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en_nz\/aplicativo-de-alerta-de-tempestades-ao-vivo\/","title":{"rendered":"Live Storm Alert App"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Storms can develop quickly and cause disruptions ranging from traffic delays to life-threatening situations involving strong winds, lightning, hail, and flooding. Therefore, monitoring weather conditions in real time is no longer just a curiosity; it has become an important form of prevention.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today there are apps capable of sending instant alerts whenever a storm approaches your area. Among them, the <strong>Windy<\/strong> It is one of the most comprehensive, bringing together detailed meteorological information, satellite imagery, and extremely accurate forecasts on a single platform.<\/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\/u-KmXMFiH9SLeIpYeNBKzHrwRX3Fi53H4ij3240cuOqxnrMMTpb8n0bVEC25VzqTKU90m43l4UaBg8ahP9RcUg=w240-h480-rw\" alt=\"Windy.com - Weather forecast\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Windy.com - Weather forecast<\/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\">705,621 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:\/\/mobsaint.com\/en_nz\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.windyty.android\" 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:\/\/mobsaint.com\/en_nz\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/windy-com\/id1161387262\" 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 Windy?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Windy is a weather monitoring app used by millions of people worldwide. The platform gathers data from some of the leading international meteorological centers, offering up-to-date information on rain, wind, temperature, atmospheric pressure, lightning, and various other weather phenomena.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Its intuitive interface allows you to track the movement of storms through interactive maps and real-time satellite imagery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How does the app work?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Windy collects data from weather models such as ECMWF, GFS, and ICON, which are recognized for the high accuracy of their forecasts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This information is constantly updated and transformed into animated maps that show the evolution of weather conditions in near real-time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this, the user can visualize an approaching storm even before it reaches their location.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main features<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The app offers a range of features that are helpful both in everyday life and in emergency situations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Among the main functions are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time storm alerts;<\/li>\n\n\n\n<li>Updated weather radar;<\/li>\n\n\n\n<li>Satellite images;<\/li>\n\n\n\n<li>Lightning monitoring;<\/li>\n\n\n\n<li>Wind speed map;<\/li>\n\n\n\n<li>Hourly forecast;<\/li>\n\n\n\n<li>Forecast for up to several days;<\/li>\n\n\n\n<li>Information about cyclones and hurricanes;<\/li>\n\n\n\n<li>Temperature and humidity data.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Personalized alerts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of Windy&#039;s great advantages is the ability to configure notifications according to your needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can choose to receive alerts for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Heavy rains;<\/li>\n\n\n\n<li>Strong winds;<\/li>\n\n\n\n<li>Lightning;<\/li>\n\n\n\n<li>Hail;<\/li>\n\n\n\n<li>Severe storms;<\/li>\n\n\n\n<li>Cold fronts;<\/li>\n\n\n\n<li>Extreme temperatures.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, the cell phone alerts you whenever there is a risk of significant changes in weather conditions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Real-time weather radar<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The radar shows exactly where it is raining and in which direction the storm is moving.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This allows you to track the rainfall&#039;s evolution minute by minute and better plan trips, commutes, or outdoor activities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Satellite images<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Another very useful resource is satellite imagery.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They show the formation of clouds, cold fronts, and areas of instability in great detail, making it easier to understand the weather forecast.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Who can use the app?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Windy is ideal for anyone who wants to monitor weather conditions more accurately.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is widely used by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Drivers;<\/li>\n\n\n\n<li>Truck drivers;<\/li>\n\n\n\n<li>Motorcyclists;<\/li>\n\n\n\n<li>Farmers;<\/li>\n\n\n\n<li>Fishermen;<\/li>\n\n\n\n<li>Pilots;<\/li>\n\n\n\n<li>Browsers;<\/li>\n\n\n\n<li>Tourists;<\/li>\n\n\n\n<li>Outdoor sports enthusiasts.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Even those who simply want to know if it will rain in the next few hours will find much more complete information than in conventional apps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is the app free?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Windy has a fairly complete free version, sufficient for most users.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also a Premium version with additional features, such as extra weather models and tools geared towards professional use.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is it worth installing?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you like to keep up with the weather forecast or live in areas prone to storms, Windy is an excellent option.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to being easy to use, the app gathers extremely detailed information, offers interactive maps, and sends alerts that help the user prepare in advance for changes in weather conditions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, it is considered one of the best weather monitoring apps currently available for Android and iPhone.<\/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\/u-KmXMFiH9SLeIpYeNBKzHrwRX3Fi53H4ij3240cuOqxnrMMTpb8n0bVEC25VzqTKU90m43l4UaBg8ahP9RcUg=w240-h480-rw\" alt=\"Windy.com - Weather forecast\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Windy.com - Weather forecast<\/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\">705,621 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:\/\/mobsaint.com\/en_nz\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.windyty.android\" 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:\/\/mobsaint.com\/en_nz\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/windy-com\/id1161387262\" 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>As tempestades podem surgir rapidamente e causar transtornos que v\u00e3o desde atrasos no tr\u00e2nsito at\u00e9 situa\u00e7\u00f5es de risco envolvendo ventos fortes, raios, granizo e alagamentos. Por isso, acompanhar as condi\u00e7\u00f5es do tempo em tempo real deixou de ser apenas uma curiosidade e passou a ser uma forma importante de preven\u00e7\u00e3o. Hoje existem aplicativos capazes de &#8230; <a title=\"Live Storm Alert App\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en_nz\/aplicativo-de-alerta-de-tempestades-ao-vivo\/\" aria-label=\"Read more about Aplicativo de Alerta de Tempestades ao Vivo\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47192,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47191","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/posts\/47191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/comments?post=47191"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/posts\/47191\/revisions"}],"predecessor-version":[{"id":47193,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/posts\/47191\/revisions\/47193"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/media\/47192"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/media?parent=47191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/categories?post=47191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en_nz\/wp-json\/wp\/v2\/tags?post=47191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}