{"id":11337,"date":"2025-04-27T10:44:48","date_gmt":"2025-04-27T04:59:48","guid":{"rendered":"https:\/\/nestnepal.com\/blog\/?p=11337"},"modified":"2025-05-23T14:08:04","modified_gmt":"2025-05-23T08:23:04","slug":"how-to-clear-dns-cache-on-your-computer-guide","status":"publish","type":"post","link":"https:\/\/nestnepal.com\/blog\/how-to-clear-dns-cache-on-your-computer-guide\/","title":{"rendered":"How to Clear DNS Cache on Your Computer (Flush DNS Guide for Developers)"},"content":{"rendered":"<h1><strong>Introduction<\/strong><\/h1>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-11344 size-large lazyload\" data-src=\"https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-1024x683.jpg\" alt=\"clear-DNS-cache\" width=\"1024\" height=\"683\" data-srcset=\"https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-1024x683.jpg 1024w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-300x200.jpg 300w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-768x512.jpg 768w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-1536x1024.jpg 1536w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-2048x1365.jpg 2048w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-380x253.jpg 380w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-550x367.jpg 550w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-800x533.jpg 800w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/dns-1160x773.jpg 1160w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/683;\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Clearing your <a href=\"https:\/\/nestnepal.com\/blog\/how-to-register-domain-in-nepal\/\">DNS<\/a> cache is a must-know move, whether you&#8217;re building a new website, switching environments, or just troubleshooting connectivity issues. <\/span><strong data-start=\"1183\" data-end=\"1196\">DNS cache<\/strong> issues can cause delays, errors, or outdated websites to load. Knowing how to <strong data-start=\"574\" data-end=\"593\">clear DNS cache<\/strong> or <strong data-start=\"597\" data-end=\"610\">flush DNS<\/strong> is crucial for developers. Think of it like hitting refresh on your browser. But for your system&#8217;s internal phonebook. In this updated guide, we go all-in on clearing DNS caches across Windows, macOS, Linux, and browsers like <a href=\"https:\/\/support.google.com\/chrome\/thread\/274220340\/dns-cache-chrome?hl=en\" target=\"_blank\" rel=\"noopener\">Chrome<\/a> and Firefox. We&#8217;ve also added dev-friendly tips like automation, aliases, and scripts so you can streamline your workflow.<\/p>\n<p>Whether you&#8217;re building a new website, switching environments, troubleshooting a DNS resolver, or dealing with DNS cache issues, this guide will help. Flushing the DNS cache updates the Domain Name System (DNS) records your computer stores, ensuring faster, more reliable browsing.<\/p>\n<h2><span style=\"font-weight: 400;\">What is the DNS Cache?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Your computer stores DNS (Domain Name System) data locally to quickly resolve <a href=\"https:\/\/nestnepal.com\/domains\/\">domain names<\/a> to IP addresses. While this speeds up web browsing, it can be a nightmare during website updates or DNS propagation. If you&#8217;re seeing outdated or incorrect website versions, your DNS cache might be the culprit.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to Clear DNS Cache on Windows<\/span><\/h2>\n<ol>\n<li><span style=\"font-weight: 400;\"> Press `Windows + R`, type `cmd`, then press Enter.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> In the Command Prompt, run:<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`cmd<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0ipconfig \/flushdns<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<ol start=\"3\">\n<li><span style=\"font-weight: 400;\"> You\u2019ll see a confirmation: `Successfully flushed the DNS Resolver Cache.`<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> (Optional) Restart your browser or system for full effect.<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>Pro Tip:<\/b><span style=\"font-weight: 400;\"> Create a `.bat` file for easy flushing:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bat<\/span><\/p>\n<p><span style=\"font-weight: 400;\">@echo off<\/span><\/p>\n<p><span style=\"font-weight: 400;\">ipconfig \/flushdns<\/span><\/p>\n<p><span style=\"font-weight: 400;\">echo DNS Cache Cleared \u2705<\/span><\/p>\n<p><span style=\"font-weight: 400;\">pause<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to Clear DNS Cache on macOS<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Open the Terminal from `Applications &gt; Utilities &gt; Terminal`.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><b>For macOS Ventura, Monterey, Big Sur, or later<\/b><span style=\"font-weight: 400;\">:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><b>For older versions:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\"># <\/span><b>Yosemite (10.10.4+) and Mavericks<\/b><\/p>\n<p><span style=\"font-weight: 400;\">sudo killall -HUP mDNSResponder<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">#<\/span><b> Yosemite (10.10.0 &#8211; 10.10.3)<\/b><\/p>\n<p><span style=\"font-weight: 400;\">sudo discoveryutil mdnsflushcache<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\"># <\/span><b>Snow Leopard<\/b><\/p>\n<p><span style=\"font-weight: 400;\">sudo dscacheutil -flushcache<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">\u2705 <\/span><b>Alias this command<\/b><span style=\"font-weight: 400;\"> in `.zshrc` or `.bash_profile`:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">alias flushdns=&#8221;sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder &amp;&amp; echo &#8216;DNS Cache Cleared \u2705'&#8221;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">\ud83d\udc27 How to Clear DNS Cache on Linux<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Linux doesn&#8217;t cache DNS by default, but if it does, it&#8217;s via a resolver like `systemd-resolved`, `dnsmasq`, `nscd`, or `BIND`. Here&#8217;s how to flush them:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><b>Find your resolver:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo lsof -i :53 -S<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><b>Based on the resolver:<\/b><\/p>\n<p>After identifying your DNS resolver, it&#8217;s important to <strong data-start=\"778\" data-end=\"791\">flush DNS<\/strong> to ensure changes take effect.<\/p>\n<p><b>systemd-resolved<\/b><span style=\"font-weight: 400;\">:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo resolvectl flush-caches<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><b>dnsmasq:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo systemctl restart dnsmasq<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><b>nscd:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo nscd -i hosts<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><b>BIND:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">sudo rndc flush<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2705 <\/span><b>Alias example (for systemd-resolved)<\/b><span style=\"font-weight: 400;\">:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">alias flushdns=&#8221;sudo resolvectl flush-caches &amp;&amp; echo &#8216;DNS Cache Flushed \u2705'&#8221;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to Clear DNS Cache in Web Browsers<\/span><\/h2>\n<figure id=\"attachment_11350\" aria-describedby=\"caption-attachment-11350\" style=\"width: 1024px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\"wp-image-11350 size-large lazyload\" data-src=\"https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-1024x381.jpg\" alt=\"dns-chrome\" width=\"1024\" height=\"381\" data-srcset=\"https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-1024x381.jpg 1024w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-300x112.jpg 300w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-768x286.jpg 768w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-1536x572.jpg 1536w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-380x142.jpg 380w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-550x205.jpg 550w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-800x298.jpg 800w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser-1160x432.jpg 1160w, https:\/\/nestnepal.com\/blog\/wp-content\/uploads\/2025\/04\/browser.jpg 1667w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/381;\" \/><figcaption id=\"caption-attachment-11350\" class=\"wp-caption-text\">3DiconsMediaApps-04<\/figcaption><\/figure>\n<h3><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Google Chrome \/ Chromium<\/span><\/h3>\n<ol>\n<li><span style=\"font-weight: 400;\"> Open Chrome and enter:<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0chrome:\/\/net-internals\/#dns<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> Click <\/span><b><i>Clear host cache<\/i><\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Then go to:<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0chrome:\/\/net-internals\/#sockets<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<ol start=\"4\">\n<li><span style=\"font-weight: 400;\"> Click <\/span><b><i>Close idle sockets<\/i><\/b><span style=\"font-weight: 400;\"> and <\/span><b><i>Flush socket pools<\/i><\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Restart the browser.<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Mozilla Firefox<\/span><\/h3>\n<ol>\n<li><span style=\"font-weight: 400;\"> Open Firefox and visit:<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0about: networking#dns<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8220;`<\/span><\/p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> Click <\/span><b>Clear DNS Cache<\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Restart the browser.<\/span><\/li>\n<\/ol>\n<h2><span style=\"font-weight: 400;\">Automate DNS Flushing in Dev Workflows<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Add the flush command to a <\/span><b>bash alias<\/b><span style=\"font-weight: 400;\">, or include it in your <\/span><b>build\/deploy script<\/b><span style=\"font-weight: 400;\"> to ensure you\u2019re never debugging with stale DNS data.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Bash Alias Example (macOS\/Linux):<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">alias flushdns=&#8221;sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder &amp;&amp; echo &#8216;DNS Cache Cleared \u2705'&#8221;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Hook into a Dev Script:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">&#8220;`bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">#!\/bin\/bash<\/span><\/p>\n<p><span style=\"font-weight: 400;\">flushdns() {<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0sudo dscacheutil -flushcache<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0sudo killall -HUP mDNSResponder<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0echo &#8220;DNS Cache Cleared During Deployment \u2705&#8221;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">}<\/span><\/p>\n<p><span style=\"font-weight: 400;\"># Call the function as part of the deployment<\/span><\/p>\n<p><span style=\"font-weight: 400;\">flushdns<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8220;`<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">FAQs:<\/span><\/h2>\n<h3>1. What is DNS cache, and why should I clear it?<\/h3>\n<p>The DNS cache stores IP addresses from the Domain Name System (DNS) to speed up browsing. Clearing it removes outdated records and fixes DNS resolver errors.<\/p>\n<h3>2. How do I flush DNS cache on Windows?<\/h3>\n<p>Open Command Prompt (Win + R, type cmd) and run:<\/p>\n<p><em>ipconfig \/flushdns<\/em><\/p>\n<p>You\u2019ll see: <em>Successfully flushed the DNS Resolver Cache. <\/em>Restart your browser for full effect.<\/p>\n<h3>3. How do I flush DNS on a Mac?<\/h3>\n<p>Open Terminal and run:<\/p>\n<p><em>sudo dscacheutil\u00a0 -flushcache; sudo killall\u00a0 -HUP mDNSResponder<\/em><\/p>\n<p>This works on Ventura, Monterey, Big Sur, and later. Older macOS versions require different commands listed in the guide.<\/p>\n<h3>4. Does Linux store DNS cache?<\/h3>\n<p>Linux typically doesn\u2019t cache DNS unless you&#8217;re using a resolver like <strong>[systemd-resolved, dnsmasq, nscd,<\/strong> or<strong> BIND]<\/strong>. Check your active service with:<\/p>\n<p><em>sudo lsof\u00a0 -i :53\u00a0 -S<\/em><br \/>\nThen, flush the appropriate cache using the matching commands.<\/p>\n<h3>5. How do I clear DNS cache in Chrome?<\/h3>\n<p>Flushing DNS within Chrome ensures the browser doesn&#8217;t hold onto outdated DNS resolver data.<\/p>\n<ul>\n<li>Go to:<\/li>\n<\/ul>\n<p><em>chrome:\/\/net-internals\/#dns<\/em><\/p>\n<ul>\n<li>Click Clear host cache, then go to:<\/li>\n<\/ul>\n<p><em>chrome:\/\/net-internals\/#sockets<\/em><\/p>\n<p>Click Close idle sockets and Flush socket pools. Restart the browser.<\/p>\n<h3>6. How do I clear DNS cache in Firefox?<\/h3>\n<p>Open Firefox and navigate to:<\/p>\n<p><strong>arduino<\/strong><br \/>\n<em>about: networking#dns<\/em><\/p>\n<p>Click Clear DNS Cache and restart the browser to ensure changes take effect.<\/p>\n<h3>7. Can I automate DNS flushing?<\/h3>\n<p>Yes! You can create aliases or include flush commands in your deployment scripts. This is useful for developers working with staging environments or switching DNS records often.<\/p>\n<p>Example alias for macOS\/Linux:<\/p>\n<p><em>alias flushdns=&#8221;sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder&#8221;<\/em><\/p>\n<h3>8. How often should I clear my DNS cache?<\/h3>\n<p>There\u2019s no fixed rule, but clear it whenever:<\/p>\n<ul>\n<li>You change DNS settings or switch environments<\/li>\n<li>You see outdated pages or connection errors<\/li>\n<li>You deploy a site with updated domains<\/li>\n<\/ul>\n<h3>9. Is it safe to flush the DNS cache?<\/h3>\n<p>Yes! Clearing your DNS cache is completely safe. It won\u2019t affect your files or installed software. It simply resets the list of domain-to-IP lookups stored locally.<\/p>\n<h3>10. Does clearing the DNS cache improve internet speed?<\/h3>\n<p>No, flushing your DNS cache will not disrupt your internet connection; it simply forces your system to refresh its DNS resolver information.<\/p>\n<h2><span style=\"font-weight: 400;\">Conclusion<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Clearing or flushing your DNS cache is like changing the oil in your dev environment\u2014easy to skip, but critical for performance and accuracy. Whether you&#8217;re working on staging servers, switching DNS records, or deploying a local test site, keeping your DNS cache fresh means fewer headaches and more productive coding sessions.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Bookmark this guide and alias those commands now. Your future self will thank you.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Clearing your DNS cache is a must-know move, whether you&#8217;re building a new website, switching environments, or just troubleshooting&#8230;<\/p>\n","protected":false},"author":15,"featured_media":11914,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[123,262],"tags":[92,97],"class_list":["post-11337","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dns","category-domain","tag-dns","tag-domain"],"_links":{"self":[{"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/posts\/11337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/comments?post=11337"}],"version-history":[{"count":14,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/posts\/11337\/revisions"}],"predecessor-version":[{"id":11365,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/posts\/11337\/revisions\/11365"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/media\/11914"}],"wp:attachment":[{"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/media?parent=11337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/categories?post=11337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nestnepal.com\/blog\/wp-json\/wp\/v2\/tags?post=11337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}