{"id":693,"date":"2025-07-05T03:41:55","date_gmt":"2025-07-05T03:41:55","guid":{"rendered":"https:\/\/plusmob.com\/?p=693"},"modified":"2025-07-05T03:41:56","modified_gmt":"2025-07-05T03:41:56","slug":"alkalmazasok-amelyekkel-valos-idoben-lathatod-a-varosodat","status":"publish","type":"post","link":"https:\/\/plusmob.com\/hu\/aplicativos-para-ver-sua-cidade-em-tempo-real\/","title":{"rendered":"Alkalmaz\u00e1sok, amelyekkel val\u00f3s id\u0151ben l\u00e1thatod a v\u00e1rosodat"},"content":{"rendered":"<p>Ha val\u00f3s id\u0151ben szeretn\u00e9d felfedezni a v\u00e1rosodat vagy a vil\u00e1g b\u00e1rmely m\u00e1s hely\u00e9t, az alkalmaz\u00e1s... <strong>\u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD: \u00c9l\u0151 Kamera<\/strong> kiv\u00e1l\u00f3 lehet\u0151s\u00e9g. Ingyenesen el\u00e9rhet\u0151 a Google Play \u00c1ruh\u00e1zban, \u00e9s hozz\u00e1f\u00e9r\u00e9st biztos\u00edt \u00e9l\u0151 kamer\u00e1khoz, m\u0171holdk\u00e9pekhez \u00e9s interakt\u00edv 3D-s t\u00e9rk\u00e9pekhez.<\/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\/9ygM3fMqbZCB481znFhzsgOK9wIu4u6jTGm1xmLrX9gjHcJ4ne3jtfkBi5QvmmLIRMA=w240-h480-rw\" alt=\"\u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD: \u00c9l\u0151 Kamera\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD: \u00c9l\u0151 Kamera<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">184 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 ezer+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">let\u00f6lt\u00e9sek<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/plusmob.com\/hu\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.earth.map\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Telep\u00edt\u00e9s a Google Playen\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h3 class=\"wp-block-heading\">\u00c9l\u0151 \u00e9s interakt\u00edv vizualiz\u00e1ci\u00f3<\/h3>\n\n\n\n<p>Az \u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD lehet\u0151v\u00e9 teszi a vil\u00e1g k\u00fcl\u00f6nb\u00f6z\u0151 r\u00e9gi\u00f3inak val\u00f3s idej\u0171 k\u00e9peinek megtekint\u00e9s\u00e9t \u00e9l\u0151 kamer\u00e1k seg\u00edts\u00e9g\u00e9vel. T\u00f6bb mint 500 el\u00e9rhet\u0151 kamer\u00e1val felfedezheti a nevezetess\u00e9geket, a forgalmas utc\u00e1kat \u00e9s ak\u00e1r a t\u00e1voli ter\u00fcleteket is an\u00e9lk\u00fcl, hogy elhagyn\u00e1 otthon\u00e1t. A kezel\u0151fel\u00fclet intuit\u00edv, \u00edgy b\u00e1rmelyik felhaszn\u00e1l\u00f3 k\u00f6nnyed\u00e9n navig\u00e1lhat a k\u00fcl\u00f6nb\u00f6z\u0151 megtekint\u00e9si lehet\u0151s\u00e9gek k\u00f6z\u00f6tt.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3D-s \u00e9s m\u0171holdas t\u00e9rk\u00e9pek<\/h3>\n\n\n\n<p>Az \u00e9l\u0151 kamer\u00e1k mellett az alkalmaz\u00e1s kiv\u00e1l\u00f3 min\u0151s\u00e9g\u0171 3D-s t\u00e9rk\u00e9peket \u00e9s m\u0171holdk\u00e9peket is k\u00edn\u00e1l. Ez lehet\u0151v\u00e9 teszi a terep, az \u00e9p\u00fcletek \u00e9s a t\u00e1jak leny\u0171g\u00f6z\u0151 r\u00e9szletess\u00e9ggel t\u00f6rt\u00e9n\u0151 felfedez\u00e9s\u00e9t. A fejlett zoom funkci\u00f3 megk\u00f6nny\u00edti az egyes ter\u00fcletek megfigyel\u00e9s\u00e9t, ak\u00e1r utaz\u00e1stervez\u00e9sr\u0151l, ak\u00e1r egyszer\u0171 k\u00edv\u00e1ncsis\u00e1gr\u00f3l van sz\u00f3.<\/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\/9ygM3fMqbZCB481znFhzsgOK9wIu4u6jTGm1xmLrX9gjHcJ4ne3jtfkBi5QvmmLIRMA=w240-h480-rw\" alt=\"\u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD: \u00c9l\u0151 Kamera\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD: \u00c9l\u0151 Kamera<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">184 \u00e9rt\u00e9kel\u00e9s<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 ezer+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">let\u00f6lt\u00e9sek<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/plusmob.com\/hu\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.earth.map\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Telep\u00edt\u00e9s a Google Playen\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h3 class=\"wp-block-heading\">Tov\u00e1bbi hasznos forr\u00e1sok<\/h3>\n\n\n\n<p>Az \u00c9l\u0151 F\u00f6ldt\u00e9rk\u00e9p HD sz\u00e1mos extra funkci\u00f3t is tartalmaz, amelyek gazdag\u00edtj\u00e1k a felhaszn\u00e1l\u00f3i \u00e9lm\u00e9nyt:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>T\u00e1vols\u00e1gkalkul\u00e1tor<\/strong>: k\u00e9t pont k\u00f6z\u00f6tti t\u00e1vols\u00e1g m\u00e9r\u00e9se k\u00f6zvetlen\u00fcl a t\u00e9rk\u00e9pen.<\/li>\n\n\n\n<li><strong>Id\u0151j\u00e1r\u00e1s-jelent\u00e9s<\/strong>: Ellen\u0151rizze a jelenlegi \u00e9s j\u00f6v\u0151beli id\u0151j\u00e1r\u00e1si k\u00f6r\u00fclm\u00e9nyeket b\u00e1rmely helysz\u00ednen.<\/li>\n\n\n\n<li><strong>Helyzetmegoszt\u00e1s<\/strong>: K\u00f6nnyed\u00e9n elk\u00fcldheted aktu\u00e1lis tart\u00f3zkod\u00e1si helyedet bar\u00e1taidnak \u00e9s csal\u00e1dodnak.<\/li>\n\n\n\n<li><strong>Forgalomkeres\u0151<\/strong>: val\u00f3s id\u0151ben figyelje a forgalmat, hogy jobban megtervezhesse utaz\u00e1sait.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Felhaszn\u00e1l\u00f3i \u00e9lm\u00e9ny<\/h3>\n\n\n\n<p>Az alkalmaz\u00e1s haszn\u00e1lhat\u00f3s\u00e1ga az egyik er\u0151ss\u00e9ge. A g\u00f6rd\u00fcl\u00e9keny navig\u00e1ci\u00f3nak \u00e9s a j\u00f3l szervezett men\u00fcknek k\u00f6sz\u00f6nhet\u0151en a felhaszn\u00e1l\u00f3k gyorsan el\u00e9rhetik a k\u00edv\u00e1nt funkci\u00f3kat. A k\u00e9pek min\u0151s\u00e9ge \u00e9s az inform\u00e1ci\u00f3k folyamatos friss\u00edt\u00e9se garant\u00e1lja a kiel\u00e9g\u00edt\u0151 \u00e9lm\u00e9nyt azok sz\u00e1m\u00e1ra, akik val\u00f3s id\u0151ben szeretn\u00e9k felfedezni a vil\u00e1got.<\/p>\n\n\n\n<p>Ak\u00e1r utaz\u00e1st tervez, ak\u00e1r a forgalmat figyeli, vagy egyszer\u0171en csak felfedez, a Live Earth Map HD: Live Camera egy sokoldal\u00fa \u00e9s megfizethet\u0151 eszk\u00f6z v\u00e1rosa \u00e9s m\u00e1s r\u00e9gi\u00f3i val\u00f3s idej\u0171 megtekint\u00e9s\u00e9hez.<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea deseja explorar sua cidade ou qualquer outro lugar do mundo em tempo real, o aplicativo Live Earth Map HD: Live Camera \u00e9 uma excelente op\u00e7\u00e3o. Dispon\u00edvel gratuitamente na Google Play Store, ele oferece acesso a c\u00e2meras ao vivo, visualiza\u00e7\u00f5es por sat\u00e9lite e mapas 3D interativos. Visualiza\u00e7\u00e3o ao vivo e interativa O Live Earth [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":694,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-693","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/posts\/693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/comments?post=693"}],"version-history":[{"count":1,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/posts\/693\/revisions"}],"predecessor-version":[{"id":695,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/posts\/693\/revisions\/695"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/media\/694"}],"wp:attachment":[{"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/media?parent=693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/categories?post=693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plusmob.com\/hu\/wp-json\/wp\/v2\/tags?post=693"}],"curies":[{"name":"munkaf\u00fczet","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}