{"id":1644,"date":"2026-07-02T08:23:20","date_gmt":"2026-07-02T08:23:20","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1644"},"modified":"2026-08-07T09:03:25","modified_gmt":"2026-08-07T09:03:25","slug":"Naval-Judicial-Experts","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/Naval-Judicial-Experts\/","title":{"rendered":"Naval Judicial Experts"},"content":{"rendered":"<meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta name=\"description\" content=\"PropTrust Verified Naval - Red global de peritos judiciales navales independientes. Certifica buques mercantes, portacontenedores y activos de gran tonelaje para tokenizaci&oacute;n RWA.\"><title>PropTrust Verified Naval | Naval Judicial Experts<\/title><style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --navy-blue: #0a1929;\n            --ocean-blue: #1e3a5f;\n            --steel-gray: #4a5568;\n            --accent-gold: #d4af37;\n            --light-gray: #f7fafc;\n            --white: #ffffff;\n            --success-green: #10b981;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--steel-gray);\n            overflow-x: hidden;\n        }\n\n        \/* Header *\/\n        header {\n            background: var(--navy-blue);\n            color: var(--white);\n            padding: 1rem 0;\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.2);\n        }\n\n        nav {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0 2rem;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: var(--accent-gold);\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n\n        .nav-links a {\n            color: var(--white);\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n\n        .nav-links a:hover {\n            color: var(--accent-gold);\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--navy-blue) 0%, var(--ocean-blue) 100%);\n            color: var(--white);\n            padding: 150px 2rem 100px;\n            text-align: center;\n            margin-top: 60px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 120\"><path d=\"M0,0 Q300,100 600,0 T1200,0 L1200,120 L0,120 Z\" fill=\"rgba(255,255,255,0.05)\"\/>') repeat-x bottom;\n            opacity: 0.3;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        .hero .subtitle {\n            font-size: 1.3rem;\n            margin-bottom: 2rem;\n            color: var(--accent-gold);\n        }\n\n        .hero p {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto 2rem;\n            opacity: 0.9;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: var(--accent-gold);\n            color: var(--navy-blue);\n            padding: 1rem 2.5rem;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);\n        }\n\n        \/* Section Styles *\/\n        section {\n            padding: 80px 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            color: var(--navy-blue);\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.2rem;\n            margin-bottom: 3rem;\n            color: var(--steel-gray);\n            opacity: 0.8;\n        }\n\n        \/* Problem Section *\/\n        .problem {\n            background: var(--light-gray);\n        }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .problem-card {\n            background: var(--white);\n            padding: 2rem;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .problem-card h3 {\n            color: var(--navy-blue);\n            margin-bottom: 1rem;\n            font-size: 1.5rem;\n        }\n\n        .problem-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        \/* Solution Section *\/\n        .solution {\n            background: var(--white);\n        }\n\n        .solution-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n            margin-top: 3rem;\n        }\n\n        .solution-text h3 {\n            color: var(--navy-blue);\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n\n        .solution-text ul {\n            list-style: none;\n            margin-top: 1.5rem;\n        }\n\n        .solution-text li {\n            padding: 0.5rem 0;\n            padding-left: 2rem;\n            position: relative;\n        }\n\n        .solution-text li:before {\n            content: \"&#10003;\";\n            position: absolute;\n            left: 0;\n            color: var(--success-green);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* Benefits Section *\/\n        .benefits {\n            background: var(--navy-blue);\n            color: var(--white);\n        }\n\n        .benefits .section-title {\n            color: var(--white);\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .benefit-card {\n            background: rgba(255,255,255,0.1);\n            padding: 2rem;\n            border-radius: 10px;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            transition: transform 0.3s;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent-gold);\n        }\n\n        .benefit-card h3 {\n            color: var(--accent-gold);\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        \/* How It Works *\/\n        .how-it-works {\n            background: var(--light-gray);\n        }\n\n        .steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .step {\n            text-align: center;\n            padding: 2rem;\n        }\n\n        .step-number {\n            width: 60px;\n            height: 60px;\n            background: var(--accent-gold);\n            color: var(--navy-blue);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            margin: 0 auto 1rem;\n        }\n\n        .step h3 {\n            color: var(--navy-blue);\n            margin-bottom: 1rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--navy-blue) 0%, var(--ocean-blue) 100%);\n            color: var(--white);\n            text-align: center;\n            padding: 100px 2rem;\n        }\n\n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n\n        \/* Form *\/\n        .contact-form {\n            max-width: 600px;\n            margin: 3rem auto 0;\n            background: var(--white);\n            padding: 2.5rem;\n            border-radius: 10px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n\n        .form-group {\n            margin-bottom: 1.5rem;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 0.5rem;\n            color: var(--navy-blue);\n            font-weight: 600;\n        }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            width: 100%;\n            padding: 0.75rem;\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            font-size: 1rem;\n        }\n\n        .form-group textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n\n        .submit-button {\n            width: 100%;\n            background: var(--accent-gold);\n            color: var(--navy-blue);\n            padding: 1rem;\n            border: none;\n            border-radius: 5px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background 0.3s;\n        }\n\n        .submit-button:hover {\n            background: #c9a430;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--navy-blue);\n            color: var(--white);\n            text-align: center;\n            padding: 2rem;\n        }\n\n        footer p {\n            opacity: 0.8;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .hero .subtitle {\n                font-size: 1.1rem;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .solution-content {\n                grid-template-columns: 1fr;\n            }\n\n            .nav-links {\n                display: none;\n            }\n        }\n    <\/style><!-- Header --><header>\n        <nav>\n            <div class=\"logo\">\n                <span>&#9875;<\/span> PropTrust Verified Naval\n <\/div>\n            <ul class=\"nav-links\">\n                <li><a href=\"#problema\">The Problem<\/a><\/li>\n                <li><a href=\"#solucion\">The Solution<\/a><\/li>\n                <li><a href=\"#beneficios\">Benefits<\/a><\/li>\n                <li><a href=\"#unirse\">Join<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header><!-- Hero Section --><section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Global Standard of Trust for Naval Assets<\/h1>\n            <p class=\"subtitle\">Network of Independent Naval Judicial Experts<\/p>\n            <p>In a market where a single merchant ship represents transactions of hundreds of millions, independent technical validation is not optional: it is the difference between success and financial disaster. Join the network that is certifying the future of global shipping.<\/p>\n            <a href=\"#unirse\" class=\"cta-button\">Request your Incorporation<\/a>\n        <\/div>\n    <\/section><!-- Problem Section --><section id=\"problema\" class=\"problem\">\n        <h2 class=\"section-title\">The Problem We Solve<\/h2>\n        <p class=\"section-subtitle\">The naval sector moves billions, but technical opacity is its greatest risk<\/p>\n        \n        <div class=\"problem-grid\">\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#128674;<\/div>\n                <h3>Invisible Structural Risk<\/h3>\n                <p>A structural failure not detected in a ship of 200,000 TPM can literally and financially sink an investor. Visual inspection is not enough: deep technical expertise is needed with judicial validity.<\/p>\n            <\/div>\n            \n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#128176;<\/div>\n                <h3>Multimillionaire transactions without Validation<\/h3>\n                <p>La. <a class=\"wpil_keyword_link\" href=\"https:\/\/proptrustverified.com\/es\/contacto\/\" title=\"Contacto\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"408\">sale<\/a> of merchant ships, containers and offshore platforms involves hundreds of millions. Without an independent validation standard, investors assume unacceptable hidden risks.<\/p>\n            <\/div>\n            \n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#127754;<\/div>\n                <h3>Naval Tokenization without Guarantees<\/h3>\n                <p>Tokenization of naval assets is emerging, but without independent legal expertise, investors have no way to verify the actual status of the underlying asset. It&#8217;s a time bomb.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- Solution Section --><section id=\"solucion\" class=\"solution\">\n        <h2 class=\"section-title\">PropTrust Verified Naval: The Solution<\/h2>\n        <p class=\"section-subtitle\">The mandatory tonnage for large tonnage naval assets<\/p>\n        \n        <div class=\"solution-content\">\n            <div class=\"solution-text\">\n                <h3>What is PropTrust Verified Naval?<\/h3>\n                <p>We are the global network of independent judicial experts that certifies merchant ships, containers, high-value recreation vessels and offshore assets prior to their tokenization or institutional investment.<\/p>\n                \n                <ul>\n                    <li><strong>Naval judicial review:<\/strong> Naval engineers with judicial certification verify each asset<\/li>\n                    <li><strong>Deep structural analysis:<\/strong> Inspection of helmets, machinery, systems and class certifications<\/li>\n                    <li><strong>Maintenance Validation:<\/strong> Complete history of repairs, dry-docking and regulatory compliance<\/li>\n                    <li><strong>Independent technical assessment:<\/strong> Real valuation of assets for tokenization and financing<\/li>\n                    <li><strong>Globally recognized standard:<\/strong> Our seal is synonymous with safety for shipping, funds and Family Offices<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-text\">\n                <h3>Why now?<\/h3>\n                <p>The naval sector is at a critical moment. Decarbonization, digitization and tokenization are transforming the industry. Institutional investors require independent technical validation before committing capital.<\/p>\n                <p><strong>PropTrust Verified Naval is the standard that the market needs.<\/strong> We are not an expense: we are the life insurance of naval investment.<\/p>\n                <p>Maritime investment funds, shipping and tokenization platforms are already demanding independent certifications. You can be part of the network that makes it possible.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- Benefits Section --><section id=\"beneficios\" class=\"benefits\">\n        <h2 class=\"section-title\">Benefits for the Naval Perito<\/h2>\n        <p class=\"section-subtitle\">Why join PropTrust Verified Naval?<\/p>\n        \n        <div class=\"benefits-grid\">\n            <div class=\"benefit-card\">\n                <h3>  High Value Projects<\/h3>\n                <p>Access to experts of merchant ships, holders and offshore assets with fees proportional to the asset&#8217;s value. Projects of &euro;50,000 &#8211; &euro;500,000 for certification.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Global Network<\/h3>\n                <p>It is part of an international network that operates in the main ports of the world: Singapore, Rotterdam, Houston, Shanghai, Dubai. Your experience has global value.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Professional witness<\/h3>\n                <p>The PropTrust Verified Naval stamp is synonymous with excellence in the sector. Being part of our network places you as a benchmark in international naval expertise.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Specialized training<\/h3>\n                <p>Access training in tokenization of naval assets, MiCA regulation, and the latest inspection technologies (drones, IoT sensors, predictive analysis).<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>do&#65039; Legal Backup<\/h3>\n                <p>It works with the support of a legal team specialized in international maritime law. Your professional responsibility is protected by our solid legal framework.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Exponential growth<\/h3>\n                <p>Naval tokenization is in its first years. Join now and position yourself as a pioneer in a sector that will grow exponentially in the next decade.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- How It Works --><section class=\"how-it-works\">\n        <h2 class=\"section-title\">How it works<\/h2>\n        <p class=\"section-subtitle\">Simple process, extraordinary results<\/p>\n        \n        <div class=\"steps\">\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h3>Request and Evaluation<\/h3>\n                <p>You send your application with your resume and certifications in naval engineering. Our technical team evaluates your experience in shipping and offshore assets.<\/p>\n            <\/div>\n            \n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h3>Specialized training<\/h3>\n                <p>You complete a training program in tokenization of naval assets, MiCA regulation, and our technical validation standards. Duration: 3 weeks.<\/p>\n            <\/div>\n            \n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h3>Integration in the Network<\/h3>\n                <p>Sign the collaboration agreement and integrate into our platform. You get access to projects in the main ports of the world and advanced inspection tools.<\/p>\n            <\/div>\n            \n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h3>Validation and Certification<\/h3>\n                <p>You start working on real projects. Each validated asset receives the PropTrust Verified Naval stamp, and you receive your compensation for each certification issued.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- CTA Section --><section id=\"unirse\" class=\"cta-section\">\n        <h2>Join the Global Naval Experts Network<\/h2>\n        <p>Be part of the confidence standard that is defining the future of naval asset tokenization<\/p>\n        \n        <form class=\"contact-form\" action=\"https:\/\/formspree.io\/f\/mzdjojnv\" method=\"POST\">\n    <!-- Campo oculto para identificar el origen del formulario -->\n    <input type=\"hidden\" name=\"_subject\" value=\"Nueva solicitud de perito NAVAL - PropTrust Verified\">\n    <input type=\"hidden\" name=\"origen\" value=\"Landing Page Naval\">\n    \n    <div class=\"form-group\">\n        <label for=\"nombre\">Full name *<\/label>\n        <input type=\"text\" id=\"nombre\" name=\"nombre\" required>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"email\">Professional email *<\/label>\n        <input type=\"email\" id=\"email\" name=\"email\" required>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"telefono\">Contact telephone<\/label>\n        <input type=\"tel\" id=\"telefono\" name=\"telefono\">\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"especialidad\">Main Specialty *<\/label>\n        <select id=\"especialidad\" name=\"especialidad\" required>\n            <option value=\"\">Select your specialty<\/option>\n            <option value=\"buques-mercantes\">Merchant and Portable Ships<\/option>\n            <option value=\"embarcaciones-recreo\">High-value Recreation<\/option>\n            <option value=\"offshore\">Offshore Platforms and Energy Assets<\/option>\n            <option value=\"estructural\">Structural Analysis and Pathologies<\/option>\n            <option value=\"maquinaria\">Naval Machinery and Systems<\/option>\n        <\/select>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"experiencia\">Years of Experience in Naval Peritation *<\/label>\n        <select id=\"experiencia\" name=\"experiencia\" required>\n            <option value=\"\">Select your experience<\/option>\n            <option value=\"5-10\">5-10 years<\/option>\n            <option value=\"10-20\">10-20 years<\/option>\n            <option value=\"20+\">More than 20 years<\/option>\n        <\/select>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"ubicacion\">Location (Port\/City, Country) *<\/label>\n        <input type=\"text\" id=\"ubicacion\" name=\"ubicacion\" required placeholder=\"Ej: Rotterdam, Pa&iacute;ses Bajos\">\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"certificaciones\">Certifications and collegiations<\/label>\n        <textarea id=\"certificaciones\" name=\"certificaciones\" placeholder=\"Indica tus certificaciones profesionales (Ingeniero Naval, Perito Judicial, etc.), colegiaciones y cualquier acreditaci&oacute;n relevante...\"><\/textarea>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"motivacion\">Why do you want to join PropTrust Verified Naval?<\/label>\n        <textarea id=\"motivacion\" name=\"motivacion\" placeholder=\"Cu&eacute;ntanos brevemente tu motivaci&oacute;n y qu&eacute; te atrae de este proyecto...\"><\/textarea>\n    <\/div>\n    \n    <!-- Honeypot anti-spam -->\n    <input type=\"text\" name=\"_gotcha\" style=\"display:none\">\n    \n    <!-- Redirecci&oacute;n despu&eacute;s del env&iacute;o (opcional) -->\n    <input type=\"hidden\" name=\"_next\" value=\"https:\/\/proptrustverified.com\/gracias-naval\">\n    \n    <button type=\"submit\" class=\"submit-button\">Send<\/button>\n<\/form>\n    <\/section><!-- Footer --><footer>\n        <p>&copy; 2024 PropTrust Verified Naval | Aurema Group. All rights reserved.<\/p>\n        <p>The global confidence standard for naval assets.<\/p>\n    <\/footer><div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/en\/Naval-Judicial-Experts\/\"><\/div><div><a download=\"Naval Judicial Experts.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>PropTrust Verified Naval | Naval Judicial Experts &#9875; PropTrust Verified Naval The Problem The Solution Benefits Join Global Standard of Trust for Naval Assets Network of Independent Naval Judicial Experts In a market where a single merchant ship represents transactions of hundreds of millions, independent technical validation is not optional: it is the difference between [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1644","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1644","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=1644"}],"version-history":[{"count":5,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1644\/revisions"}],"predecessor-version":[{"id":2165,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1644\/revisions\/2165"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}