{"id":47021,"date":"2025-09-07T03:52:13","date_gmt":"2025-09-07T03:52:13","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47021"},"modified":"2025-09-07T03:52:14","modified_gmt":"2025-09-07T03:52:14","slug":"apps-to-listen-to-old-music-for-free","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en_ca\/aplicativos-para-ouvir-musicas-antigas-gratis\/","title":{"rendered":"Apps to Listen to Old Music for Free"},"content":{"rendered":"<p>Listening to old music is a true journey back in time. For those who love classics from the &#039;70s, &#039;80s, &#039;90s, and even the &#039;00s, there are apps that bring together great hits in one place. Among them, one of the most complete and easy-to-use is <strong>FM Radio<\/strong>, available for free on the Google Play Store. It can be quickly downloaded below. <\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/oV1AVbkOV2M7rqOAENeuNAnBL6ftRpECFDiiKU4w19tX_rTHTnwJRrPcJ2yy270taMU=w240-h480-rw\" alt=\"FM Radio\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">FM Radio<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">753,127 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:\/\/mobsaint.com\/en_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.radio.fmradio&#038;utm_source=chatgpt.com\" 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_ca\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/radio-fm-music-news-sports\/id951362406\" 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>With this app, you can access radio stations from around the world that play oldies without paying anything, enjoying a simple, nostalgic, and practical experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is FM Radio?<\/h3>\n\n\n\n<p>THE <strong>FM Radio<\/strong> is an online radio app that brings together thousands of stations around the world. The idea is simple: to offer free access to a huge variety of musical content, including stations dedicated exclusively to old classics. This way, you can listen to everything from big names in international music to Brazilian songs that defined an era. It has become a favorite app for those seeking an authentic experience, as it connects listeners directly to the stations that keep musical memories alive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Practical and intuitive usability<\/h3>\n\n\n\n<p>One of Radio FM&#039;s strongest points is its usability. The app was designed to be simple, straightforward, and accessible. Upon opening the app, users can find suggestions for popular stations, as well as search by genre, country, or station name. This makes the experience very practical, especially for those who want to listen to oldies without complications. The layout is clean and organized, allowing even those unfamiliar with technology to use it without difficulty.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Features and functionalities<\/h3>\n\n\n\n<p>Radio FM offers a number of features that make it ideal for those who enjoy listening to oldies. Among them, we can highlight:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Search by musical genre<\/strong> \u2013 you can select stations dedicated to classical, retro, 80s, oldies, and other styles of music.<\/li>\n\n\n\n<li><strong>Search by location<\/strong> \u2013 the user can access radio stations from different countries and discover old hits from different cultures.<\/li>\n\n\n\n<li><strong>Favorites<\/strong> \u2013 allows you to save your favorite radio stations for quick and convenient access.<\/li>\n\n\n\n<li><strong>Alarm and timer<\/strong> \u2013 You can program the app to play your favorite radio station at a specific time or turn off automatically after a certain amount of time.<\/li>\n\n\n\n<li><strong>Free and lightweight<\/strong> \u2013 it doesn\u2019t take up much space on your phone and works well even on simpler devices.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits of using the app<\/h3>\n\n\n\n<p>The biggest benefit of Radio FM is the ability to listen to oldies for free, without needing pre-made playlists. It connects you directly to stations that play classics every day, keeping the experience close to what listening to the radio was like in the &#039;80s or &#039;90s. Furthermore, because it&#039;s free, users don&#039;t need to pay for expensive subscriptions to enjoy their favorite songs. Another benefit is the variety: while paid services require you to create playlists, with Radio FM you discover new and old songs that may have been forgotten over time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">FM Radio Differentials<\/h3>\n\n\n\n<p>The big difference between Radio FM and other applications is its <strong>world radio catalog<\/strong>While other apps limit your options to what&#039;s available in Brazil, Radio FM lets you explore retro radio stations from different countries, discovering international classics. Another advantage is its simplicity: the app focuses on delivering the essentials, without complicated menus or unnecessary features. This straightforward approach makes it ideal for those who just want to open and listen to their favorite oldies.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance and user experience<\/h3>\n\n\n\n<p>The app&#039;s performance is excellent. It loads stations quickly and doesn&#039;t require a strong internet connection. Even on mobile networks, the audio quality is stable. Users report that the app doesn&#039;t crash, doesn&#039;t take up much phone memory, and provides a pleasant experience. Navigating between radio stations is fluid, and the ability to save favorites makes continued use even easier.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to use FM Radio in just a few steps<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the <strong>FM Radio<\/strong> on the Google Play Store.<\/li>\n\n\n\n<li>Open the app and explore the available radio stations.<\/li>\n\n\n\n<li>Search for genres like \u201coldies,\u201d \u201c80s,\u201d or \u201cretro.\u201d<\/li>\n\n\n\n<li>Select your favorite radio station and start listening immediately.<\/li>\n\n\n\n<li>Save it to your favorites for convenient access whenever you want.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Final considerations<\/h3>\n\n\n\n<p>For those who want to listen to free old music on their cell phone, <strong>FM Radio<\/strong> is an excellent choice. It combines simplicity, variety, and practicality in a single app, allowing you to relive the great classics from different eras without hassle. Whether you&#039;re looking to relive memorable moments, discover international hits, or simply enjoy the nostalgia, this app does its job perfectly. If you&#039;re passionate about old music, it&#039;s worth downloading and trying.<\/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\/oV1AVbkOV2M7rqOAENeuNAnBL6ftRpECFDiiKU4w19tX_rTHTnwJRrPcJ2yy270taMU=w240-h480-rw\" alt=\"FM Radio\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">FM Radio<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">753,127 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:\/\/mobsaint.com\/en_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.radio.fmradio&#038;utm_source=chatgpt.com\" 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_ca\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/radio-fm-music-news-sports\/id951362406\" 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>Ouvir m\u00fasicas antigas \u00e9 uma verdadeira viagem no tempo. Para os apaixonados por cl\u00e1ssicos dos anos 70, 80, 90 e at\u00e9 mesmo dos anos 2000, existem aplicativos que re\u00fanem grandes sucessos em um s\u00f3 lugar. Entre eles, um dos mais completos e f\u00e1ceis de usar \u00e9 o Radio FM, dispon\u00edvel gratuitamente na Google Play Store. &#8230; <a title=\"Apps to Listen to Old Music for Free\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en_ca\/aplicativos-para-ouvir-musicas-antigas-gratis\/\" aria-label=\"Read more about Apps to Listen to Old Music for Free\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47023,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47021","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/posts\/47021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/comments?post=47021"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/posts\/47021\/revisions"}],"predecessor-version":[{"id":47024,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/posts\/47021\/revisions\/47024"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/media\/47023"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/media?parent=47021"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/categories?post=47021"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en_ca\/wp-json\/wp\/v2\/tags?post=47021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}