{"id":5584,"date":"2026-08-29T12:35:09","date_gmt":"2026-08-29T12:35:09","guid":{"rendered":"https:\/\/menteinformada.com\/?p=5584"},"modified":"2026-08-29T12:35:09","modified_gmt":"2026-08-29T12:35:09","slug":"apps-to-track-pet-weight-using-your-cell-phone","status":"publish","type":"post","link":"https:\/\/menteinformada.com\/en\/aplicativos-para-acompanhar-o-peso-dos-animais-pelo-celular\/","title":{"rendered":"Apps to Track Pet Weight via Mobile Phone"},"content":{"rendered":"<p class=\"wp-block-paragraph\">O <strong>Herd Scan<\/strong> It is an application developed to help rural producers monitor cattle using their cell phone camera. The tool uses artificial intelligence to analyze photographs of the animals and generate information such as <strong>live weight estimate, body condition score, and breed identification.<\/strong>. You can download the following application in the space where the download button or shortcode will be inserted. Herd Scan has versions for iPhone, Android, and can also be used through a web browser.<\/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\/oaRkeq8LpzF8C3VYbX4XnOkHP40uXzkaxuB3tkaLzFpyfzfuTZqISt3UN7bhWQHZXc1S1Mcf_VPAyEWzfmfpWw=w240-h480-rw\" alt=\"Herd Scan\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Herd Scan<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50k+<\/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:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=herdscan.app&#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                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/herd-scan\/id6796822613\" 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 Herd Scan?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Herd Scan is a herd analysis tool that uses machine learning to interpret photographs of cattle. Its purpose is to allow producers to obtain important information about their animals without having to rely exclusively on traditional weighing equipment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After a photo is submitted, the system analyzes visual characteristics such as body structure, musculature, and the animal&#039;s condition. Based on this information, the application can provide an estimate of live weight.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">According to the official website, the platform can be used with both <strong>dairy cattle as well as beef cattle<\/strong>. For dairy cattle, the system estimates breed, live weight, and body condition. For beef cattle, it can also provide information related to growth.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main features of the application<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the main functions of Herd Scan is the ability to estimate the weight of cattle using only a side photograph of the animal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The app also offers body condition score (BCS) analysis, a feature that can help producers track physical changes in their herd.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another interesting feature is the ability to analyze multiple animals. According to the developer, up to [number] animals can be included. <strong>20 animal photographs per evaluation<\/strong>, allowing you to view individual data and group averages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Herd Scan also allows you to track trends and generate PDF reports, which can be shared with others involved in farm management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Does Herd Scan work on Android or iPhone?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One advantage of Herd Scan is its availability on different platforms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The app has a version for <strong>iPhone<\/strong>, available through the App Store. The service&#039;s official page also indicates availability for <strong>Android<\/strong> and a web version that can be used directly through the browser.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This can make it easier to use across different properties, especially when employees use different smartphone models.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use Herd Scan to estimate weight<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The process is simple. First, install or open Herd Scan and select the option to perform a new scan.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, position the animal in a place where its body can be clearly seen. The service itself recommends photographing the bovine. <strong>sideways<\/strong>, leaving his body structure visible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open the camera through the app and take an individual photo of the animal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After submission, artificial intelligence analyzes the image and compares the bovine&#039;s characteristics with data used by the system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In just a few seconds, the app can present information such as <strong>Estimated live weight, breed, and body condition.<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Although the original request mentions photo retrieval, that is not the purpose of Herd Scan. The photographs are used to analyze the animals and estimate herd-related information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tips for achieving better results<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The quality of the photograph directly influences the analysis. Therefore, try to photograph the animal in well-lit environments.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Avoid photos where fences, other animals, or objects are covering parts of the bovine&#039;s body.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is also important to keep the animal sideways in relation to the camera. Photographs taken at a sharp angle or from the front can make it difficult to identify body proportions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To track an animal&#039;s progress, try taking multiple photographs under similar conditions. This makes it easier to compare the results over time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages of Herd Scan<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The main advantage is practicality. The producer can carry out an evaluation directly in the field using only their smartphone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another advantage is the amount of information available. The app is not limited to weight; it can also present data on body condition and the animal&#039;s characteristics.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition, the results can be organized into reports and shared with other people responsible for the herd.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disadvantages<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to remember that Herd Scan presents <strong>estimates calculated from images<\/strong>. The value displayed by the app should not be automatically interpreted as equivalent to a weight measured on a professional scale.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The quality of the photos, the animal&#039;s position, and the breed&#039;s characteristics can influence the results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another point is that certain functionalities or analysis models may differ depending on the region, the platform used, and the updates made by the developer.<\/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\/oaRkeq8LpzF8C3VYbX4XnOkHP40uXzkaxuB3tkaLzFpyfzfuTZqISt3UN7bhWQHZXc1S1Mcf_VPAyEWzfmfpWw=w240-h480-rw\" alt=\"Herd Scan\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Herd Scan<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">50k+<\/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:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=herdscan.app&#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                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/menteinformada.com\/en\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/herd-scan\/id6796822613\" 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\">Is Herd Scan free?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The iPhone version currently appears on the App Store as <strong>free to download<\/strong>. However, features, plans, or terms of use may change depending on the service version and region. Before using the tool continuously, it&#039;s worth checking directly in the app which features are available for free.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Overall rating<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Herd Scan is an interesting alternative for those looking for an internationally available app for... <strong>Estimate the weight of cattle using a cell phone.<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Its main advantage lies in bringing together various analyses into a single tool. In addition to weight estimation, the producer can monitor body condition, breed, growth, and herd trends.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For quick assessments and periodic monitoring, the app can be quite useful. However, when it&#039;s necessary to know the animal&#039;s exact weight, especially in situations where small differences are important, weighing on an appropriate scale remains the best method.<\/p>","protected":false},"excerpt":{"rendered":"<p>O Herd Scan \u00e9 um aplicativo desenvolvido para ajudar produtores rurais a acompanhar bovinos usando a c\u00e2mera do celular. A ferramenta utiliza intelig\u00eancia artificial para analisar fotografias dos animais e gerar informa\u00e7\u00f5es como estimativa de peso vivo, condi\u00e7\u00e3o corporal e identifica\u00e7\u00e3o de ra\u00e7a. \u00c9 poss\u00edvel baixar o aplicativo a seguir, no espa\u00e7o onde ser\u00e1 inserido [&hellip;]<\/p>\n","protected":false},"author":244,"featured_media":5588,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[192],"tags":[],"class_list":["post-5584","post","type-post","status-publish","format-standard","has-post-thumbnail","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/users\/244"}],"replies":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/comments?post=5584"}],"version-history":[{"count":1,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5584\/revisions"}],"predecessor-version":[{"id":5589,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/posts\/5584\/revisions\/5589"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/media\/5588"}],"wp:attachment":[{"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/media?parent=5584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/categories?post=5584"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/menteinformada.com\/en\/wp-json\/wp\/v2\/tags?post=5584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}