{"id":17360,"date":"2026-01-21T16:30:26","date_gmt":"2026-01-21T11:00:26","guid":{"rendered":"https:\/\/www.youstable.com\/blog\/?p=17360"},"modified":"2026-03-26T09:32:20","modified_gmt":"2026-03-26T04:02:20","slug":"ipconfig-flushdns-command","status":"publish","type":"post","link":"https:\/\/www.youstable.com\/blog\/ipconfig-flushdns-command","title":{"rendered":"Ipconfig \/flushdns Command Explained With Example in 2026"},"content":{"rendered":"\n<p><strong>The ipconfig \/flushdns command clears<\/strong> the local DNS resolver cache in Windows, forcing your computer to fetch fresh DNS records for websites. Use it when sites don\u2019t load, resolve to old IPs after DNS changes, or you see DNS related errors. <\/p>\n\n\n\n<p>It\u2019s safe, quick, and helpful for troubleshooting browsing and connectivity issues. If you\u2019ve ever updated DNS records, migrated a site, or run into \u201csite not found\u201d errors, the primary fix on Windows is often the <strong>ipconfig \/flushdns<\/strong> command. <\/p>\n\n\n\n<p>In this guide, I\u2019ll explain what it does, when to use it, and show a clear, real world example with verification steps, plus troubleshooting tips from 12+ years optimizing networks.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"what-is-the-dns-cache-and-why-flush-it\">What is the DNS Cache and Why Flush it?<\/h2>\n\n\n\n<p><strong>DNS (Domain Name System)<\/strong> translates domain names like example.com into IP addresses. <\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/01\/What-is-the-DNS-Cache-and-Why-Flush-it.jpg\" alt=\"ipconfig \/flushdns command\" class=\"wp-image-17662\" srcset=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/01\/What-is-the-DNS-Cache-and-Why-Flush-it.jpg 1280w, https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/01\/What-is-the-DNS-Cache-and-Why-Flush-it-150x84.jpg 150w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure>\n\n\n\n<p>To speed up browsing, Windows stores recent DNS lookups in a local cache. This cache can become outdated after DNS changes<strong> (like moving to a new server)<\/strong>, causing your PC to keep using the old IP. Flushing removes those stale entries so your system queries DNS again and gets the correct, current IPs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"what-does-ipconfig-flushdns-actually-do\">What Does ipconfig \/flushdns Actually Do?<\/h2>\n\n\n\n<p>ipconfig \/flushdns tells the Windows DNS Client service (Dnscache) to purge all cached resolver entries. After the flush, the first request for any domain forces a fresh DNS query to your configured DNS servers (ISP, public DNS, or DoH provider). It does not change your DNS servers or network settings; it simply clears the memory of recent lookups.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scope: <\/strong>Affects the local machine\u2019s DNS resolver cache for all users.<\/li>\n\n\n\n<li><strong>Speed:<\/strong> Immediate; takes a fraction of a second.<\/li>\n\n\n\n<li><strong>Safety:<\/strong> Safe to run anytime. Worst case, your next lookups are slightly slower as the cache rebuilds.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"when-should-you-run-ipconfig-flushdns\">When Should You Run ipconfig \/flushdns?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>After DNS changes<\/strong> (A, CNAME, or MX updates) for your domain or client sites.<\/li>\n\n\n\n<li><strong>Post migration <\/strong>to a new web host or server IP.<\/li>\n\n\n\n<li><strong>When some users<\/strong> can access a site but you cannot.<\/li>\n\n\n\n<li>To <a href=\"https:\/\/www.youstable.com\/blog\/error-establishing-database-connection\/\">resolve errors<\/a> like DNS_PROBE_FINISHED_NXDOMAIN or intermittent \u201cserver IP address could not be found.\u201d<\/li>\n\n\n\n<li>When a content delivery network (CDN) or proxy (Cloudflare) record changed and your PC still points to the old edge.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"prerequisites-and-quick-notes\">Prerequisites and Quick Notes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run Command Prompt<\/strong> or PowerShell as Administrator for consistent results.<\/li>\n\n\n\n<li><strong>Ensure the DNS Client<\/strong> (Dnscache) service is running; the command needs it.<\/li>\n\n\n\n<li><strong>Flushing only affects your PC<\/strong>; it doesn\u2019t update external DNS or fix upstream misconfigurations.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-to-run-ipconfig-flushdns-on-windows-step-by-step\">How to Run ipconfig \/flushdns on Windows (Step-by-Step)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-1-command-prompt\">Method 1: Command Prompt<\/h3>\n\n\n\n<p>1) Click Start, type \u201ccmd\u201d. 2) Right click Command Prompt &gt; Run as administrator. 3) Enter the flush command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/flushdns<\/code><\/pre>\n\n\n\n<p><strong>You should see:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Windows IP Configuration\n\nSuccessfully flushed the DNS Resolver Cache.<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-2-windows-powershell\">Method 2: Windows PowerShell<\/h3>\n\n\n\n<p><strong>Open PowerShell as Administrator and run:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/flushdns<\/code><\/pre>\n\n\n\n<p>PowerShell also supports a native cmdlet on modern Windows builds:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Clear-DnsClientCache<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"verify-the-flush-worked\">Verify the Flush Worked<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>View the cache (before or after):<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/displaydns<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Resolve a domain again (forces fresh queries):<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nslookup example.com\nping example.com<\/code><\/pre>\n\n\n\n<p>If you see the new IP from your DNS provider or host, the flush succeeded.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"ipconfig-flushdns-explained-with-a-real-example\">ipconfig \/flushdns Explained With a Real Example<\/h2>\n\n\n\n<p>You migrated example.com from an old server (203.0.113.10) to a new server (198.51.100.25) with updated A records at your DNS provider. Your colleague sees the new site, but your PC loads the old one.<\/p>\n\n\n\n<p><strong>1) Check current resolution:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nslookup example.com\nNon-authoritative answer:\nName:    example.com\nAddress: 203.0.113.10  &lt;-- old IP<\/code><\/pre>\n\n\n\n<p><strong>2) Flush DNS cache:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/flushdns\n\nWindows IP Configuration\n\nSuccessfully flushed the DNS Resolver Cache.<\/code><\/pre>\n\n\n\n<p><strong>3) Resolve again:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nslookup example.com\nNon-authoritative answer:\nName:    example.com\nAddress: 198.51.100.25  &lt;-- new IP<\/code><\/pre>\n\n\n\n<p>Now your browser points to the correct server. If you\u2019re a YouStable customer, this is the fastest way to ensure your PC picks up our DNS or hosting changes immediately after propagation begins.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"troubleshooting-if-ipconfig-flushdns-doesnt-work\">Troubleshooting: If ipconfig \/flushdns Doesn\u2019t Work<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"access-is-denied-or-no-success-message\">\u201cAccess is denied\u201d or No Success Message<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run Command Prompt or PowerShell as Administrator.<\/li>\n\n\n\n<li>Make sure your antivirus or endpoint security isn\u2019t blocking system utilities.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"dns-client-dnscache-service-is-stopped\">DNS Client (Dnscache) Service Is Stopped<\/h3>\n\n\n\n<p><strong>ipconfig relies on the DNS Client service. Start it:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sc query dnscache\nsc start dnscache<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"browser-and-app-level-dns-caches\">Browser and App Level DNS Caches<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Chrome\/Edge:<\/strong> Visit chrome:\/\/net internals\/#dns and click \u201cClear host cache.\u201d<\/li>\n\n\n\n<li><strong>Firefox:<\/strong> Visit about:networking#dns and press \u201cClear DNS Cache.\u201d<\/li>\n\n\n\n<li><strong>Applications (VPNs, proxies, Docker):<\/strong> They may cache DNS internally; restart the app or its service.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"encrypted-dns-doh-dot-or-vpn-overrides\">Encrypted DNS (DoH\/DoT) or VPN Overrides<\/h3>\n\n\n\n<p>DNS over HTTPS, custom resolvers, or corporate VPNs can bypass system level resolution. Temporarily disable them or check their own caches\/settings. Ensure your Windows adapter uses the intended DNS servers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"hosts-file-still-forcing-an-ip\">Hosts File Still Forcing an IP<\/h3>\n\n\n\n<p>If you\u2019ve edited the hosts file, it overrides DNS queries. Remove stale entries from C:\\Windows\\System32\\drivers\\etc\\hosts and try again.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"related-commands-you-should-know\">Related Commands You Should Know<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>ipconfig \/displaydns:<\/strong> View cache entries and TTLs.<\/li>\n\n\n\n<li><strong>ipconfig \/registerdns:<\/strong> Re-register your computer\u2019s DNS records (useful in domain environments).<\/li>\n\n\n\n<li><strong>nslookup or Resolve DnsName:<\/strong> Manually test resolution and target specific DNS servers.<\/li>\n\n\n\n<li><strong>Clear DnsServerCache (Windows Server with DNS role):<\/strong> Flushes the server\u2019s cache, not the client.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-to-flush-dns-on-macos-and-linux-for-comparison\">How to Flush DNS on macOS and Linux (For Comparison)<\/h2>\n\n\n\n<p>While ipconfig \/flushdns is Windows only, similar actions exist on other OSes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>macOS (Ventura\/Sonoma):<\/strong> sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder<\/li>\n\n\n\n<li><strong>Ubuntu\/Debian (systemd resolved):<\/strong> sudo resolvectl flush caches<\/li>\n\n\n\n<li><strong>Systemd based Linux:<\/strong> sudo systemd resolve &#8211;flush caches<\/li>\n\n\n\n<li><strong>nscd (if installed):<\/strong> sudo service nscd restart<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"best-practices-from-real-world-hosting-experience\">Best Practices from Real World Hosting Experience<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Plan DNS changes with low TTLs:<\/strong> Lower TTL to 300 seconds 24 hours before migration to speed up global updates.<\/li>\n\n\n\n<li><strong>Flush locally after changes:<\/strong> Run ipconfig \/flushdns and clear browser cache to eliminate local staleness.<\/li>\n\n\n\n<li><strong>Check multiple resolvers:<\/strong> Test with nslookup against 1.1.1.1 or 8.8.8.8 to confirm DNS is live beyond your ISP.<\/li>\n\n\n\n<li><strong>Avoid over-reliance on cache:<\/strong> Caching helps performance, but during transitions, it\u2019s the primary source of confusion.<\/li>\n\n\n\n<li><strong>Use reliable DNS hosting:<\/strong> Providers like YouStable offer globally distributed DNS with fast propagation and uptime.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"security-and-privacy-considerations\">Security and Privacy Considerations<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Local privacy:<\/strong> Flushing removes a record of domains your PC recently resolved.<\/li>\n\n\n\n<li><strong>Malware and hijacking:<\/strong> If you suspect DNS hijacking or adware, flushing is a first step follow up by checking hosts file, DNS servers, and running a malware scan.<\/li>\n\n\n\n<li><strong>Enterprise logging:<\/strong> Remember that upstream DNS resolvers may still log queries; flushing is local only.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"automation-tips\">Automation Tips<\/h2>\n\n\n\n<p>For admins and power users who need to flush frequently during migrations or testing, script it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@echo off\necho Flushing DNS...\nipconfig \/flushdns\necho Displaying DNS cache...\nipconfig \/displaydns | more<\/code><\/pre>\n\n\n\n<p><strong>Or use PowerShell:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Clear-DnsClientCache\nResolve-DnsName yourdomain.com<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"key-takeaways\">Key Takeaways<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ipconfig \/flushdns clears the Windows DNS resolver cache and is safe to run anytime.<\/li>\n\n\n\n<li>Use it after DNS or hosting changes, migrations, or when you see DNS related errors.<\/li>\n\n\n\n<li>Verify with ipconfig \/displaydns, nslookup, or Resolve DnsName.<\/li>\n\n\n\n<li>Also <a href=\"https:\/\/www.youstable.com\/blog\/how-to-clear-cache-in-browser\/\">clear browser\/app caches<\/a> and check hosts\/VPN\/DoH if issues persist.<\/li>\n\n\n\n<li>For fast, reliable DNS and hosting transitions, <strong><a href=\"https:\/\/www.youstable.com\/\">YouStable\u2019s<\/a><\/strong> infrastructure helps minimize downtime and confusion.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"faqs\">FAQ&#8217;s<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1768451563329\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"1-is-it-safe-to-run-ipconfig-flushdns-regularly\">1. Is it safe to run ipconfig \/flushdns regularly?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. It\u2019s safe and doesn\u2019t change your network settings. Flushing may briefly slow the next lookup while the cache rebuilds, but there\u2019s no harm in running it as needed during troubleshooting or after DNS changes.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768451570332\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"2-does-ipconfig-flushdns-clear-chrome-or-firefox-dns-caches\">2. Does ipconfig \/flushdns clear Chrome or Firefox DNS caches?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>No. It clears the Windows resolver cache only. Chrome, Edge, and Firefox maintain their own caches. Manually clear them (chrome:\/\/net internals\/#dns, about:networking#dns) or restart the browser to avoid stale results.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768451576813\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"3-whats-the-difference-between-ipconfig-flushdns-and-ipconfig-renew\">3. What\u2019s the difference between ipconfig \/flushdns and ipconfig \/renew?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>\/flushdns clears DNS records your PC stored locally. \/renew requests a new IP lease from DHCP for your network adapter. Use \/renew for IP conflicts or connectivity issues, and \/flushdns for name resolution problems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768451584124\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"4-how-do-i-know-if-dns-has-propagated-after-a-change\">4. How do I know if DNS has propagated after a change?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Test with nslookup or Resolve DnsName against multiple resolvers (ISP, 8.8.8.8, 1.1.1.1). If all return the new IP, propagation is largely complete. Locally, flush your cache and clear browser caches to ensure you\u2019re not seeing old data.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1768451591454\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"5-does-ipconfig-flushdns-work-on-windows-11-and-windows-server\">5. Does ipconfig \/flushdns work on Windows 11 and Windows Server?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. It works on Windows 11\/10 and supported Windows Server editions. On servers running the DNS role, remember the client flush is separate from the server cache; use Clear DnsServerCache to clear the DNS server\u2019s cache.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The ipconfig \/flushdns command clears the local DNS resolver cache in Windows, forcing your computer to fetch fresh DNS records [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":17873,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","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":""},"categories":[350],"tags":[],"class_list":["post-17360","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-knowledgebase"],"acf":[],"featured_image_src":"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/01\/Ipconfig-flushdns-Command-Explained-With-Example.jpg","author_info":{"display_name":"Sanjeet Chauhan","author_link":"https:\/\/www.youstable.com\/blog\/author\/sanjeet"},"_links":{"self":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/comments?post=17360"}],"version-history":[{"count":13,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17360\/revisions"}],"predecessor-version":[{"id":19658,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17360\/revisions\/19658"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media\/17873"}],"wp:attachment":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media?parent=17360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/categories?post=17360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/tags?post=17360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}