{"id":16,"date":"2025-05-16T12:03:07","date_gmt":"2025-05-16T12:03:07","guid":{"rendered":"https:\/\/dprintingconcepts.com\/?page_id=16"},"modified":"2026-07-23T09:01:04","modified_gmt":"2026-07-23T09:01:04","slug":"printing","status":"publish","type":"page","link":"https:\/\/dprintingconcepts.com\/?page_id=16","title":{"rendered":"Printing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48dd48a elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"48dd48a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-218df23\" data-id=\"218df23\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-250f8b1 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"250f8b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Printing Services in Lahore \u2013 Flex, Vinyl, Brochures & Packaging | D Printing Concepts<\/title>\n    <meta name=\"description\" content=\"High-quality printing services in Lahore. D Printing Concepts offers professional flex & vinyl printing, custom packaging boxes, brochures, and marketing materials with fast delivery.\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-blue: #004182;\n            --secondary-blue: #002d5a;\n            --accent-green: #28a745;\n            --accent-green-hover: #218838;\n            --text-dark: #333333;\n            --text-gray: #666666;\n            --bg-light: #f8f9fa;\n            --white: #ffffff;\n            --shadow: 0 10px 30px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }\n        body { color: var(--text-dark); line-height: 1.6; background-color: var(--white); }\n\n        .container { width: 90%; max-width: 1200px; margin: 0 auto; }\n        .btn { display: inline-block; padding: 12px 30px; border-radius: 4px; font-weight: 500; text-decoration: none; transition: var(--transition); cursor: pointer; font-size: 15px; border: none; text-align: center; }\n        .btn-green { background-color: var(--accent-green); color: var(--white); }\n        .btn-green:hover { background-color: var(--accent-green-hover); transform: translateY(-2px); }\n        .btn-white { background-color: var(--white); color: var(--primary-blue); }\n        .btn-outline-white { border: 1px solid var(--white); color: var(--white); background: transparent; }\n\n        .section-padding { padding: 80px 0; }\n        .text-center { text-align: center; }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(rgba(0, 65, 130, 0.85), rgba(0, 45, 90, 0.9)), url('https:\/\/images.unsplash.com\/photo-1562654501-a0ccc0fc3fb1?auto=format&fit=crop&q=80&w=2000');\n            background-size: cover;\n            background-position: center;\n            padding: 140px 0;\n            color: var(--white);\n            text-align: center;\n        }\n\n        .hero h1 { font-size: clamp(34px, 6vw, 52px); font-weight: 800; margin-bottom: 20px; color: var(--white); letter-spacing: -0.5px; }\n        .hero p { font-size: 19px; margin-bottom: 30px; opacity: 0.95; max-width: 850px; margin-left: auto; margin-right: auto; }\n        \n        .hero-features { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; list-style: none; }\n        .hero-features li { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 30px; font-size: 14px; border: 1px solid rgba(255,255,255,0.2); }\n\n        .hero-btns { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }\n\n        \/* Intro Section *\/\n        .intro-section { background-color: var(--white); }\n        .intro-section h2 { color: var(--primary-blue); font-size: 34px; margin-bottom: 25px; font-weight: 700; }\n        .intro-text-wrapper { max-width: 900px; margin: 0 auto; text-align: center; }\n        .intro-section p { color: var(--text-gray); margin-bottom: 20px; font-size: 17px; line-height: 1.8; }\n\n        \/* Why Choose Section *\/\n        .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; margin-top: 50px; }\n        .benefit-card { background: var(--bg-light); padding: 35px 25px; border-radius: 12px; text-align: center; transition: var(--transition); }\n        .benefit-card:hover { background: var(--white); box-shadow: var(--shadow); }\n        .benefit-icon { font-size: 40px; margin-bottom: 20px; display: block; }\n        .benefit-card h4 { font-size: 18px; color: var(--primary-blue); margin-bottom: 12px; }\n        .benefit-card p { font-size: 14px; color: var(--text-gray); }\n\n        \/* Industries Section *\/\n        .industries-section { background-color: var(--white); }\n        .industry-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; }\n        .industry-item { display: flex; align-items: flex-start; gap: 15px; padding: 20px; border-bottom: 1px solid #eee; }\n        .industry-bullet { color: var(--accent-green); font-size: 20px; }\n        .industry-item h5 { color: var(--primary-blue); font-size: 16px; margin-bottom: 5px; }\n        .industry-item p { font-size: 14px; color: var(--text-gray); }\n\n        \/* Process Section *\/\n        .process-section { background-color: var(--secondary-blue); color: var(--white); }\n        .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 50px; }\n        .process-step { text-align: center; position: relative; }\n        .step-number { width: 60px; height: 60px; background: var(--accent-green); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin: 0 auto 20px; }\n        .process-step h4 { margin-bottom: 10px; font-size: 18px; color: var(--white); }\n        .process-step p { font-size: 13px; opacity: 0.8; }\n\n        \/* FAQ Section *\/\n        .faq-container { max-width: 850px; margin: 40px auto 0; }\n        .faq-item { border: 1px solid #e0e0e0; margin-bottom: 12px; border-radius: 6px; background: var(--white); overflow: hidden; }\n        .faq-question { padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 16px; color: var(--primary-blue); transition: var(--transition); }\n        .faq-question:hover { background-color: #f0f7ff; }\n        .faq-answer { padding: 0 25px; max-height: 0; overflow: hidden; transition: all 0.4s ease-out; color: var(--text-gray); font-size: 15px; line-height: 1.8; }\n        .faq-item.active .faq-answer { padding: 10px 25px 25px; max-height: 500px; }\n        .faq-item.active .faq-question { border-bottom: 1px solid #f0f0f0; background-color: #f0f7ff; }\n\n        \/* CTA Banner *\/\n        .cta-banner { background: linear-gradient(rgba(0, 65, 130, 0.95), rgba(0, 65, 130, 0.95)), url('https:\/\/images.unsplash.com\/photo-1542831371-29b0f74f9713?auto=format&fit=crop&q=80&w=2000'); background-size: cover; color: var(--white); padding: 80px 0; text-align: center; }\n        .cta-banner h2 { font-size: 36px; margin-bottom: 15px; font-weight: 700; color: var(--white); }\n        .cta-banner .btn-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }\n\n        \/* WhatsApp Float *\/\n        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: white; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; box-shadow: 0 5px 15px rgba(0,0,0,0.2); z-index: 1000; font-size: 15px; display: flex; align-items: center; gap: 10px; }\n\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 32px; }\n            .cta-banner .btn-group { flex-direction: column; align-items: center; }\n            .hero-btns { flex-direction: column; padding: 0 40px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Professional Printing Services in Lahore<\/h1>\n            <p>From high-impact outdoor flex and vinyl to premium corporate brochures and custom packaging, we provide complete end-to-end printing solutions with vibrant colors and fast turnaround times.<\/p>\n            <ul class=\"hero-features\">\n                <li>\u2705 Flex & Vinyl Outdoor Printing<\/li>\n                <li>\u2705 Brochures & Marketing Material<\/li>\n                <li>\u2705 Custom Packaging & Boxes<\/li>\n                <li>\u2705 Corporate Printing Solutions<\/li>\n            <\/ul>\n            <div class=\"hero-btns\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">Request a Printing Quote<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" target=\"_blank\" rel=\"noopener\">WhatsApp Your Requirements<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Intro Section -->\n    <section class=\"section-padding intro-section\">\n        <div class=\"container\">\n            <div class=\"intro-text-wrapper\">\n                <h2>Excellence in Every Impression<\/h2>\n                <p>D Printing Concepts is your premium hub for high-quality printing in Lahore. We cater to businesses of all sizes, offering a seamless journey from creative design to final production. Whether you need a single banner or bulk corporate stationary, we bring your vision to life with precision.<\/p>\n                <p>We leverage advanced printing technology to ensure consistent color accuracy across all materials. Our team balances premium quality with competitive pricing, helping Lahore's businesses communicate their brand message through tangible, high-impact print media.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why Choose Us -->\n    <section class=\"section-padding\" style=\"background-color: var(--bg-light);\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 50px;\">Why Choose Our Printing Services?<\/h2>\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\u2728<\/span>\n                    <h4>Sharp Color Quality<\/h4>\n                    <p>We use high-grade inks and calibrated machinery to ensure colors match your brand identity perfectly.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83d\udcdc<\/span>\n                    <h4>Versatile Materials<\/h4>\n                    <p>From 400g cardstock to industrial-grade flex and matte\/gloss vinyl, we have options for every budget.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83c\udfa8<\/span>\n                    <h4>Design Support<\/h4>\n                    <p>Don't have a print-ready file? Our designers help refine your artwork to ensure it looks great on paper.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\u23f1\ufe0f<\/span>\n                    <h4>On-Time Delivery<\/h4>\n                    <p>We respect your campaign deadlines, offering reliable turnaround times for events and product launches.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industries We Serve -->\n    <section class=\"section-padding industries-section\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 20px;\">Industries We Serve<\/h2>\n            <p class=\"text-center\" style=\"color: var(--text-gray); margin-bottom: 40px;\">Tailored printing solutions for every business sector in Lahore.<\/p>\n            <div class=\"industry-list\">\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>Retail & Shop Owners<\/h5>\n                        <p>Indoor signage, price tags, and promotional window stickers.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>Restaurants & Caf\u00e9s<\/h5>\n                        <p>Custom menus, takeaway boxes, and table talkers.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>Real Estate Developers<\/h5>\n                        <p>Large-scale hoarding flex, property brochures, and site maps.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>Educational Institutes<\/h5>\n                        <p>Prospectuses, newsletters, and event banners for schools and colleges.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>Corporate Offices<\/h5>\n                        <p>Business cards, letterheads, and high-end company profiles.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-item\">\n                    <span class=\"industry-bullet\">\u2714<\/span>\n                    <div>\n                        <h5>E-commerce Brands<\/h5>\n                        <p>Branded mailing boxes, thank you cards, and shipping labels.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process Section -->\n    <section class=\"section-padding process-section\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"margin-bottom: 50px; color: var(--white);\">Our Printing Process<\/h2>\n            <div class=\"process-grid\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Requirements<\/h4>\n                    <p>Share your size, quantity, and material preferences with us.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Artwork Check<\/h4>\n                    <p>We review your design or create a new one for your approval.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Printing<\/h4>\n                    <p>High-speed production using state-of-the-art machinery.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Finishing<\/h4>\n                    <p>Cutting, lamination, folding, or binding as per your order.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">5<\/div>\n                    <h4>Delivery<\/h4>\n                    <p>Quality check and safe delivery to your doorstep in Lahore.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 40px;\">Printing FAQs<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">What is the minimum order quantity for printing? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Minimums vary by product. For flex and vinyl, we can do single pieces. For brochures and packaging boxes, minimum orders typically start from 50\u2013100 units to remain cost-effective.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Can you help with the design if I only have a logo? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Yes! Our in-house design team can take your logo and create professional layouts for your flyers, banners, or boxes for a small design fee.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Do you offer delivery across Lahore? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Yes, we provide delivery services to all areas of Lahore including DHA, Gulberg, Johar Town, and Raiwind. We also ship bulk orders across Punjab.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">How long does a typical printing job take? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Small jobs like flyers or banners are usually ready in 1\u20132 days. Larger projects like custom packaging or multi-page brochures take 4\u20137 working days.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA Banner -->\n    <section class=\"cta-banner\">\n        <div class=\"container\">\n            <h2>Need Reliable Printing for Your Next Project?<\/h2>\n            <p>Invite our team to quote your next project. Share your sizes and quantities for an instant estimate.<\/p>\n            <div class=\"btn-group\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">WhatsApp Now<\/a>\n                <a href=\"tel:923008413149\" class=\"btn btn-white\">Call Us<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-outline-white\" target=\"_blank\" rel=\"noopener\">Get a Quote<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WhatsApp Floating Button -->\n    <a href=\"https:\/\/wa.me\/923008413149\" class=\"whatsapp-float\" target=\"_blank\" rel=\"noopener\">\n        <span>Print with D Concepts?<\/span>\n    <\/a>\n\n    <script>\n        \/\/ FAQ Accordion Script\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentElement;\n                const isActive = item.classList.contains('active');\n                \n                \/\/ Close all other items\n                document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n                \n                \/\/ Toggle current item\n                if (!isActive) {\n                    item.classList.add('active');\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; Professional Printing Services in Lahore From high-impact outdoor flex and vinyl to premium corporate brochures and custom packaging, we [&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":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":137,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":5440,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/5440"}],"wp:attachment":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}