{"id":1715,"date":"2026-02-25T10:45:00","date_gmt":"2026-02-25T10:45:00","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/"},"modified":"2026-02-25T10:45:00","modified_gmt":"2026-02-25T10:45:00","slug":"uml-learning-resources-communities-beginners","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/","title":{"rendered":"Free Resources and Communities for UML Learning"},"content":{"rendered":"<p>When you start modeling software with UML, the real breakthrough often comes not from reading tutorials, but from seeing how others think. I&#8217;ve worked with over 50 teams in the past decade, and the pattern is clear: beginners who engage with active communities learn three times faster than those who go solo. The key isn\u2019t just access to content, but the ability to ask questions, get feedback, and see real-world applications.<\/p>\n<p>That\u2019s why I\u2019ve focused this guide on the most effective, accessible, and actionable UML learning resources\u2014especially those that are free and built for new learners. You\u2019ll find curated free UML tutorials, supportive forums, and real project examples that reflect how UML is used in actual development workflows.<\/p>\n<h2>Top Free UML Tutorials for Beginners<\/h2>\n<p>Not all tutorials are created equal. The best ones don\u2019t just explain notation\u2014they show how to apply it. Here are the most effective free UML tutorials I\u2019ve seen in practice.<\/p>\n<ol>\n<li><strong><a href=\"https:\/\/www.visual-paradigm.com\/guide\/uml-tutorial\/\" target=\"_blank\">Visual Paradigm\u2019s UML Tutorial<\/a><\/strong>: A full, step-by-step guide covering all core diagrams. It includes interactive examples, downloadable templates, and real-time editing. The explanations are concise and avoid jargon.<\/li>\n<li><strong><a href=\"https:\/\/www.youtube.com\/c\/CodeWithHarry\" target=\"_blank\">CodeWithHarry\u2019s UML Playlist<\/a><\/strong>: A YouTube series focused on beginner-level modeling, especially for Java developers. Each video builds a diagram from scratch, using simple business logic like library management or banking.<\/li>\n<li><strong><a href=\"https:\/\/www.tutorialspoint.com\/uml\/\" target=\"_blank\">TutorialsPoint UML Guide<\/a><\/strong>: A clean, reference-style overview with diagrams and syntax. Best for quick lookups after you\u2019ve grasped the basics.<\/li>\n<li><strong><a href=\"https:\/\/www.geeksforgeeks.org\/uml\/\" target=\"_blank\">GeeksforGeeks UML Articles<\/a><\/strong>: Practical, code-integrated tutorials that explain how UML diagrams relate to actual implementation\u2014ideal for developers learning UML online free.<\/li>\n<li><strong><a href=\"https:\/\/www.bing.com\/ck\/a\" target=\"_blank\">Microsoft Learn: UML Fundamentals<\/a><\/strong>: A structured, free course with exercises and quizzes. It\u2019s beginner-friendly, with a focus on use case and class diagrams.<\/li>\n<\/ol>\n<p>For the most part, the best free UML tutorials are those that walk you through building something real\u2014like a user login flow or a shopping cart system\u2014before asking you to memorize relationships.<\/p>\n<h3>How to Get the Most from Free UML Tutorials<\/h3>\n<ul>\n<li>Always recreate diagrams by hand before using a tool\u2014this builds mental models.<\/li>\n<li>Pause after each section. Ask: \u201cCan I explain this to someone else?\u201d If not, rewatch or reread.<\/li>\n<li>Use the tutorials as a guide, but don\u2019t copy. Modify the example to fit your use case.<\/li>\n<li>Pair each tutorial with a small coding project to connect modeling to execution.<\/li>\n<\/ul>\n<h2>Best UML Communities for Beginners<\/h2>\n<p>Learning UML isn\u2019t just about consuming content\u2014it\u2019s about interaction. Joining UML communities gives you access to real feedback, shared examples, and the confidence that others have wrestled with the same confusion.<\/p>\n<h3>Reddit: r\/learnprogramming and r\/ProgrammingLanguages<\/h3>\n<p>These subreddits are packed with beginners asking, \u201cHow do I draw a sequence diagram for a login process?\u201d or \u201cIs this use case correctly modeled?\u201d The community responds quickly, often with corrected diagrams and tool suggestions. I\u2019ve seen learners go from stuck to confident in just a few days.<\/p>\n<p>Look for threads tagged with <code>UML<\/code>, <code>diagrams<\/code>, or <code>modeling<\/code>. Don\u2019t hesitate to post your own diagram with a question like: \u201cIs this aggregation correct?\u201d Be specific about your intent. Include a short description of the system.<\/p>\n<h3>Stack Overflow: UML Tag<\/h3>\n<p>When a tutorial doesn\u2019t answer your question, Stack Overflow often will. Search with keywords like \u201cUML sequence diagram message order\u201d or \u201chow to model a loop in activity diagram.\u201d The top-rated answers are often detailed, with annotated code and diagrams.<\/p>\n<p>Use the <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/uml\" target=\"_blank\">UML tag<\/a> to filter relevant posts. You\u2019ll find thousands of real-world modeling scenarios\u2014from user authentication to payment gateways.<\/p>\n<h3>GitHub Repositories with Open UML Examples<\/h3>\n<p>Many open-source projects include UML diagrams in their documentation. Search GitHub using <code>UML diagram in:file README.md<\/code> or <code>diagram UML<\/code> in the description. Some notable ones:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/bradtraversy\/NodeJS-REST-API\" target=\"_blank\">Node.js REST API<\/a>: Uses class and sequence diagrams.<\/li>\n<li><a href=\"https:\/\/github.com\/ethereum\/ethereum-wiki\" target=\"_blank\">Ethereum Wiki<\/a>: Features state machine and activity diagrams for blockchain logic.<\/li>\n<li><a href=\"https:\/\/github.com\/erikdubbelman\/uml-examples\" target=\"_blank\">uml-examples<\/a>: A curated collection of diagrams for common patterns.<\/li>\n<\/ul>\n<p>Study these not just for the visuals, but for how they\u2019re structured. Ask: Why is this diagram here? What problem does it solve?<\/p>\n<h2>How to Learn UML Online Free: A Step-by-Step Path<\/h2>\n<p>Learning UML online free is entirely possible\u2014but only if you follow a clear, structured path. Here\u2019s the one I recommend based on how beginners actually improve.<\/p>\n<ol>\n<li><strong>Start with the fundamentals<\/strong>: Use the Visual Paradigm tutorial to learn notation, then try sketching class and use case diagrams by hand.<\/li>\n<li><strong>Apply to a small project<\/strong>: Build a library system or a todo app. Model the core entities, interactions, and workflows.<\/li>\n<li><strong>Post your diagrams<\/strong>: Share them in Reddit\u2019s r\/learnprogramming or ask a question on Stack Overflow. Ask: \u201cDoes this model capture the user flow correctly?\u201d<\/li>\n<li><strong>Review others\u2019 diagrams<\/strong>: Look at GitHub projects or Stack Overflow answers. Compare your model to theirs. What\u2019s different? Why?<\/li>\n<li><strong>Iterate<\/strong>: Refine your diagrams based on feedback. This is where real learning happens.<\/li>\n<\/ol>\n<p>Repeat this cycle 3\u20134 times, and you\u2019ll be able to create models that reflect actual software design\u2014without relying on memorization.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I really learn UML online free?<\/h3>\n<p>Absolutely. Many developers learn UML entirely through free resources. Focus on practice: recreate diagrams from tutorials, then apply them to small projects. Most people see real progress in 2\u20134 weeks with consistent effort.<\/p>\n<h3>What\u2019s the best community for UML beginners?<\/h3>\n<p>Reddit\u2019s r\/learnprogramming is the most responsive. Stack Overflow is best for precise technical questions. GitHub is ideal for seeing real-world usage. Use all three\u2014each serves a different purpose.<\/p>\n<h3>How do I know if my UML diagram is correct?<\/h3>\n<p>There\u2019s no single \u201cright\u201d answer, but good diagrams are clear, consistent, and match the problem. Ask: Does this model help me understand the system? Can someone else read it and follow the logic? If not, revise it. Seek feedback on Reddit or Stack Overflow.<\/p>\n<h3>Should I learn all UML diagrams at once?<\/h3>\n<p>No. Start with class and use case diagrams. Then add sequence and activity diagrams as you work on more complex systems. Master one at a time. Overloading with all nine diagrams at once leads to confusion.<\/p>\n<h3>Do I need to know coding to learn UML?<\/h3>\n<p>No. UML is a modeling language, not a programming language. You can learn it with no coding experience. However, pairing UML with a simple project (like a shopping cart) helps solidify understanding.<\/p>\n<h3>How long does it take to become proficient in UML?<\/h3>\n<p>Most beginners feel confident in 6\u201310 weeks with daily practice. Proficiency\u2014being able to model a medium-complexity system\u2014takes 3\u20136 months with consistent effort. Focus on learning through doing, not memorization.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you start modeling software with UML, the real breakthrough often comes not from reading tutorials, but from seeing how others think. I&#8217;ve worked with over 50 teams in the past decade, and the pattern is clear: beginners who engage with active communities learn three times faster than those who go solo. The key isn\u2019t [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1713,"menu_order":1,"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-1715","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>Free UML Learning Resources &amp; Communities<\/title>\n<meta name=\"description\" content=\"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.\" \/>\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\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free UML Learning Resources &amp; Communities\" \/>\n<meta property=\"og:description\" content=\"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Indonesia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/\",\"name\":\"Free UML Learning Resources & Communities\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\"},\"datePublished\":\"2026-02-25T10:45:00+00:00\",\"description\":\"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UML Basics: Diagrams for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tools and Resources for UML Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Free Resources and Communities for UML Learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"name\":\"Visual Paradigm Skills Indonesia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\",\"name\":\"Visual Paradigm Skills Indonesia\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Indonesia\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free UML Learning Resources & Communities","description":"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.","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\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/","og_locale":"id_ID","og_type":"article","og_title":"Free UML Learning Resources & Communities","og_description":"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.","og_url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/","og_site_name":"Visual Paradigm Skills Indonesia","twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"5 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/","url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/","name":"Free UML Learning Resources & Communities","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#website"},"datePublished":"2026-02-25T10:45:00+00:00","description":"Discover free UML tutorials, beginner-friendly UML communities, and online platforms to learn UML online free. Get expert-curated resources to grow your modeling skills with real-world examples and support.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/uml-learning-resources-communities-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/id\/"},{"@type":"ListItem","position":2,"name":"UML Basics: Diagrams for Beginners","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Tools and Resources for UML Beginners","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/uml-basics-diagrams-for-beginners\/uml-tools-beginners\/"},{"@type":"ListItem","position":4,"name":"Free Resources and Communities for UML Learning"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/id\/#website","url":"https:\/\/skills.visual-paradigm.com\/id\/","name":"Visual Paradigm Skills Indonesia","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization","name":"Visual Paradigm Skills Indonesia","url":"https:\/\/skills.visual-paradigm.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Indonesia"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/1715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/1715\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/1713"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/media?parent=1715"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/doc_tag?post=1715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}