{"id":1720,"date":"2026-02-25T10:45:02","date_gmt":"2026-02-25T10:45:02","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/"},"modified":"2026-02-25T10:45:02","modified_gmt":"2026-02-25T10:45:02","slug":"advance-uml-learning-next-steps","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/","title":{"rendered":"Resources for Advancing Beyond UML Basics"},"content":{"rendered":"<p>When you\u2019ve internalized class, sequence, and use case diagrams, the real journey begins. You\u2019re no longer just drawing symbols\u2014you\u2019re shaping how teams think and communicate. That moment when your model becomes a shared language for developers, product owners, and testers is when UML stops being theory and starts driving results.<\/p>\n<p>But many beginners stall here, stuck between \u201cI know the basics\u201d and \u201cNow what?\u201d The temptation is to jump straight into complex tools or advanced patterns. I\u2019ve seen this happen countless times\u2014overcomplicating models, losing clarity, or failing to build momentum.<\/p>\n<p>My advice? Focus on depth before breadth. Use what you\u2019ve learned as a foundation to explore real-world modeling techniques. This chapter is built on 20 years of guiding teams from confusion to clarity, and it\u2019s designed to help you move confidently beyond beginner UML.<\/p>\n<h2>Top 5 Books to Deepen Your UML Knowledge<\/h2>\n<p>Books remain one of the most effective ways to internalize modeling principles. Here are five I\u2019ve used in training and found invaluable for advancing your UML learning.<\/p>\n<ul>\n<li><strong>UML Distilled by Martin Fowler<\/strong> \u2013 The gold standard. It doesn\u2019t just explain syntax; it teaches you how to think in UML. Focuses on clarity, purpose, and effective communication.<\/li>\n<li><strong>Applying UML and Patterns by Craig Larman<\/strong> \u2013 A practical guide that walks you through building systems using object-oriented principles and UML. Perfect for bridging diagrams to real design.<\/li>\n<li><strong>Design Patterns: Elements of Reusable Object-Oriented Software<\/strong> by Gamma, Helm, Johnson, Vlissides (GoF) \u2013 While not UML-specific, it teaches how patterns manifest in diagrams. Use UML to visualize each pattern.<\/li>\n<li><strong>UML in 24 Hours by Sams<\/strong> \u2013 A structured, project-based introduction to UML. Great for self-paced learners who prefer action over theory.<\/li>\n<li><strong>Head First Design Patterns<\/strong> by Freeman &amp; Robson \u2013 Uses visuals, humor, and real examples to teach how patterns work. Pair it with UML to capture the design.<\/li>\n<\/ul>\n<p>These books aren\u2019t just references. They\u2019re companions for your next steps after UML basics. Each one helps you move from \u201cI can draw\u201d to \u201cI can explain and justify\u201d your models.<\/p>\n<h2>Best Online Courses for Structured Learning<\/h2>\n<p>Not everyone learns best from books. If you prefer guided video instruction and hands-on exercises, these courses offer structured paths to advance UML learning.<\/p>\n<ol>\n<li><strong>UML &amp; Object-Oriented Design on Udemy<\/strong> \u2013 Covers all core diagrams with real-world examples. Includes downloadable templates and model files.<\/li>\n<li><strong>UML Fundamentals on Pluralsight<\/strong> \u2013 A concise, expert-led course that focuses on purpose, notation, and team collaboration.<\/li>\n<li><strong>Software Architecture &amp; Design on Coursera (University of Alberta)<\/strong> \u2013 Integrates UML with system design, scalability, and clean code principles.<\/li>\n<li><strong>UML for Beginners on LinkedIn Learning<\/strong> \u2013 Ideal for those already familiar with basics but wanting a streamlined review with real project case studies.<\/li>\n<li><strong>Visual Paradigm UML Tutorials (Free)<\/strong> \u2013 Step-by-step video and text guides that walk you through advanced diagrams like state machines and component models.<\/li>\n<\/ol>\n<p>Choose a course that matches your learning style. But don\u2019t just watch\u2014apply. Redraw every example on your own. Add your own use cases. Challenge yourself to improve clarity.<\/p>\n<h3>From UML to ERD: Expand Your Modeling Skills<\/h3>\n<p>Once you\u2019re comfortable with UML, the next natural step is exploring Entity-Relationship Diagrams (ERD). They\u2019re essential for database design and often used with UML models.<\/p>\n<p>Here\u2019s how to transition:<\/p>\n<ul>\n<li>Start with your class diagram. Identify entities with strong lifecycle (e.g., Customer, Order).<\/li>\n<li>Convert classes to entities. Replace attributes with fields and add primary\/foreign keys.<\/li>\n<li>Use Visual Paradigm\u2019s <strong>ERD mode<\/strong> to automatically map UML classes to database tables.<\/li>\n<li>Refactor to normalize data, add constraints, and validate relationships.<\/li>\n<\/ul>\n<p>This integration is one of the most practical ways to deepen your modeling expertise. It shows how UML and ERD complement each other in full-stack projects.<\/p>\n<h3>Beyond UML: Learn BPMN for Business Process Modeling<\/h3>\n<p>If you\u2019re modeling workflows, consider learning <strong>BPMN<\/strong> (Business Process Model and Notation). It\u2019s not a UML diagram, but it\u2019s often used alongside activity diagrams for process analysis.<\/p>\n<p>Use BPMN when:<\/p>\n<ul>\n<li>You need to model business processes for stakeholders, not just developers.<\/li>\n<li>You want to capture decision points, events, and human tasks in a standardized way.<\/li>\n<li>You\u2019re working in agile teams that need to communicate process flow across departments.<\/li>\n<\/ul>\n<p>Visual Paradigm offers free BPMN tutorials that walk you through modeling a customer order process\u2014from initiation to fulfillment\u2014using both activity and BPMN diagrams. This is where <strong>next steps after UML basics<\/strong> become tangible.<\/p>\n<h2>Build Your UML Portfolio: Prove Your Competence<\/h2>\n<p>After mastering the basics, the real test is whether you can apply them consistently. A strong portfolio isn\u2019t just a collection of diagrams\u2014it\u2019s evidence of your ability to model systems, translate requirements, and collaborate effectively.<\/p>\n<p>Here\u2019s how to build one:<\/p>\n<ol>\n<li>Choose a real-world problem: an e-commerce app, a school registration system, or a ticket booking service.<\/li>\n<li>Model it step-by-step: start with use cases, then class diagrams, sequence diagrams, and activity diagrams.<\/li>\n<li>Document your decisions: why did you use composition instead of aggregation? Why a state machine for order status?<\/li>\n<li>Export diagrams as PNG\/PDF. Add brief explanations for each.<\/li>\n<li>Host it on GitHub Pages or a personal website.<\/li>\n<\/ol>\n<p>This process isn\u2019t just about learning\u2014it\u2019s about demonstrating <strong>UML advanced resources<\/strong> in action. You\u2019ll be surprised how much confidence this builds when applying for jobs or joining open-source projects.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What should I learn after mastering UML basics?<\/h3>\n<p>Focus on integrating UML with real-world workflows. Start with ERD for database design, then BPMN for business processes. Use tools like Visual Paradigm to bridge these models and see how they connect.<\/p>\n<h3>Are there free resources to advance UML learning?<\/h3>\n<p>Absolutely. Visual Paradigm offers free tutorials, sample projects, and a community forum. Also, explore PlantUML and free courses on YouTube from verified educators. The key is consistent practice\u2014not just watching, but building.<\/p>\n<h3>Can I use UML in agile development?<\/h3>\n<p>Yes. UML isn\u2019t outdated; it\u2019s adaptable. Use lightweight diagrams in sprints: a single use case diagram for a user story, a sequence diagram for complex interactions. It\u2019s not about perfection\u2014it\u2019s about clarity and shared understanding.<\/p>\n<h3>Is BPMN better than UML for business processes?<\/h3>\n<p>BPMN is better suited for business analysts and non-technical stakeholders. UML activity diagrams are great for developers. Use both\u2014BPMN to communicate with business teams, UML to guide implementation.<\/p>\n<h3>How do I avoid over-modeling in advanced UML?<\/h3>\n<p>Ask: \u201cDoes this diagram help someone understand or make a decision?\u201d If not, simplify. Remove unnecessary details. Use comments only when critical. Focus on clarity over completeness.<\/p>\n<h3>Can I use AI to generate UML diagrams?<\/h3>\n<p>Yes\u2014tools like Visual Paradigm\u2019s AI assistant can turn natural language into diagrams. But always review. AI can suggest incorrect relationships. Treat it as a starting point, not a final answer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you\u2019ve internalized class, sequence, and use case diagrams, the real journey begins. You\u2019re no longer just drawing symbols\u2014you\u2019re shaping how teams think and communicate. That moment when your model becomes a shared language for developers, product owners, and testers is when UML stops being theory and starts driving results. But many beginners stall here, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1717,"menu_order":2,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"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":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","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":""},"doc_tag":[],"class_list":["post-1720","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Advance UML Learning: Next Steps After Basics<\/title>\n<meta name=\"description\" content=\"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advance UML Learning: Next Steps After Basics\" \/>\n<meta property=\"og:description\" content=\"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Fran\u00e7ais\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/\",\"name\":\"Advance UML Learning: Next Steps After Basics\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\"},\"datePublished\":\"2026-02-25T10:45:02+00:00\",\"description\":\"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UML Basics: Diagrams for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hands-On Projects and Next Steps\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Resources for Advancing Beyond UML Basics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Fran\u00e7ais\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Advance UML Learning: Next Steps After Basics","description":"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/","og_locale":"fr_FR","og_type":"article","og_title":"Advance UML Learning: Next Steps After Basics","og_description":"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.","og_url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/","og_site_name":"Visual Paradigm Skills Fran\u00e7ais","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/","name":"Advance UML Learning: Next Steps After Basics","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website"},"datePublished":"2026-02-25T10:45:02+00:00","description":"Discover trusted resources to advance UML learning beyond the basics. Explore books, courses, tools like Visual Paradigm, and pathways into ERD and BPMN for deeper modeling expertise.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/advance-uml-learning-next-steps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/fr\/"},{"@type":"ListItem","position":2,"name":"UML Basics: Diagrams for Beginners","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Hands-On Projects and Next Steps","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/"},{"@type":"ListItem","position":4,"name":"Resources for Advancing Beyond UML Basics"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website","url":"https:\/\/skills.visual-paradigm.com\/fr\/","name":"Visual Paradigm Skills Fran\u00e7ais","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization","name":"Visual Paradigm Skills Fran\u00e7ais","url":"https:\/\/skills.visual-paradigm.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Fran\u00e7ais"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/1720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/1720\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/1717"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/media?parent=1720"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=1720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}