{"id":3548,"date":"2026-08-01T18:29:25","date_gmt":"2026-08-01T18:29:25","guid":{"rendered":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/"},"modified":"2026-08-01T18:29:25","modified_gmt":"2026-08-01T18:29:25","slug":"how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners","status":"publish","type":"post","link":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/","title":{"rendered":"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners"},"content":{"rendered":"<div>\n<h1>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners \ud83c\udfaf<\/h1>\n<h2>Executive Summary \ud83d\udcc8<\/h2>\n<p>Welcome to the ultimate guide on <strong>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/strong>! \ud83d\ude80 In today\u2019s hyper-connected digital landscape, cybersecurity is no longer optional\u2014it is an absolute necessity. Organizations worldwide face unprecedented threats, making the role of the white-hat hacker more critical than ever before. \ud83d\udca1 This comprehensive blueprint takes you from absolute zero to a confident, job-ready penetration tester. Whether you are pivoting careers or feeding a lifelong curiosity, this article breaks down the exact milestones, technical competencies, hands-on labs, and industry-recognized certifications you need. By leveraging robust infrastructure platforms like <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a> for your testing environments, you will build a rock-solid foundation to safeguard modern web applications and networks against malicious cyber attacks. \u2705 Let&#8217;s dive right in and unlock your potential!<\/p>\n<p>Have you ever looked at a movie where a hacker taps furiously on a keyboard and magically bypasses a multi-million-dollar firewall? \ud83c\udfac While Hollywood loves to sensationalize, real-world ethical hacking is an art form rooted in deep technical discipline, relentless curiosity, and rigorous methodology. As a beginner, embarking on this journey can feel like staring at an insurmountable mountain of code, protocols, and acronyms. \ud83c\udfd4\ufe0f However, with a structured approach to <em>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/em>, you can transform from a novice script-kiddie into a methodical security professional. \ud83d\udd10 This guide will demystify the learning path, equipping you with actionable insights, industry tools, and practical code snippets to jumpstart your career in information security today. \ud83d\ude80<\/p>\n<h2>Phase 1: Master the Fundamentals of Networking and Operating Systems \ud83c\udf10<\/h2>\n<p>Before you can break systems, you must understand how they are built and how they communicate. \ud83d\udcbb Networking forms the invisible backbone of the entire internet, and mastering it is your mandatory first step on the path of <em>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/em>. Without knowing how data flows across routers, switches, and firewalls, finding vulnerabilities is virtually impossible. \ud83d\udef0\ufe0f Furthermore, your choice of operating system will fundamentally shift; transitioning away from consumer environments to developer-centric or security-focused distributions is essential for executing advanced penetration tests.<\/p>\n<ul>\n<li><strong>Understand the OSI and TCP\/IP Models:<\/strong> \ud83d\udcca Memorize how data encapsulates and travels through the seven layers of networking from application down to physical media.<\/li>\n<li><strong>Master Core Protocols:<\/strong> \ud83d\udd0d Dive deep into DNS, HTTP\/HTTPS, TCP, UDP, FTP, and DHCP to spot anomalies during traffic analysis.<\/li>\n<li><strong>Adopt Linux as Your Daily Driver:<\/strong> \ud83d\udc27 Install distributions like Kali Linux or Parrot OS and become entirely comfortable navigating the command line interface (CLI).<\/li>\n<li><strong>Learn Basic Scripting:<\/strong> \ud83d\udc0d Pick up Python or Bash scripting to automate repetitive enumeration tasks and build custom proof-of-concept exploits.<\/li>\n<li><strong>Setup Safe Labs via <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a>:<\/strong> \ud83d\udee0\ufe0f Deploy isolated virtual private servers using secure web hosting services from <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a> to practice network scanning without risking legal trouble.<\/li>\n<\/ul>\n<h2>Phase 2: Dive Deep into Reconnaissance and Information Gathering \ud83d\udd0d<\/h2>\n<p>Information is the currency of the modern hacker. \ud83d\udd75\ufe0f\u200d\u2642\ufe0f Before executing an exploit, an ethical hacker spends upwards of seventy percent of their time on passive and active reconnaissance. This phase involves mapping out the target&#8217;s digital footprint, uncovering hidden subdomains, open ports, software versions, and potential human vulnerabilities through social engineering. \ud83d\uddfa\ufe0f Understanding this phase allows you to think like an adversary, gathering intelligence quietly before making a single move against target infrastructure.<\/p>\n<ul>\n<li><strong>Perform OSINT (Open Source Intelligence):<\/strong> \ud83c\udf10 Utilize tools like Maltego, Shodan, and Google Dorks to gather publicly available data about individuals and organizations.<\/li>\n<li><strong>Master Nmap for Network Mapping:<\/strong> \u2699\ufe0f Execute advanced port scans, service version detections, and OS fingerprinting scripts to identify vulnerable entry points.<\/li>\n<li><strong>Uncover Hidden Subdomains:<\/strong> \ud83d\udd0e Leverage tools like Sublist3r and Gobuster to map out an organization&#8217;s expansive web attack surface.<\/li>\n<li><strong>Analyze DNS Records:<\/strong> \ud83d\udcd1 Query MX, TXT, and A records to uncover email gateways, cloud storage buckets, and misconfigured server panels.<\/li>\n<li><strong>Document Everything Methodical:<\/strong> \ud83d\udcdd Maintain meticulous notes during your reconnaissance phase to build a comprehensive threat profile of your target.<\/li>\n<\/ul>\n<h2>Phase 3: Understand Web Application Vulnerabilities and the OWASP Top 10 \ud83d\udee1\ufe0f<\/h2>\n<p>Web applications are the most common gateway for modern cyber criminals. \ud83d\udcbb If you want to master <strong>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/strong>, memorizing the OWASP Top 10 is an absolute non-negotiable requirement. \ud83d\udccb This industry-standard awareness document highlights the most critical security risks to web applications, ranging from SQL injection to broken authentication mechanisms. \u26a1 Here, you will learn how developers write insecure code and how malicious actors manipulate inputs to gain unauthorized database access.<\/p>\n<ul>\n<li><strong>Exploit SQL Injection (SQLi):<\/strong> \ud83d\udc89 Learn how improper input sanitization allows attackers to read, modify, or delete sensitive backend database records.<\/li>\n<li><strong>Mitigate Cross-Site Scripting (XSS):<\/strong> \u26a0\ufe0f Discover how malicious JavaScript payloads can be injected into trusted websites to hijack user session cookies.<\/li>\n<li><strong>Test for Broken Authentication:<\/strong> \ud83d\udd11 Identify weak password policies, missing multi-factor authentication, and flawed session management workflows.<\/li>\n<li><strong>Leverage Burp Suite Pro:<\/strong> \ud83c\udf9b\ufe0f Master intercepting proxies to inspect, modify, and replay HTTP requests in real-time during web assessments.<\/li>\n<li><strong>Code Example for Basic Payload Testing:<\/strong>\n<pre><code>&lt;script&gt;\n  \/\/ Simple XSS Proof of Concept\n  alert(document.cookie);\n&lt;\/script&gt;<\/code><\/pre>\n<p>            \ud83d\udca1 Use snippets like this responsibly in authorized testing labs hosted on secure servers provided by <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a>.\n        <\/li>\n<\/ul>\n<h2>Phase 4: Gain Practical Experience with CTF Challenges and Labs \ud83c\udfae<\/h2>\n<p>Theory without practice is merely entertainment. \ud83e\udde0 To truly transition from a learner to an operational practitioner, you must roll up your sleeves and hack vulnerable machines in gamified environments. \ud83c\udfc6 Platforms like TryHackMe, HackTheBox, and PortSwigger Web Security Academy offer sandbox arenas where you can test your hacking chops legally. \ud83c\udfaf Engaging in Capture The Flag (CTF) competitions sharpens your problem-solving reflexes and exposes you to novel attack vectors devised by elite security researchers.<\/p>\n<ul>\n<li><strong>Complete TryHackMe Pathways:<\/strong> \ud83d\udee4\ufe0f Follow guided beginner modules covering fundamental cryptography, privilege escalation, and basic forensics.<\/li>\n<li><strong>Tackle HackTheBox Easy Boxes:<\/strong> \ud83d\udce6 Learn how to enumerate, gain a low-privileged shell, and escalate privileges to root on simulated Linux and Windows systems.<\/li>\n<li><strong>Practice on PortSwigger Labs:<\/strong> \ud83e\uddea Master specific web vulnerabilities ranging from Server-Side Request Forgery (SSRF) to insecure deserialization.<\/li>\n<li><strong>Host Your Own Vulnerable VMs:<\/strong> \ud83d\udda5\ufe0f Download Damn Vulnerable Web Application (DVWA) or Metasploitable and host them locally or on a remote VPS from <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a>.<\/li>\n<li><strong>Join Online Security Communities:<\/strong> \ud83d\udc65 Collaborate with peers on Discord and Reddit to discuss walkthroughs and alternative exploitation paths.<\/li>\n<\/ul>\n<h2>Phase 5: Earn Industry-Recognized Certifications and Build a Portfolio \ud83d\udcdc<\/h2>\n<p>Credentials validate your competency to potential employers and clients. \ud83d\udc54 Once you have built a robust technical foundation, pursuing globally respected certifications will instantly elevate your resume. \ud83c\udf1f Furthermore, pairing these certifications with an active GitHub portfolio, write-ups of your CTF triumphs, and contributions to open-source security tools proves your genuine passion and capability in the field of ethical hacking.<\/p>\n<ul>\n<li><strong>Target CompTIA Security+:<\/strong> \ud83c\udf96\ufe0f Prove your foundational knowledge in network security, compliance, and operational threat management.<\/li>\n<li><strong>Conquer CEH (Certified Ethical Hacker):<\/strong> \ud83e\udde0 Master a broad spectrum of hacking techniques, scanning methodologies, and Trojan deployment concepts.<\/li>\n<li><strong>Pass the OSCP (Offensive Security Certified Professional):<\/strong> \ud83c\udfc6 Take on the gold standard of practical, hands-on penetration testing certifications requiring a rigorous 24-hour exam.<\/li>\n<li><strong>Write Detailed Security Blogs:<\/strong> \u270d\ufe0f Publish walkthroughs of retired CTF boxes to demonstrate your communication skills and technical depth.<\/li>\n<li><strong>Contribute to Bug Bounty Programs:<\/strong> \ud83d\udc1e Test public platforms on HackerOne or Bugcrowd to earn real-world bounties and enhance your threat-hunting resume.<\/li>\n<\/ul>\n<h2>FAQ \u2753<\/h2>\n<p><strong>Q: Do I need to be a coding genius to start learning ethical hacking?<\/strong><br \/>\n    A: Absolutely not! While programming proficiency is helpful down the road, <em>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/em> emphasizes that you can start with zero coding experience. You only need a foundational grasp of basic logic and scripting languages like Python or Bash as you progress through your training.<\/p>\n<p><strong>Q: Is ethical hacking legal?<\/strong><br \/>\n    A: Yes, provided you have explicit, written permission from the owner of the system or network you are testing. Hacking without authorization is illegal and constitutes cybercrime. Always operate within strict scope agreements and utilize dedicated test beds, such as the reliable cloud environments offered by <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a>.<\/p>\n<p><strong>Q: How long does it take to become a job-ready penetration tester?<\/strong><br \/>\n    A: The timeline varies depending on your prior background and daily commitment. On average, dedicating 10 to 15 hours per week of focused study and hands-on lab work can take a complete beginner to an entry-level job-ready status within 12 to 18 months.<\/p>\n<h2>Conclusion \ud83c\udf89<\/h2>\n<p>Embarking on the journey of <strong>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners<\/strong> is an exhilarating, challenging, and deeply rewarding career pivot. \ud83d\ude80 By systematically mastering networking fundamentals, performing thorough reconnaissance, dissecting the OWASP Top 10, grinding CTF labs, and securing industry certifications, you position yourself at the vanguard of modern digital defense. \ud83d\udee1\ufe0f Remember that consistency, resilience, and an unquenchable thirst for learning are your greatest assets. As you spin up your testing labs and deploy virtual instances via trusted web hosting partners like <a href=\"https:\/\/dohost.us\" target=\"_blank\" rel=\"noopener\">DoHost<\/a>, keep pushing your boundaries and practicing safely. \u2728 Your future in cybersecurity starts right now\u2014go break things for the greater good! \u2705<\/p>\n<h3>Tags<\/h3>\n<p>ethical hacking, cybersecurity roadmap, penetration testing, beginner hacker guide, info sec<\/p>\n<h3>Meta Description<\/h3>\n<p>Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners \ud83c\udfaf Executive Summary \ud83d\udcc8 Welcome to the ultimate guide on How to Become an Ethical Hacker A Step by Step Roadmap for Beginners! \ud83d\ude80 In today\u2019s hyper-connected digital landscape, cybersecurity is no longer optional\u2014it is an absolute necessity. Organizations worldwide face unprecedented [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[12372,12375,12371,184,1235,12373,12374,3056,1236,1281],"class_list":["post-3548","post","type-post","status-publish","format-standard","hentry","category-cybersecurity","tag-beginner-hacker-guide","tag-cyber-certifications","tag-cybersecurity-roadmap","tag-dohost","tag-ethical-hacking","tag-info-sec","tag-linux-for-hackers","tag-networking-basics","tag-penetration-testing","tag-web-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.0 (Yoast SEO v25.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Become an Ethical Hacker A Step by Step Roadmap for Beginners - Developers Heaven<\/title>\n<meta name=\"description\" content=\"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners\" \/>\n<meta property=\"og:description\" content=\"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/\" \/>\n<meta property=\"og:site_name\" content=\"Developers Heaven\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-01T18:29:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/placehold.co\/600x400?text=How+to+Become+an+Ethical+Hacker+A+Step+by+Step+Roadmap+for+Beginners\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/\",\"url\":\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/\",\"name\":\"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners - Developers Heaven\",\"isPartOf\":{\"@id\":\"https:\/\/developers-heaven.net\/blog\/#website\"},\"datePublished\":\"2026-08-01T18:29:25+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!\",\"breadcrumb\":{\"@id\":\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/developers-heaven.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers-heaven.net\/blog\/#website\",\"url\":\"https:\/\/developers-heaven.net\/blog\/\",\"name\":\"Developers Heaven\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers-heaven.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners - Developers Heaven","description":"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!","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:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/","og_locale":"en_US","og_type":"article","og_title":"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners","og_description":"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!","og_url":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/","og_site_name":"Developers Heaven","article_published_time":"2026-08-01T18:29:25+00:00","og_image":[{"url":"https:\/\/placehold.co\/600x400?text=How+to+Become+an+Ethical+Hacker+A+Step+by+Step+Roadmap+for+Beginners","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/","url":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/","name":"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners - Developers Heaven","isPartOf":{"@id":"https:\/\/developers-heaven.net\/blog\/#website"},"datePublished":"2026-08-01T18:29:25+00:00","author":{"@id":""},"description":"Master cybersecurity with How to Become an Ethical Hacker A Step by Step Roadmap for Beginners. Learn skills, certifications, and tools today!","breadcrumb":{"@id":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/developers-heaven.net\/blog\/how-to-become-an-ethical-hacker-a-step-by-step-roadmap-for-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/developers-heaven.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Become an Ethical Hacker A Step by Step Roadmap for Beginners"}]},{"@type":"WebSite","@id":"https:\/\/developers-heaven.net\/blog\/#website","url":"https:\/\/developers-heaven.net\/blog\/","name":"Developers Heaven","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers-heaven.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/posts\/3548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/comments?post=3548"}],"version-history":[{"count":0,"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/posts\/3548\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/media?parent=3548"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/categories?post=3548"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers-heaven.net\/blog\/wp-json\/wp\/v2\/tags?post=3548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}