{"id":873,"date":"2025-06-08T22:56:56","date_gmt":"2025-06-08T22:56:56","guid":{"rendered":"https:\/\/howbees.com\/?p=873"},"modified":"2025-06-08T22:56:56","modified_gmt":"2025-06-08T22:56:56","slug":"offline-truck-gps-app","status":"publish","type":"post","link":"https:\/\/howbees.com\/en_gb\/aplicativo-de-gps-de-caminhao-offline\/","title":{"rendered":"Offline Truck GPS App"},"content":{"rendered":"<p>Anyone who works on the roads knows that there is not always an internet signal available, especially in rural or more remote areas. That&#039;s why today we&#039;re going to talk about <strong>Sygic Truck GPS Navigation<\/strong>, one of the best GPS apps for truckers that works <strong>offline<\/strong>. It was created especially for large and heavy vehicles, such as trucks and buses. You can then download it directly to your mobile phone (the link will be inserted here).<\/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\/UJoovwwm-858R6HdlNgZ_YAIPq-bf87Sg4fDnS_ZD9He27CPhS0RjnrxSiCjez6PGg=w240-h480-rw\" alt=\"Sygic GPS Truck &amp; Caravan\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Sygic GPS Truck &amp; Caravan<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">36,488 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 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:\/\/howbees.com\/en_gb\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.sygic.truck\" 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:\/\/howbees.com\/en_gb\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/sygic-truck-rv-navigation\/id992127700\" 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 Sygic Truck GPS Navigation?<\/h2>\n\n\n\n<p>O <strong>Sygic Truck GPS Navigation<\/strong> is a special version of the popular navigation app Sygic, aimed at professional drivers. It offers safe routes for trucks, taking into account height, weight, dangerous cargo and road type restrictions, and works perfectly <strong>no internet connection<\/strong>.<\/p>\n\n\n\n<p>With it, you can download maps of entire countries and regions directly to your phone, allowing you to navigate even in areas without a cell phone signal. This makes it one of the most reliable options for those who spend a lot of time on the road.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Main features<\/h2>\n\n\n\n<p>See what Sygic Truck GPS Navigation offers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Offline 3D maps<\/strong>: download maps to use without internet, with frequent updates.<\/li>\n\n\n\n<li><strong>Specific routes for trucks<\/strong>: the app calculates the route based on the size, weight, load and type of vehicle.<\/li>\n\n\n\n<li><strong>Avoid dangerous or prohibited roads<\/strong>: detects bridges with weight limits, tunnels and restricted urban areas.<\/li>\n\n\n\n<li><strong>Real-time information (with internet)<\/strong>: Traffic, accidents and blockages can be activated when online.<\/li>\n\n\n\n<li><strong>Useful stops for truck drivers<\/strong>: Shows gas stations, rest areas, and restaurants that are accessible to large vehicles.<\/li>\n\n\n\n<li><strong>Lane Keeping Assistant and Speed Limits<\/strong>: helps you stay on track and follow traffic laws.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Android and iOS compatibility<\/h2>\n\n\n\n<p>Sygic Truck GPS is available for both <strong>Android<\/strong> as for <strong>iOS<\/strong>, and can be downloaded for free from app stores. However, some full features are only available after activating the premium license (we&#039;ll talk about this later). The app is compatible with most modern smartphones and tablets.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use Sygic Truck GPS Offline: step by step<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Download the app<\/strong>: Search for \u201cSygic Truck GPS Navigation\u201d in the Google Play Store or App Store.<\/li>\n\n\n\n<li><strong>Create an account or log in as a guest<\/strong>: You can start using it without logging in, but creating an account grants you access to backups and updates.<\/li>\n\n\n\n<li><strong>Choose maps to download<\/strong>: Select the countries or regions where you usually travel.<\/li>\n\n\n\n<li><strong>Configure your vehicle<\/strong>: enter height, weight, length, number of axles and load type.<\/li>\n\n\n\n<li><strong>Enter your destination<\/strong>: the app will calculate a safe route for trucks, even without internet.<\/li>\n\n\n\n<li><strong>Start browsing offline<\/strong>: Just follow the voice and on-screen instructions. If you have a connection on any given route, you can activate extra features like live traffic.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages and disadvantages<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Advantages<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It works <strong>no internet<\/strong>, ideal for remote regions.<\/li>\n\n\n\n<li>Custom routes based on truck type.<\/li>\n\n\n\n<li>High quality maps and easy to use interface.<\/li>\n\n\n\n<li>Useful information for professional drivers.<\/li>\n\n\n\n<li>Good accuracy in navigation and road alerts.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Disadvantages<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Some important features are only available in the paid version.<\/li>\n\n\n\n<li>The initial download of maps may take time and take up space on your phone.<\/li>\n\n\n\n<li>Interface only available in some languages (Portuguese is included, but may not be translated).<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Free or paid?<\/h2>\n\n\n\n<p>Sygic Truck GPS can be <strong>downloaded and tested for free<\/strong>, but to unlock all features (such as unlimited routes, permanent map updates, real-time traffic support, and full voice navigation), you must purchase the version <strong>premium<\/strong>.<\/p>\n\n\n\n<p>Paid plans vary depending on the period and region chosen, and are usually charged in the form of <strong>lifetime license<\/strong> or by <strong>annual subscription<\/strong>. Still, many users report that the cost is worth it, especially for those who depend on the road for work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Usage tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Download Wi-Fi maps before your trip<\/strong>: this avoids mobile data consumption and saves battery.<\/li>\n\n\n\n<li><strong>Always check that the maps are up to date<\/strong>: The app allows you to download the latest versions periodically.<\/li>\n\n\n\n<li><strong>Use a cell phone holder on the dashboard<\/strong>: this helps keep your attention on the road.<\/li>\n\n\n\n<li><strong>Activate radar and speed limit alerts<\/strong> (if available in your region).<\/li>\n\n\n\n<li><strong>Configure your vehicle profile correctly<\/strong>: this ensures more accurate and safer routes.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Overall rating<\/h2>\n\n\n\n<p>Sygic Truck GPS Navigation is highly rated in the app stores, with an average of <strong>4.3 stars on the Play Store<\/strong> and <strong>4.6 on the App Store<\/strong>. Users praise the offline GPS\u2019s stability, accurate truck routing, and ease of use. Many professional drivers consider the app an indispensable tool for their travels.<\/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\/UJoovwwm-858R6HdlNgZ_YAIPq-bf87Sg4fDnS_ZD9He27CPhS0RjnrxSiCjez6PGg=w240-h480-rw\" alt=\"Sygic GPS Truck &amp; Caravan\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Sygic GPS Truck &amp; Caravan<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">36,488 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 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:\/\/howbees.com\/en_gb\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.sygic.truck\" 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:\/\/howbees.com\/en_gb\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/sygic-truck-rv-navigation\/id992127700\" 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>If you are looking for a reliable GPS that works even without internet and that understands the needs of those who drive a truck, <strong>Sygic Truck GPS Navigation<\/strong> It is one of the best options available on the market. It is worth trying!<\/p>","protected":false},"excerpt":{"rendered":"<p>Quem trabalha nas estradas sabe que nem sempre h\u00e1 sinal de internet dispon\u00edvel, especialmente em regi\u00f5es rurais ou mais afastadas. Por isso, hoje vamos falar sobre o Sygic Truck GPS Navigation, um dos melhores aplicativos de GPS para caminhoneiros que funciona offline. Ele foi criado especialmente para ve\u00edculos grandes e pesados, como caminh\u00f5es e \u00f4nibus. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":880,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,5],"tags":[],"class_list":{"0":"post-873","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos","8":"category-utilidades"},"_links":{"self":[{"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/posts\/873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/comments?post=873"}],"version-history":[{"count":1,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/posts\/873\/revisions"}],"predecessor-version":[{"id":881,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/posts\/873\/revisions\/881"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/media\/880"}],"wp:attachment":[{"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/media?parent=873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/categories?post=873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howbees.com\/en_gb\/wp-json\/wp\/v2\/tags?post=873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}