{"id":1006,"date":"2025-07-08T14:08:03","date_gmt":"2025-07-08T14:08:03","guid":{"rendered":"https:\/\/howbees.com\/?p=1006"},"modified":"2025-07-08T14:15:58","modified_gmt":"2025-07-08T14:15:58","slug":"app-to-create-3d-house-plans","status":"publish","type":"post","link":"https:\/\/howbees.com\/en_cn\/aplicativo-para-criar-plantas-de-casa-3d\/","title":{"rendered":"App to Create 3D House Plan Projects"},"content":{"rendered":"<p>Planning a house, an apartment, or even the decor of a room can seem like a daunting task. But with the help of technology, it&#039;s become easier and more accessible. <strong>Room Planner: Home Design 3D<\/strong> is a complete and intuitive application that allows <strong>create house plans, test furniture layouts, and visualize everything in 3D<\/strong>, even if you&#039;re not an architect or designer. You can download it for free at the link below:<\/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\/-tr7funFpTGJxhNEDsbvBUwvDd4CV8yTPvmYrbB_huig_wfiWM1gKRWC67LrWMwmgTua=w240-h480-rw\" alt=\"Room Planner: Home Remodeling\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Room Planner: Home Remodeling<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">172.885<\/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:\/\/howbees.com\/en_cn\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.icandesignapp.all\" 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_cn\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/home-planner-ai-room-design\/id1076159017\" 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<h3 class=\"wp-block-heading\">What does the app do?<\/h3>\n\n\n\n<p>O <strong>Room Planner: Home Design 3D<\/strong> is an interior design app developed based on IKEA catalogs. It allows you to <strong>create detailed floor plans of your home&#039;s rooms<\/strong>, try out different furniture and combinations and see the results in real time, in 2D and 3D.<\/p>\n\n\n\n<p>It&#039;s ideal for those who are renovating, moving house, or simply want to rearrange rooms and visualize the changes before putting them into practice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Main features<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Creation of 2D and 3D plans<\/strong>, with real measurements and multiple rooms.<\/li>\n\n\n\n<li><strong>Catalog of realistic furniture and decoration<\/strong>, with items inspired by IKEA products.<\/li>\n\n\n\n<li><strong>3D visualization with free navigation<\/strong>, as if you were walking through space.<\/li>\n\n\n\n<li><strong>Ready-to-edit house and room models<\/strong>, facilitating the start of the project.<\/li>\n\n\n\n<li><strong>Drag and drop tool<\/strong>, with simple control to change the size, position and rotation of objects.<\/li>\n\n\n\n<li><strong>Save and export projects<\/strong>, including capturing images for printing or presentation.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Compatibility<\/h3>\n\n\n\n<p>Room Planner is available for <strong>Android, iOS, macOS, Windows and web browsers<\/strong>, with cloud sync so you can access your projects from anywhere. The app is available on <strong>several languages<\/strong>, including <strong>Portuguese<\/strong>, and has versions for both casual users and professionals in the field of architecture and design.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to use Room Planner step by step<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Download the app<\/strong> through your mobile store or access the web version.<\/li>\n\n\n\n<li>Create a free account to save and sync your projects.<\/li>\n\n\n\n<li>Choose between <strong>a ready model<\/strong> or start a project from scratch.<\/li>\n\n\n\n<li>Draw the house plan using the wall, door, and window tools.<\/li>\n\n\n\n<li>Add furniture, objects and decorations, choosing from the visual catalog.<\/li>\n\n\n\n<li>Activate the <strong>3D mode<\/strong> to visualize the environment in an immersive way.<\/li>\n\n\n\n<li>Save and share your project or capture images to share with friends, clients, or contractors.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Advantages and disadvantages<\/h3>\n\n\n\n<p><strong>Advantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Modern and user-friendly interface.<\/li>\n\n\n\n<li>Easy to use even without technical experience.<\/li>\n\n\n\n<li>High quality 3D visualizations.<\/li>\n\n\n\n<li>Catalog with realistic and updated furniture.<\/li>\n\n\n\n<li>Works well on mobile devices and desktop.<\/li>\n\n\n\n<li>Ideal for planning environments and decoration.<\/li>\n<\/ul>\n\n\n\n<p><strong>Disadvantages:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Some advanced features are exclusive to the paid version.<\/li>\n\n\n\n<li>The item library is more focused on IKEA style furniture.<\/li>\n\n\n\n<li>May require a high-performance device for larger 3D projects.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Is it free or paid?<\/h3>\n\n\n\n<p>O <strong>Room Planner<\/strong> offers a version <strong>free<\/strong> with basic features like creating floor plans, using furniture, and viewing in 2D\/3D. To unlock advanced features\u2014like high-quality renderings, access to all models, and professional tools\u2014there are plans available. <strong>Premium<\/strong>, with monthly, annual or one-off payment.<\/p>\n\n\n\n<p>Even without subscribing, the app is already extremely useful for anyone who wants to <strong>plan and visualize your house or apartment in great detail<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Usage tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Measure your rooms accurately<\/strong> and enter the data into the app to create a realistic project.<\/li>\n\n\n\n<li>Use the <strong>first-person view<\/strong> in 3D mode to test the circulation and comfort of the environment.<\/li>\n\n\n\n<li>Explore ready-made templates for layout and decor ideas.<\/li>\n\n\n\n<li><strong>Save copies of the project in different versions<\/strong>, if you want to test more than one configuration.<\/li>\n\n\n\n<li>Use the generated images to share with architects or furniture stores.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Overall rating<\/h3>\n\n\n\n<p>Room Planner is highly rated in the app stores, averaging <strong>4.5 stars<\/strong> on Google Play and App Store (data from July 2025). Users mainly praise the <strong>ease of use, visual quality and fidelity of the furniture represented<\/strong>. It&#039;s a great tool for both personal use and professional projects.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/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\/-tr7funFpTGJxhNEDsbvBUwvDd4CV8yTPvmYrbB_huig_wfiWM1gKRWC67LrWMwmgTua=w240-h480-rw\" alt=\"Room Planner: Home Remodeling\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Room Planner: Home Remodeling<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">172.885<\/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:\/\/howbees.com\/en_cn\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.icandesignapp.all\" 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_cn\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/home-planner-ai-room-design\/id1076159017\" 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 <strong>practical and visual application for creating house plans<\/strong>, the <strong>Room Planner: Home Design 3D<\/strong> is one of the best options available. With it, you can transform your ideas into concrete projects, test different furniture styles, and create personalized spaces with just a few taps. Download it now and start designing your ideal home with technology and creativity!<\/p>","protected":false},"excerpt":{"rendered":"<p>Planejar uma casa, um apartamento ou at\u00e9 mesmo a decora\u00e7\u00e3o de um c\u00f4modo pode parecer uma tarefa complicada. Mas com a ajuda de tecnologia, isso ficou mais f\u00e1cil e acess\u00edvel. O Room Planner: Home Design 3D \u00e9 um aplicativo completo e intuitivo que permite criar plantas de casa, testar layouts de m\u00f3veis e visualizar tudo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1010,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,5],"tags":[],"class_list":{"0":"post-1006","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_cn\/wp-json\/wp\/v2\/posts\/1006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/comments?post=1006"}],"version-history":[{"count":2,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/posts\/1006\/revisions"}],"predecessor-version":[{"id":1027,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/posts\/1006\/revisions\/1027"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/media\/1010"}],"wp:attachment":[{"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/media?parent=1006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/categories?post=1006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howbees.com\/en_cn\/wp-json\/wp\/v2\/tags?post=1006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}