{"id":48707,"date":"2026-03-11T07:12:07","date_gmt":"2026-03-11T07:12:07","guid":{"rendered":"https:\/\/appsntech.com\/?p=48707"},"modified":"2026-03-11T07:12:08","modified_gmt":"2026-03-11T07:12:08","slug":"an-application-that-uses-smartphone-gps-to-measure-land","status":"publish","type":"post","link":"https:\/\/appsntech.com\/en_ca\/aplicativo-que-usa-gps-do-smartphone-para-medir-terrenos\/","title":{"rendered":"An app that uses a smartphone&#039;s GPS to measure terrain."},"content":{"rendered":"<p>For a long time, measuring land was a task that depended exclusively on surveying equipment. These instruments remain essential for official measurements and technical projects, but today there is a simple alternative for those who only need a quick estimate: measurement apps using the GPS on a cell phone.<\/p>\n\n\n\n<p>Modern smartphones have location sensors capable of accurately recording geographic coordinates in open areas. Specialized applications use this information to automatically calculate perimeters and areas directly on the phone screen.<\/p>\n\n\n\n<p>Among the known applications for this type of task is... <strong>GPS Fields Area Measure<\/strong>, available on both Android and iPhone devices.<\/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\/ZzH-H8BDUAWNTyOd1aF4FvOAskmor1lKtYj_c4WMJoBUTbnhaF4MH4AOUZWXkltAVw=w240-h480-rw\" alt=\"Area and Distance Meter\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Area and Distance Meter<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,9<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">173,514 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 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:\/\/appsntech.com\/en_ca\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=lt.noframe.fieldsareameasure&#038;hl\" 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:\/\/appsntech.com\/en_ca\/redir\/?url=https:\/\/apps.apple.com\/app\/gps-fields-area-measure-map\/id1123033235\" 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>This type of tool can help with quick measurements of land, rural properties, or open areas without the need for additional instruments.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">How can a cell phone measure land?<\/h1>\n\n\n\n<p>The operation of these apps is based on the smartphone&#039;s own location system.<\/p>\n\n\n\n<p>GPS tracks the device&#039;s geographic location using signals sent by satellites orbiting the Earth. When the user marks points around an area, the application records these coordinates and creates a digital outline of the terrain.<\/p>\n\n\n\n<p>Based on this outline, the application automatically calculates:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>total land area<\/li>\n\n\n\n<li>perimeter of the area<\/li>\n\n\n\n<li>distance between marked points.<\/li>\n<\/ul>\n\n\n\n<p>In practice, the application draws a shape similar to the actual outline of the land. After that, it calculates the internal area of that shape.<\/p>\n\n\n\n<p>The more points that are marked around the area, the more detailed the measurement result tends to be.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Practical test with the GPS Fields Area Measure app.<\/h1>\n\n\n\n<p>To observe how this type of tool works in practice, a simple test was carried out using the <strong>GPS Fields Area Measure<\/strong>.<\/p>\n\n\n\n<p>The test was performed on a mid-range smartphone running Android 13.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Application opening time<\/h2>\n\n\n\n<p>After tapping the icon, the app took approximately <strong>2 to 3 seconds<\/strong> to fully charge.<\/p>\n\n\n\n<p>This timeframe is similar to that of other map applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Interface and navigation<\/h2>\n\n\n\n<p>The app&#039;s interface is relatively simple and straightforward.<\/p>\n\n\n\n<p>The main screen displays options such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>start new measurement<\/li>\n\n\n\n<li>mark points on the map<\/li>\n\n\n\n<li>view area calculations.<\/li>\n<\/ul>\n\n\n\n<p>Even users who have never used this type of tool before can quickly understand how to start a measurement.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Ways to measure an area within the application.<\/h1>\n\n\n\n<p>GPS measurement apps often offer more than one way to calculate the area of a plot of land.<\/p>\n\n\n\n<p>In the case of <strong>GPS Fields Area Measure<\/strong>, There are two main methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Manual marking on the map<\/h2>\n\n\n\n<p>In this mode, the user taps directly on the map or satellite image to mark points around the area.<\/p>\n\n\n\n<p>Each point represents a boundary of the land.<\/p>\n\n\n\n<p>When the last point is connected to the first, the app automatically closes the outline and calculates the interior area.<\/p>\n\n\n\n<p>This method is usually used when the terrain can be clearly visualized on the map.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Walk around the area<\/h2>\n\n\n\n<p>Another available option is to walk around the property while the GPS records the route.<\/p>\n\n\n\n<p>As the person moves, the app automatically marks the points on the map.<\/p>\n\n\n\n<p>This method is most common in measurements of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>rural properties<\/li>\n\n\n\n<li>agricultural areas<\/li>\n\n\n\n<li>larger plots of land.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Basic step-by-step guide to measuring land with your cell phone.<\/h1>\n\n\n\n<p>Even those who have never used apps of this type can perform a simple measurement by following a few basic steps.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>open the measurement app<\/li>\n\n\n\n<li>Choose the measurement mode on the map.<\/li>\n\n\n\n<li>mark points that represent the boundaries of the area.<\/li>\n\n\n\n<li>close the perimeter of the land.<\/li>\n<\/ol>\n\n\n\n<p>After finalizing the area drawing, the application automatically calculates the size of the plot.<\/p>\n\n\n\n<p>The result typically appears in units such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>square meters<\/li>\n\n\n\n<li>hectares<\/li>\n\n\n\n<li>acres.<\/li>\n<\/ul>\n\n\n\n<p>This automatic conversion makes it easier to visualize the size of the area.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Accuracy of the measurement made by the cell phone.<\/h1>\n\n\n\n<p>A common question is about the accuracy of measurements made by GPS applications.<\/p>\n\n\n\n<p>Smartphones can accurately record location in open areas, but there are natural limitations to this technology.<\/p>\n\n\n\n<p>In general, the margin of error for GPS in cell phones can vary depending on factors such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>smartphone sensor quality<\/li>\n\n\n\n<li>number of satellites available<\/li>\n\n\n\n<li>presence of trees or buildings nearby.<\/li>\n<\/ul>\n\n\n\n<p>For this reason, measurement apps are more suitable for <strong>approximate estimates<\/strong>, not for official measurements.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Situations where measurement apps can help.<\/h1>\n\n\n\n<p>GPS measurement tools are mainly used when someone needs a quick idea of the size of an area.<\/p>\n\n\n\n<p>Some common situations include:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Assessing the size of a plot of land<\/h2>\n\n\n\n<p>Anyone considering buying land or a plot of land can use the app to get an initial estimate of the area.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Planning fences or dividing spaces<\/h2>\n\n\n\n<p>On rural properties, these tools can help visualize the size of areas that will require fencing or division.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Calculate agricultural areas<\/h2>\n\n\n\n<p>Farmers often use apps to estimate planting or pasture areas.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Organizing spaces in larger properties<\/h2>\n\n\n\n<p>On large plots of land, the app can help to better understand the boundaries and dimensions of the area.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">What can influence the measurement result?<\/h1>\n\n\n\n<p>Several factors can alter the final result of the measurement made by the cell phone.<\/p>\n\n\n\n<p>One of the main ones is <strong>GPS signal<\/strong>.<\/p>\n\n\n\n<p>If the signal is unstable, the app may record slight variations in position.<\/p>\n\n\n\n<p>Another important factor is the way points are scored.<\/p>\n\n\n\n<p>If too few points are used to draw the outline of the terrain, the application may oversimplify the shape of the area.<\/p>\n\n\n\n<p>Marking more points around the terrain generally improves the representation of the space.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Simple tips for achieving better results.<\/h1>\n\n\n\n<p>Some practices can help improve the quality of the measurements made by the application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mark several points on the outline.<\/h2>\n\n\n\n<p>The more points that are recorded, the more accurate the shape of the calculated area will be.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wait a few seconds before scoring a point.<\/h2>\n\n\n\n<p>This allows the GPS to stabilize the recorded position.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Avoid nearby obstacles.<\/h2>\n\n\n\n<p>Open areas usually offer better signal reception.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Repeat the measurement.<\/h2>\n\n\n\n<p>Taking two measurements and comparing the results can help identify potential differences.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Review of the free version of the app.<\/h1>\n\n\n\n<p>The free version of <strong>GPS Fields Area Measure<\/strong> It allows you to perform complete measurements without needing a subscription.<\/p>\n\n\n\n<p>During the test, the following were observed:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>occasional in-app ads<\/li>\n\n\n\n<li>Access to the main measurement functions.<\/li>\n<\/ul>\n\n\n\n<p>This model is common in free apps that offer additional features in paid versions.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Frequent user comments<\/h1>\n\n\n\n<p>When analyzing reviews in app stores, certain patterns of opinion among users emerge.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Positive points mentioned<\/h2>\n\n\n\n<p>Many users mention:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ease of use<\/li>\n\n\n\n<li>speed in measuring areas<\/li>\n\n\n\n<li>Useful for rural properties.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Negative points reported<\/h2>\n\n\n\n<p>Some reviews mention:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Variations in accuracy in locations with weak GPS signal.<\/li>\n\n\n\n<li>Internet access is required to load satellite maps.<\/li>\n<\/ul>\n\n\n\n<p>These limitations are common in geolocation-based applications.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Comparison with professional measurements<\/h1>\n\n\n\n<p>Equipment used by surveyors has much more advanced technology for measuring land.<\/p>\n\n\n\n<p>Among the instruments used are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>total station<\/li>\n\n\n\n<li>high-precision GNSS receivers<\/li>\n\n\n\n<li>specialized surveying equipment.<\/li>\n<\/ul>\n\n\n\n<p>These devices can achieve measurements with much greater precision.<\/p>\n\n\n\n<p>Mobile apps are best suited for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>quick estimates<\/li>\n\n\n\n<li>initial planning<\/li>\n\n\n\n<li>For personal use.<\/li>\n<\/ul>\n\n\n\n<p>When official measurements are required, it is usually necessary to consult specialized professionals.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Frequently asked questions about measuring land with GPS.<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">1. Can a cell phone really measure land?<\/h3>\n\n\n\n<p>Yes. The smartphone&#039;s GPS records geographic coordinates, and the app uses these points to calculate the area.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Is the measurement taken by the cell phone reliable?<\/h3>\n\n\n\n<p>For rough estimates, yes. However, accuracy depends on GPS signal conditions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Is it possible to use the app without internet access?<\/h3>\n\n\n\n<p>Some functions may work with GPS alone, but satellite maps typically require an internet connection.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Can apps replace surveying equipment?<\/h3>\n\n\n\n<p>No. They are best suited for simple measurements or quick estimates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Is it possible to measure large plots of land using a cell phone?<\/h3>\n\n\n\n<p>Yes. Apps like <strong>GPS Fields Area Measure<\/strong> They allow you to record paths around larger areas to calculate the size of the terrain.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Conclusion<\/h1>\n\n\n\n<p>Measurement apps have transformed the smartphone into a practical tool for estimating land areas.<\/p>\n\n\n\n<p>Using the phone&#039;s own GPS, tools such as <strong>GPS Fields Area Measure<\/strong> They can record geographic points and automatically calculate the perimeter and area of a plot of land.<\/p>\n\n\n\n<p>Although they don&#039;t replace professional surveying equipment, these apps can be helpful in various everyday situations, especially when the goal is to quickly get an idea of the size of an area.<\/p>\n\n\n\n<p>In just a few steps, the user can mark the boundaries of the land on the map and view the calculation directly on their mobile phone screen.<\/p>","protected":false},"excerpt":{"rendered":"<p>Durante muito tempo, medir terrenos era uma tarefa que dependia exclusivamente de equipamentos de topografia. Esses instrumentos continuam sendo essenciais para medi\u00e7\u00f5es oficiais e projetos t\u00e9cnicos, mas hoje existe uma alternativa simples para quem precisa apenas de uma estimativa r\u00e1pida: aplicativos de medi\u00e7\u00e3o usando o GPS do celular. Smartphones modernos possuem sensores de localiza\u00e7\u00e3o capazes &#8230; <a title=\"An app that uses a smartphone&#039;s GPS to measure terrain.\" class=\"read-more\" href=\"https:\/\/appsntech.com\/en_ca\/aplicativo-que-usa-gps-do-smartphone-para-medir-terrenos\/\" aria-label=\"Read more about the app that uses your smartphone&#039;s GPS to measure land.\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":48709,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-48707","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tecnologia"],"_links":{"self":[{"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/posts\/48707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/comments?post=48707"}],"version-history":[{"count":2,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/posts\/48707\/revisions"}],"predecessor-version":[{"id":48713,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/posts\/48707\/revisions\/48713"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/media\/48709"}],"wp:attachment":[{"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/media?parent=48707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/categories?post=48707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appsntech.com\/en_ca\/wp-json\/wp\/v2\/tags?post=48707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}