{"id":347,"date":"2024-10-02T08:30:18","date_gmt":"2024-10-02T08:30:18","guid":{"rendered":"https:\/\/revision.codesupply.co\/revision\/?page_id=347"},"modified":"2026-07-28T03:15:10","modified_gmt":"2026-07-28T03:15:10","slug":"about","status":"publish","type":"page","link":"https:\/\/ufsauto.jp\/blogs\/about\/","title":{"rendered":"About"},"content":{"rendered":"\n<style>\n.ufs-about-page {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 25px 20px;\n    font-family: Arial, sans-serif;\n    color: #252525;\n    line-height: 1.75;\n}\n\n.ufs-about-page p {\n    margin-bottom: 18px;\n}\n\n.ufs-about-hero {\n    background: linear-gradient(135deg, #020739 0%, #071465 100%);\n    padding: 65px 35px;\n    border-radius: 20px;\n    text-align: center;\n    color: #ffffff;\n    margin-bottom: 50px;\n}\n\n.ufs-about-hero-icon {\n    width: 96px;\n    height: 96px;\n    object-fit: contain;\n    margin-bottom: 15px;\n}\n\n.ufs-about-hero h1 {\n    color: #ffffff;\n    font-size: 42px;\n    line-height: 1.2;\n    margin: 0 0 18px;\n}\n\n.ufs-about-hero h1 span {\n    color: #FCB603;\n}\n\n.ufs-about-hero p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #ffffff;\n    font-size: 19px;\n}\n\n.ufs-about-section {\n    margin: 55px 0;\n}\n\n.ufs-heading {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    margin-bottom: 22px;\n}\n\n.ufs-heading img {\n    width: 72px;\n    height: 72px;\n    flex-shrink: 0;\n    object-fit: contain;\n}\n\n.ufs-heading h2 {\n    color: #020739;\n    font-size: 31px;\n    line-height: 1.25;\n    margin: 0;\n}\n\n.ufs-heading h2 span {\n    color: #FCB603;\n}\n\n.ufs-intro-text {\n    font-size: 18px;\n}\n\n.ufs-service-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.ufs-service-card {\n    background: #f7f8fc;\n    border-left: 5px solid #FCB603;\n    border-radius: 12px;\n    padding: 24px;\n}\n\n.ufs-service-card h3 {\n    color: #020739;\n    font-size: 21px;\n    margin: 0 0 10px;\n}\n\n.ufs-service-card p {\n    margin: 0;\n}\n\n.ufs-vehicle-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px 25px;\n    padding: 0;\n    margin: 25px 0;\n    list-style: none;\n}\n\n.ufs-vehicle-list li {\n    position: relative;\n    padding: 13px 15px 13px 42px;\n    background: #f7f8fc;\n    border-radius: 8px;\n}\n\n.ufs-vehicle-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 15px;\n    color: #020739;\n    font-weight: 800;\n}\n\n.ufs-why-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-top: 30px;\n}\n\n.ufs-why-card {\n    background: #ffffff;\n    border: 1px solid #e5e7ee;\n    border-radius: 14px;\n    padding: 26px 22px;\n    box-shadow: 0 6px 20px rgba(2, 7, 57, 0.07);\n}\n\n.ufs-why-card h3 {\n    color: #020739;\n    font-size: 20px;\n    margin: 0 0 10px;\n}\n\n.ufs-highlight-box {\n    background: #020739;\n    color: #ffffff;\n    padding: 38px;\n    border-radius: 18px;\n    margin: 50px 0;\n}\n\n.ufs-highlight-box h3 {\n    color: #FCB603;\n    font-size: 28px;\n    margin-top: 0;\n}\n\n.ufs-highlight-box p {\n    color: #ffffff;\n}\n\n.ufs-cta {\n    background: linear-gradient(135deg, #FCB603 0%, #ffd058 100%);\n    padding: 48px 30px;\n    border-radius: 18px;\n    text-align: center;\n    margin-top: 55px;\n}\n\n.ufs-cta img {\n    width: 88px;\n    height: 88px;\n    object-fit: contain;\n    margin-bottom: 12px;\n}\n\n.ufs-cta h2 {\n    color: #020739;\n    font-size: 32px;\n    margin: 0 0 15px;\n}\n\n.ufs-cta p {\n    color: #020739;\n    max-width: 780px;\n    margin: 0 auto 25px;\n    font-size: 18px;\n}\n\n.ufs-button {\n    display: inline-block;\n    background: #020739;\n    color: #ffffff !important;\n    text-decoration: none;\n    font-weight: 700;\n    padding: 15px 27px;\n    margin: 6px;\n    border-radius: 8px;\n    transition: 0.3s ease;\n}\n\n.ufs-button:hover {\n    background: #ffffff;\n    color: #020739 !important;\n    transform: translateY(-2px);\n}\n\n.ufs-button-outline {\n    background: transparent;\n    border: 2px solid #020739;\n    color: #020739 !important;\n}\n\n.ufs-button-outline:hover {\n    background: #020739;\n    color: #ffffff !important;\n}\n\n@media (max-width: 850px) {\n    .ufs-about-hero h1 {\n        font-size: 34px;\n    }\n\n    .ufs-service-grid,\n    .ufs-why-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .ufs-vehicle-list {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 550px) {\n    .ufs-about-hero {\n        padding: 45px 20px;\n    }\n\n    .ufs-about-hero h1 {\n        font-size: 29px;\n    }\n\n    .ufs-about-hero p {\n        font-size: 17px;\n    }\n\n    .ufs-heading {\n        align-items: flex-start;\n        gap: 13px;\n    }\n\n    .ufs-heading img {\n        width: 58px;\n        height: 58px;\n    }\n\n    .ufs-heading h2 {\n        font-size: 25px;\n    }\n\n    .ufs-highlight-box {\n        padding: 28px 22px;\n    }\n}\n\n\/* ==================================================\n   UFS ABOUT PAGE \u2014 LIGHT\/DARK THEME VISIBILITY FIX\n   Paste this at the END of the existing CSS\n================================================== *\/\n\n.ufs-about-page {\n    --ufs-page-bg: #ffffff;\n    --ufs-text: #252525;\n    --ufs-heading: #020739;\n    --ufs-card-bg: #f7f8fc;\n    --ufs-card-border: #e5e7ee;\n\n    background-color: var(--ufs-page-bg) !important;\n    color: var(--ufs-text) !important;\n    border-radius: 16px;\n}\n\n\/* Ensure normal content remains visible *\/\n.ufs-about-page p,\n.ufs-about-page li {\n    color: var(--ufs-text) !important;\n}\n\n\/* Main section headings *\/\n.ufs-about-page .ufs-heading h2 {\n    color: var(--ufs-heading) !important;\n}\n\n.ufs-about-page .ufs-heading h2 span {\n    color: #FCB603 !important;\n}\n\n\/* Service cards *\/\n.ufs-about-page .ufs-service-card {\n    background-color: var(--ufs-card-bg) !important;\n    color: var(--ufs-text) !important;\n}\n\n.ufs-about-page .ufs-service-card h3 {\n    color: var(--ufs-heading) !important;\n}\n\n.ufs-about-page .ufs-service-card p {\n    color: var(--ufs-text) !important;\n}\n\n\/* Vehicle list *\/\n.ufs-about-page .ufs-vehicle-list li {\n    background-color: var(--ufs-card-bg) !important;\n    color: var(--ufs-text) !important;\n}\n\n.ufs-about-page .ufs-vehicle-list li::before {\n    color: #FCB603 !important;\n}\n\n\/* Why Choose UFS cards *\/\n.ufs-about-page .ufs-why-card {\n    background-color: var(--ufs-card-bg) !important;\n    border-color: var(--ufs-card-border) !important;\n    color: var(--ufs-text) !important;\n}\n\n.ufs-about-page .ufs-why-card h3 {\n    color: var(--ufs-heading) !important;\n}\n\n.ufs-about-page .ufs-why-card p {\n    color: var(--ufs-text) !important;\n}\n\n\/* Hero text must always remain white *\/\n.ufs-about-page .ufs-about-hero,\n.ufs-about-page .ufs-about-hero h1,\n.ufs-about-page .ufs-about-hero p {\n    color: #ffffff !important;\n}\n\n.ufs-about-page .ufs-about-hero h1 span {\n    color: #FCB603 !important;\n}\n\n\/* Dark blue highlight section *\/\n.ufs-about-page .ufs-highlight-box,\n.ufs-about-page .ufs-highlight-box p {\n    color: #ffffff !important;\n}\n\n.ufs-about-page .ufs-highlight-box h3 {\n    color: #FCB603 !important;\n}\n\n\/* Yellow CTA section *\/\n.ufs-about-page .ufs-cta h2,\n.ufs-about-page .ufs-cta p {\n    color: #020739 !important;\n}\n\n\/* CTA buttons *\/\n.ufs-about-page .ufs-button {\n    background-color: #020739 !important;\n    color: #ffffff !important;\n}\n\n.ufs-about-page .ufs-button:hover {\n    background-color: #ffffff !important;\n    color: #020739 !important;\n}\n\n.ufs-about-page .ufs-button-outline {\n    background-color: transparent !important;\n    border-color: #020739 !important;\n    color: #020739 !important;\n}\n\n.ufs-about-page .ufs-button-outline:hover {\n    background-color: #020739 !important;\n    color: #ffffff !important;\n}\n\n\/* Automatic system dark mode *\/\n@media (prefers-color-scheme: dark) {\n    .ufs-about-page {\n        --ufs-page-bg: #090d24;\n        --ufs-text: #f1f3fa;\n        --ufs-heading: #ffffff;\n        --ufs-card-bg: #141a36;\n        --ufs-card-border: #303858;\n    }\n}\n\n\/* Common WordPress\/theme dark-mode classes *\/\nhtml.dark .ufs-about-page,\nbody.dark .ufs-about-page,\nbody.dark-mode .ufs-about-page,\nbody.is-dark-mode .ufs-about-page,\n[data-theme=\"dark\"] .ufs-about-page,\n[data-color-mode=\"dark\"] .ufs-about-page,\n.wp-dark-mode-active .ufs-about-page {\n    --ufs-page-bg: #090d24;\n    --ufs-text: #f1f3fa;\n    --ufs-heading: #ffffff;\n    --ufs-card-bg: #141a36;\n    --ufs-card-border: #303858;\n}\n\n\/* Keep bold text visible *\/\nhtml.dark .ufs-about-page strong,\nbody.dark .ufs-about-page strong,\nbody.dark-mode .ufs-about-page strong,\nbody.is-dark-mode .ufs-about-page strong,\n[data-theme=\"dark\"] .ufs-about-page strong,\n[data-color-mode=\"dark\"] .ufs-about-page strong,\n.wp-dark-mode-active .ufs-about-page strong {\n    color: #ffffff !important;\n}\n\n\/* Dark-mode card shadows *\/\nhtml.dark .ufs-about-page .ufs-why-card,\nbody.dark .ufs-about-page .ufs-why-card,\nbody.dark-mode .ufs-about-page .ufs-why-card,\nbody.is-dark-mode .ufs-about-page .ufs-why-card,\n[data-theme=\"dark\"] .ufs-about-page .ufs-why-card,\n[data-color-mode=\"dark\"] .ufs-about-page .ufs-why-card,\n.wp-dark-mode-active .ufs-about-page .ufs-why-card {\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;\n}\n<\/style>\n\n<div class=\"ufs-about-page\">\n\n    <section class=\"ufs-about-hero\">\n        <img loading=\"lazy\" decoding=\"async\" class=\"ufs-about-hero-icon\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-about-us.png\" alt=\"About UFS Auto\" width=\"96\" height=\"96\">\n\n        <h1>More Than a Car Exporter &#8211; <span>Your Automotive Partner in Japan<\/span><\/h1>\n\n        <p>\n            UFS Auto helps individuals, dealers and businesses confidently source,\n            inspect and ship quality vehicles from Japan to destinations around the world.\n        <\/p>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-about-us.png\" alt=\"Who We Are\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>Who We <span>Are<\/span><\/h2>\n        <\/div>\n\n        <p class=\"ufs-intro-text\">\n            Buying a vehicle from another country should feel exciting-not uncertain.\n        <\/p>\n\n        <p>\n            At <strong>UFS Auto Exports<\/strong>, we make the process of purchasing\n            vehicles from Japan easier, clearer and more dependable. From selecting\n            the right vehicle and reviewing its condition to inspection, documentation\n            and international shipping, our experienced team supports customers throughout\n            every important stage.\n        <\/p>\n\n        <p>\n            We do not simply sell vehicles. We help customers make informed purchasing\n            decisions and move their vehicles safely from Japan to their preferred destination.\n        <\/p>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-vehicle-sourcing.png\" alt=\"Vehicle Sourcing from Japan\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>Japanese Vehicles Sourced Around <span>Your Needs<\/span><\/h2>\n        <\/div>\n\n        <p>\n            Every customer has different priorities. Some are searching for a dependable\n            family car, while others require SUVs, commercial vans, pickups, trucks or\n            multiple vehicles for dealership stock.\n        <\/p>\n\n        <p>\n            Our team takes the time to understand your preferred make, model, year,\n            mileage, condition and budget before identifying suitable options from\n            UFS Auto stock, trusted suppliers and Japanese vehicle auctions.\n        <\/p>\n\n        <ul class=\"ufs-vehicle-list\">\n            <li>Japanese used vehicles<\/li>\n            <li>Brand-new and nearly new vehicles<\/li>\n            <li>Petrol, diesel and hybrid vehicles<\/li>\n            <li>SUVs, hatchbacks and sedans<\/li>\n            <li>Vans, pickups and commercial vehicles<\/li>\n            <li>Dealer and fleet orders<\/li>\n            <li>Japanese auction vehicles<\/li>\n            <li>Vehicles sourced on request<\/li>\n        <\/ul>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-export-logistics.png\" alt=\"Vehicle Export and Shipping\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>From Japan to <span>Your Destination<\/span><\/h2>\n        <\/div>\n\n        <p>\n            International vehicle purchasing involves much more than selecting a car.\n            Vehicle information must be verified, inspections may be required, export\n            documents must be prepared and shipping must be coordinated correctly.\n        <\/p>\n\n        <p>\n            UFS Auto brings these steps together through one coordinated export service.\n        <\/p>\n\n        <div class=\"ufs-service-grid\">\n\n            <div class=\"ufs-service-card\">\n                <h3>Vehicle Sourcing<\/h3>\n                <p>\n                    We search available stock, trusted suppliers and Japanese auctions\n                    based on your budget and vehicle requirements.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-service-card\">\n                <h3>Auction Assistance<\/h3>\n                <p>\n                    Our team assists customers with auction information, vehicle selection\n                    and bidding through Japan\u2019s automotive auction network.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-service-card\">\n                <h3>Condition Verification<\/h3>\n                <p>\n                    Available photographs, auction sheets, specifications and condition\n                    information are reviewed before a purchasing decision is made.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-service-card\">\n                <h3>Transport and Preparation<\/h3>\n                <p>\n                    Purchased vehicles are transported to the appropriate yard and prepared\n                    for inspection, documentation and export.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-service-card\">\n                <h3>Pre-Export Inspection<\/h3>\n                <p>\n                    Where required, we coordinate recognised inspections and certifications\n                    based on the regulations of the destination country.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-service-card\">\n                <h3>Shipping and Documentation<\/h3>\n                <p>\n                    Our logistics team coordinates export documentation, port handling\n                    and RoRo or container shipping.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-global-network.png\" alt=\"UFS Auto Global Network\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>A Global Network with <span>Local Support<\/span><\/h2>\n        <\/div>\n\n        <p>\n            UFS Auto is headquartered in Japan, where our vehicle sourcing and export\n            operations begin. Our wider network supports customers across Africa, Asia\n            and other international markets.\n        <\/p>\n\n        <p>\n            Vehicle regulations, inspection requirements, import procedures and shipping\n            options differ from one country to another. Our team provides practical\n            support based on the customer\u2019s destination rather than relying on a\n            one-size-fits-all process.\n        <\/p>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-why-choose-us.png\" alt=\"Why Choose UFS Auto\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>Why Customers Choose <span>UFS Auto<\/span><\/h2>\n        <\/div>\n\n        <div class=\"ufs-why-grid\">\n\n            <div class=\"ufs-why-card\">\n                <h3>Direct Access to Japan<\/h3>\n                <p>\n                    Our operations in Japan place us closer to vehicles, auction houses,\n                    suppliers, inspection companies and shipping partners.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-why-card\">\n                <h3>Clear Vehicle Information<\/h3>\n                <p>\n                    We aim to provide available specifications, photographs, auction details\n                    and condition information before customers make a decision.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-why-card\">\n                <h3>Complete Export Support<\/h3>\n                <p>\n                    Vehicle sourcing, inspection, documentation and shipping are coordinated\n                    through one experienced export team.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-why-card\">\n                <h3>Individual and Dealer Orders<\/h3>\n                <p>\n                    We work with first-time buyers, returning customers, dealers,\n                    corporate buyers and businesses purchasing multiple vehicles.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-why-card\">\n                <h3>Flexible Shipping Options<\/h3>\n                <p>\n                    Depending on the destination and vehicle type, orders may be shipped\n                    through RoRo or containerised shipping.\n                <\/p>\n            <\/div>\n\n            <div class=\"ufs-why-card\">\n                <h3>Responsive Customer Support<\/h3>\n                <p>\n                    Our team is available to answer questions, provide updates and guide\n                    customers throughout the purchasing and shipping process.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-relationships.png\" alt=\"Long-Term Customer Relationships\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>Built on Long-Term <span>Relationships<\/span><\/h2>\n        <\/div>\n\n        <p>\n            For UFS Auto, a successful transaction is not simply receiving an order.\n            It means helping the customer select the right vehicle, maintaining clear\n            communication and providing dependable support throughout the journey.\n        <\/p>\n\n        <p>\n            Many customers return when they require another vehicle or recommend UFS Auto\n            to friends, relatives and business partners. We continue working to earn that\n            trust through responsible service, honest information and consistent support.\n        <\/p>\n    <\/section>\n\n    <div class=\"ufs-highlight-box\">\n        <h3>Looking for a Specific Vehicle?<\/h3>\n\n        <p>\n            Tell us the make, model, year, colour, mileage, fuel type and budget you are\n            considering. Our team can search current stock, trusted suppliers and Japanese\n            auctions to identify suitable vehicles.\n        <\/p>\n\n        <p>\n            We can also help estimate purchasing, inspection, export and shipping costs\n            based on your preferred destination.\n        <\/p>\n    <\/div>\n\n    <section class=\"ufs-about-section\">\n        <div class=\"ufs-heading\">\n            <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-customer-support.png\" alt=\"UFS Auto Customer Support\" width=\"72\" height=\"72\" loading=\"lazy\">\n            <h2>Support at Every Stage of <span>Your Journey<\/span><\/h2>\n        <\/div>\n\n        <p>\n            Your next vehicle may be thousands of kilometres away, but purchasing it\n            does not have to feel complicated.\n        <\/p>\n\n        <p>\n            With vehicle sourcing operations in Japan, international logistics experience\n            and regional customer support, UFS Auto helps customers move confidently from\n            searching and purchasing to inspection and shipment.\n        <\/p>\n\n        <p>\n            <strong>Find the right vehicle. Understand the process. Track the journey.<\/strong>\n        <\/p>\n    <\/section>\n\n    <section class=\"ufs-cta\">\n        <img decoding=\"async\" src=\"https:\/\/ufsauto.jp\/blogs\/wp-content\/uploads\/2026\/07\/ufs-icon-contact-us.png\" alt=\"Contact UFS Auto\" width=\"88\" height=\"88\" loading=\"lazy\">\n\n        <h2>Start Your Vehicle Journey with UFS Auto<\/h2>\n\n        <p>\n            Explore our latest vehicles or send us your requirements. Our team will help\n            you find a suitable vehicle and guide you through the export process.\n        <\/p>\n\n        <a class=\"ufs-button\" href=\"https:\/\/ufsauto.jp\/vehicles\">\n            Browse Available Vehicles\n        <\/a>\n\n        <a class=\"ufs-button ufs-button-outline\" href=\"https:\/\/ufsauto.jp\/reserve-vehicle\">\n            Request a Specific Vehicle\n        <\/a>\n\n        <a class=\"ufs-button ufs-button-outline\" href=\"https:\/\/ufsauto.jp\/contact-us\">\n            Contact UFS Auto\n        <\/a>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"More Than a Car Exporter &#8211; Your Automotive Partner in Japan UFS Auto helps individuals, dealers and businesses&hellip;","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"csco_singular_sidebar":"disabled","csco_page_header_type":"none","csco_page_load_nextpost":"","footnotes":""},"class_list":{"0":"post-347","1":"page","2":"type-page","3":"status-publish","5":"cs-entry"},"_links":{"self":[{"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/pages\/347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/comments?post=347"}],"version-history":[{"count":3,"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/pages\/347\/revisions"}],"predecessor-version":[{"id":1977,"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/pages\/347\/revisions\/1977"}],"wp:attachment":[{"href":"https:\/\/ufsauto.jp\/blogs\/wp-json\/wp\/v2\/media?parent=347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}