{"id":1646,"date":"2026-07-02T08:25:39","date_gmt":"2026-07-02T08:25:39","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1646"},"modified":"2026-08-07T09:06:26","modified_gmt":"2026-08-07T09:06:26","slug":"PropTrust-Verified-Inmobiliario-\u0218itos-Judiciales-Inmobiliarios","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/PropTrust-Verified-Inmobiliario-\u0218itos-Judiciales-Inmobiliarios\/","title":{"rendered":"PropTrust Verified Inmobiliario \u0218itos Judiciales Inmobiliarios"},"content":{"rendered":"<meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta name=\"description\" content=\"PropTrust Verified Inmobiliario - Red global de peritos judiciales inmobiliarios independientes. Certifica edificios, activos industriales y suelo para tokenizaci&oacute;n RWA.\"><title>PropTrust Verified Real Estate | Real Estate Judicial Experts<\/title><style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary-blue: #0a2540;\n            --accent-gold: #d4af37;\n            --light-gray: #f8f9fa;\n            --dark-gray: #2d3748;\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(--dark-gray);\n            overflow-x: hidden;\n        }\n\n        \/* Header *\/\n        header {\n            background: var(--primary-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.1);\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(--primary-blue) 0%, #1a3a5c 100%);\n            color: var(--white);\n            padding: 150px 2rem 100px;\n            text-align: center;\n            margin-top: 60px;\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(--primary-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(--primary-blue);\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.2rem;\n            margin-bottom: 3rem;\n            color: var(--dark-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        }\n\n        .problem-card h3 {\n            color: var(--primary-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(--primary-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(--primary-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(--primary-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(--primary-blue);\n            margin-bottom: 1rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, #1a3a5c 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(--primary-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(--primary-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(--primary-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>&#127970;<\/span> PropTrust Verified Real Estate\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        <h1>Global Standard of Trust for Real Estate Assets<\/h1>\n        <p class=\"subtitle\">Network of Independent Real Estate Judicial Experts<\/p>\n        <p>In a world where investors from around the world buy building fractions from the other end of the planet, independent technical validation is not a luxury: it is the only guarantee that investment is not a scam. Join the network that is defining the future of real estate tokenization.<\/p>\n        <a href=\"#unirse\" class=\"cta-button\">Request your Incorporation<\/a>\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 boom of real estate tokenization brings with it unacceptable hidden risks<\/p>\n        \n        <div class=\"problem-grid\">\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#127970;<\/div>\n                <h3>Hidden Vicians and Structural Problems<\/h3>\n                <p>With tokenization, investors from around the world buy fractions of buildings without being able to verify their real state. <a class=\"wpil_keyword_link\" href=\"https:\/\/proptrustverified.com\/es\/contacto\/\" title=\"Contacto\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"409\">Hidden vics<\/a>, structural problems and undetected pathologies turn safe investments into millionaire scams.<\/p>\n            <\/div>\n            \n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#128203;<\/div>\n                <h3>Urban and Legal Taras<\/h3>\n                <p>Buildings with expired licenses, urban qualification problems or registry irregularities. Without independent technical validation, investors take legal risks that can make the entire investment lose.<\/p>\n            <\/div>\n            \n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">&#128142;<\/div>\n                <h3>Tokenization without Technical Guarantees<\/h3>\n                <p>Thousands of millions in real estate assets are tokenizing without independent technical validation. Investors have no way to verify that the underlying asset exists, is in good condition and complies with the regulations.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- Solution Section --><section id=\"solucion\" class=\"solution\">\n        <h2 class=\"section-title\">PropTrust Verified Real Estate: The Solution<\/h2>\n        <p class=\"section-subtitle\">Compulsory toll for anyone who wants to to tokenize or invest in real estate assets<\/p>\n        \n        <div class=\"solution-content\">\n            <div class=\"solution-text\">\n                <h3>What is PropTrust Verified Real Estate?<\/h3>\n                <p>We are the global network of independent real estate experts that certifies buildings, industrial assets, urbanizable land and infrastructures before their tokenization or institutional investment.<\/p>\n                \n                <ul>\n                    <li><strong>Independent technical validation:<\/strong> Legally certified experts verify each asset<\/li>\n                    <li><strong>Full structural analysis:<\/strong> Inspection of foundation, structure, installations and finishes<\/li>\n                    <li><strong>Urbanistic verification:<\/strong> Licensing, soil rating and regulatory compliance<\/li>\n                    <li><strong>Independent technical assessment:<\/strong> Real asset rating for fractional tokenization<\/li>\n                    <li><strong>Globally recognized standard:<\/strong> Our seal is synonymous with secure funds, Family Offices and tokenization platforms<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-text\">\n                <h3>Why now?<\/h3>\n                <p>Real estate tokenization is exploiting. Only in 2024, more than $1 billion in real estate has been tokenized. But without independent technical validation, this market is a time bomb.<\/p>\n                <p><strong>PropTrust Verified Real Estate is the standard that the market needs.<\/strong> We are not an expense: we are the life insurance of real estate investment.<\/p>\n                <p>The Family Offices, investment funds 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 Real Estate Perito<\/h2>\n        <p class=\"section-subtitle\">Why join PropTrust Verified Real Estate?<\/p>\n        \n        <div class=\"benefits-grid\">\n            <div class=\"benefit-card\">\n                <h3>  Recurrent income<\/h3>\n                <p>Access a constant flow of technical validation projects. You do not depend on sporadic customers: you work with tokenization platforms, funds and Family Offices that need continuous certifications.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Global access<\/h3>\n                <p>It is part of an international network that operates in the major markets of the world. Your experience has global value, and we connect you with opportunities in Europe, America, Asia and the Middle East.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Professional witness<\/h3>\n                <p>The PropTrust Verified Inmobiliario stamp is synonymous with excellence. Being part of our network places you as a benchmark in your specialty, with access to the most relevant projects in the sector.<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>  Continuous training<\/h3>\n                <p>Access specialized training in real estate tokenization, MiCA regulation, and the latest technical validation technologies (BIM, drones, IoT sensors).<\/p>\n            <\/div>\n            \n            <div class=\"benefit-card\">\n                <h3>do&#65039; Legal Backup<\/h3>\n                <p>Work with the support of a specialized legal team that accompanies you in each project. 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>The real estate market 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. Our technical team evaluates your profile and experience in real estate expertise.<\/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 real estate tokenization, MiCA regulation, and our technical validation standards. Duration: 2 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 receive access to projects, validation tools and continuous technical support.<\/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 Real Estate stamp, and you receive your compensation for each issued certification.<\/p>\n            <\/div>\n        <\/div>\n    <\/section><!-- CTA Section --><section id=\"unirse\" class=\"cta-section\">\n        <h2>Join the Global Network of Real Estate Experts<\/h2>\n        <p>Be part of the confidence standard that is defining the future of real estate 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 INMOBILIARIO - PropTrust Verified\">\n    <input type=\"hidden\" name=\"origen\" value=\"Landing Page Inmobiliario\">\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=\"edificacion\">Building (Residencial and Commercial)<\/option>\n            <option value=\"industrial\">Industrial and Logistics Assets<\/option>\n            <option value=\"urbanismo\">Urbanism and Soil<\/option>\n            <option value=\"estructural\">Structural Analysis and Pathologies<\/option>\n            <option value=\"valoracion\">Real Estate<\/option>\n        <\/select>\n    <\/div>\n    \n    <div class=\"form-group\">\n        <label for=\"experiencia\">Years of Professional Experience *<\/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 (City, Country) *<\/label>\n        <input type=\"text\" id=\"ubicacion\" name=\"ubicacion\" required placeholder=\"Ej: Madrid, Espa&ntilde;a\">\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, colegiaciones (Arquitecto, Ingeniero, Perito Judicial) 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 Real Estate?<\/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-inmobiliario\">\n    \n    <button type=\"submit\" class=\"submit-button\">Send<\/button>\n<\/form>\n    <\/section><!-- Footer --><footer>\n        <p>&copy; 2024 PropTrust Verified Real Estate | Aurema Group. All rights reserved.<\/p>\n        <p>The global confidence standard for real estate 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\/PropTrust-Verified-Inmobiliario-\u0218itos-Judiciales-Inmobiliarios\/\"><\/div><div><a download=\"PropTrust Verified Inmobiliario \u0218itos Judiciales Inmobiliarios.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 Real Estate | Real Estate Judicial Experts &#127970; PropTrust Verified Real Estate The Problem The Solution Benefits Join Global Standard of Trust for Real Estate Assets Network of Independent Real Estate Judicial Experts In a world where investors from around the world buy building fractions from the other end of the planet, independent [&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-1646","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\/1646","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=1646"}],"version-history":[{"count":5,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1646\/revisions"}],"predecessor-version":[{"id":2166,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1646\/revisions\/2166"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}