{"id":826,"date":"2025-08-28T16:34:47","date_gmt":"2025-08-28T16:34:47","guid":{"rendered":"https:\/\/plusmob.com\/?p=826"},"modified":"2025-08-28T16:34:48","modified_gmt":"2025-08-28T16:34:48","slug":"entdecken-sie-die-app-zum-wiegen-ihres-viehs","status":"publish","type":"post","link":"https:\/\/plusmob.com\/de\/conheca-aplicativo-para-pesar-seu-gado\/","title":{"rendered":"Entdecken Sie die App zum Wiegen Ihres Viehs"},"content":{"rendered":"<p><strong>Entdecken Sie die Tiergewicht-App \u2013 Schweine und Rinder<\/strong>, ein praktisches und effizientes Tool zur Sch\u00e4tzung des Gewichts Ihrer Herde direkt von Ihrem Mobiltelefon aus. Sie k\u00f6nnen es unten herunterladen:<\/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\/-GpogLAtJVHtCo2Uu7Dqcc-h_ghlVQ-KzLo4FYZE87G-pW7hfBY3ADRzNoyxqZYe4Nk=w240-h480-rw\" alt=\"Tiergewicht - Schweine und Rinder\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tiergewicht - Schweine und Rinder<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">308 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100.000+<\/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:\/\/plusmob.com\/de\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.hordev.pesoanimal&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>\u00d6 <strong>Tiergewicht \u2013 Schweine und Rinder<\/strong>, entwickelt von HorDev, ist ein intuitiver Rechner, mit dem Sie das Gewicht verschiedener Tiere \u2013 wie Rinder, Schweine, B\u00fcffel, Schafe, Ziegen und sogar Hunde \u2013 ohne eine physische Waage sch\u00e4tzen k\u00f6nnen. Geben Sie einfach einige spezifische Ma\u00dfe des Tieres ein, und die App berechnet das gesch\u00e4tzte Gewicht mit einer Fehlerspanne zwischen 3 % und 10 %.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benutzerfreundlichkeit und Benutzerfreundlichkeit<\/strong><\/h2>\n\n\n\n<p>Das Design der App ist einfach und unkompliziert \u2013 ideal f\u00fcr alle, die eine schnelle L\u00f6sung f\u00fcr ihren landwirtschaftlichen Alltag ben\u00f6tigen. Benutzer m\u00fcssen lediglich die Ma\u00dfe des Tieres eingeben, um die Ergebnisse zu erhalten. Damit ist die App ein hervorragendes Tool f\u00fcr alle, die Flexibilit\u00e4t und Effizienz ohne Komplikationen suchen. Die \u00fcbersichtliche Benutzeroberfl\u00e4che erleichtert das Erlernen und reduziert das Risiko von Bedienungsfehlern.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Hauptmerkmale<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Gewichtssch\u00e4tzung ohne Waage<\/strong>: Nur anhand von Daten wie Brustumfang und K\u00f6rperl\u00e4nge ermittelt die App das tats\u00e4chliche Gewicht auf m\u00f6glichst praxisnahe Weise.<\/li>\n\n\n\n<li><strong>Kompatibilit\u00e4t mit mehreren Arten<\/strong>: Neben Rindern funktioniert die App auch f\u00fcr Schweine, B\u00fcffel, Schafe, Ziegen und Hunde \u2013 und erweitert so ihre Anwendbarkeit auf Grundst\u00fccke mit unterschiedlichem Viehbestand.<\/li>\n\n\n\n<li><strong>Schnelle und lokale Berechnung<\/strong>: Alle Sch\u00e4tzungen werden direkt auf dem Ger\u00e4t vorgenommen, ohne dass eine aktive Internetverbindung erforderlich ist \u2013 ideal f\u00fcr l\u00e4ndliche Gebiete mit instabilen Verbindungen.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>St\u00e4rken und Unterschiede<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Einfache Bedienung<\/strong>: Die auf Messungen basierende Methodik macht die Verwendung auch f\u00fcr technisch nicht versierte Benutzer einfach \u2013 geben Sie einfach die Daten korrekt ein und die App erledigt den Rest.<\/li>\n\n\n\n<li><strong>Vielseitigkeit im Feld<\/strong>: Durch die Unterst\u00fctzung mehrerer Arten bringt Animal Weight Flexibilit\u00e4t und Einheitlichkeit in die Managementprozesse.<\/li>\n\n\n\n<li><strong>Angemessene Fehlerquote<\/strong>: zwischen 3 % und 10 %, f\u00fcr schnelle Feldsch\u00e4tzungen v\u00f6llig akzeptabel.<\/li>\n\n\n\n<li><strong>Geringer Ressourcenverbrauch<\/strong>: Da die App lokal ausgef\u00fchrt wird, ist sie leichtgewichtig, verbraucht wenig Akku und funktioniert gut auf Eingabeger\u00e4ten.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Leistung<\/strong><\/h2>\n\n\n\n<p>Obwohl Animal Weight eine leichte L\u00f6sung ist, erf\u00fcllt es die Anforderungen seines Segments mit Agilit\u00e4t. Die Sch\u00e4tzung erscheint fast sofort nach der Dateneingabe. Die Leistung ist auf Low-End-Smartphones zufriedenstellend und somit auch f\u00fcr kleine Produzenten ohne anspruchsvolle Ausr\u00fcstung erschwinglich.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benutzererfahrung<\/strong><\/h2>\n\n\n\n<p>Mit einer durchschnittlichen Bewertung von 4,0 Sternen aus rund 307 Rezensionen und \u00fcber 100.000 Downloads kommt die App bei den Nutzern gut an. Einige Rezensionen weisen auf M\u00e4ngel hin \u2013 so berichtete ein Nutzer beispielsweise von einer deutlichen Abweichung (\u201e255 kg auf der Waage, 0,3 kg in der App\u201c) \u2013 der Entwickler betont jedoch, dass in diesen F\u00e4llen empfohlen wird, sich das Tutorial anzusehen oder bei Verdacht auf eine fehlerhafte Nutzung den technischen Support zu kontaktieren. Dies zeugt von dem Engagement, Support und Anleitung zu bieten, auch wenn die App in puncto \u00dcbersichtlichkeit noch Verbesserungspotenzial bietet.<\/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\/-GpogLAtJVHtCo2Uu7Dqcc-h_ghlVQ-KzLo4FYZE87G-pW7hfBY3ADRzNoyxqZYe4Nk=w240-h480-rw\" alt=\"Tiergewicht - Schweine und Rinder\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tiergewicht - Schweine und Rinder<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">308 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100.000+<\/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:\/\/plusmob.com\/de\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.hordev.pesoanimal&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\"><strong>Abschlie\u00dfende \u00dcberlegungen<\/strong><\/h2>\n\n\n\n<p>\u00d6 <strong>Tiergewicht \u2013 Schweine und Rinder<\/strong> ist ein hervorragendes Produktivit\u00e4tstool f\u00fcr Viehz\u00fcchter, die das Gewicht ihrer Tiere ohne Waage sch\u00e4tzen m\u00f6chten. Sein gr\u00f6\u00dfter Vorteil liegt in seiner unkomplizierten Einfachheit: Die intuitive Benutzeroberfl\u00e4che, schnelle Berechnungen, der geringe Ressourcenverbrauch und die Unterst\u00fctzung mehrerer Tierarten machen es zu einer praktischen und kosteng\u00fcnstigen Option. In Situationen, in denen physische Waagen unpraktisch oder nicht vorhanden sind, stellt es eine effiziente L\u00f6sung dar.<\/p>\n\n\n\n<p>Nat\u00fcrlich ist die App nicht in allen Situationen ein Ersatz f\u00fcr eine Pr\u00e4zisionswaage, insbesondere nicht f\u00fcr gewerbliche Betriebe, die Genauigkeit erfordern. Dennoch ist die Fehlerquote f\u00fcr die t\u00e4gliche Handhabung, Sortierung oder schnelle Sch\u00e4tzungen akzeptabel. Ideal sowohl f\u00fcr kleine Produzenten als auch f\u00fcr diejenigen, die ihre Prozesse kosteng\u00fcnstig modernisieren m\u00f6chten.<\/p>","protected":false},"excerpt":{"rendered":"<p>Conhe\u00e7a o aplicativo Peso Animal \u2013 Su\u00ednos e Bovinos, uma ferramenta pr\u00e1tica e eficiente para estimar o peso do seu rebanho diretamente pelo celular. Voc\u00ea pode baix\u00e1-lo logo abaixo: O Peso Animal \u2013 Su\u00ednos e Bovinos, desenvolvido pela HorDev, \u00e9 uma calculadora intuitiva que permite estimar o peso de diversos animais \u2014 como gado, su\u00ednos, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":830,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,7,4],"tags":[],"class_list":{"0":"post-826","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-dicas","9":"category-tecnologica"},"_links":{"self":[{"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/posts\/826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/comments?post=826"}],"version-history":[{"count":2,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/posts\/826\/revisions"}],"predecessor-version":[{"id":832,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/posts\/826\/revisions\/832"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/media\/830"}],"wp:attachment":[{"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/media?parent=826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/categories?post=826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plusmob.com\/de\/wp-json\/wp\/v2\/tags?post=826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}