{"id":6198,"date":"2023-02-19T13:42:46","date_gmt":"2023-02-19T08:12:46","guid":{"rendered":"https:\/\/trysiteprice.com\/blog\/?p=6198"},"modified":"2023-02-19T13:42:46","modified_gmt":"2023-02-19T08:12:46","slug":"find-the-dns-authority-record-for-a-dns-domain-soa","status":"publish","type":"post","link":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/","title":{"rendered":"Find the DNS Authority Record for a DNS Domain (SOA)"},"content":{"rendered":"<p>To find the DNS authority record for a domain, you need to perform a DNS lookup for the Start of Authority (SOA) record. The SOA record provides information about the domain&#8217;s primary name server, the email address of the responsible party for the domain, and other administrative information.<\/p>\n<p>You can use the <code>dig<\/code> command to retrieve the SOA record for a domain. Here is the syntax of the command:<\/p>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs\">dig +nssearch example.com SOA<br \/>\n<\/code><\/div>\n<\/div>\n<p>In this command, replace <code>example.com<\/code> with the domain name that you want to look up. The <code>+nssearch<\/code> option tells <code>dig<\/code> to search for authoritative servers only, and the <code>SOA<\/code> parameter specifies that you want to retrieve the SOA record.<\/p>\n<p>Here is an example output:<\/p>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-yaml\"><span class=\"hljs-string\">;<\/span> <span class=\"hljs-string\">&lt;&lt;&gt;&gt;<\/span> <span class=\"hljs-string\">DiG<\/span> <span class=\"hljs-number\">9.10<\/span><span class=\"hljs-number\">.3<\/span><span class=\"hljs-string\">-P4-Ubuntu<\/span> <span class=\"hljs-string\">&lt;&lt;&gt;&gt;<\/span> <span class=\"hljs-string\">+nssearch<\/span> <span class=\"hljs-string\">example.com<\/span> <span class=\"hljs-string\">SOA<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">global options:<\/span> <span class=\"hljs-string\">+cmd<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">Got answer:<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-string\">-&gt;&gt;HEADER&lt;&lt;-<\/span> <span class=\"hljs-attr\">opcode:<\/span> <span class=\"hljs-string\">QUERY,<\/span> <span class=\"hljs-attr\">status:<\/span> <span class=\"hljs-string\">NOERROR,<\/span> <span class=\"hljs-attr\">id:<\/span> <span class=\"hljs-number\">47514<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">flags:<\/span> <span class=\"hljs-string\">qr<\/span> <span class=\"hljs-string\">rd<\/span> <span class=\"hljs-string\">ra;<\/span> <span class=\"hljs-attr\">QUERY:<\/span> <span class=\"hljs-number\">1<\/span><span class=\"hljs-string\">,<\/span> <span class=\"hljs-attr\">ANSWER:<\/span> <span class=\"hljs-number\">1<\/span><span class=\"hljs-string\">,<\/span> <span class=\"hljs-attr\">AUTHORITY:<\/span> <span class=\"hljs-number\">2<\/span><span class=\"hljs-string\">,<\/span> <span class=\"hljs-attr\">ADDITIONAL:<\/span> <span class=\"hljs-number\">5<\/span><\/p>\n<p><span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">OPT PSEUDOSECTION:<\/span><br \/>\n<span class=\"hljs-string\">;<\/span> <span class=\"hljs-attr\">EDNS: version:<\/span> <span class=\"hljs-number\">0<\/span><span class=\"hljs-string\">,<\/span> <span class=\"hljs-string\">flags:;<\/span> <span class=\"hljs-attr\">udp:<\/span> <span class=\"hljs-number\">4096<\/span><br \/>\n<span class=\"hljs-string\">;<\/span> <span class=\"hljs-attr\">COOKIE:<\/span> <span class=\"hljs-string\">9266a3a6d3e2f647f128bb7a602a77197b1e746d<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">QUESTION SECTION:<\/span><br \/>\n<span class=\"hljs-string\">;example.com.<\/span>                   <span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">SOA<\/span><\/p>\n<p><span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">ANSWER SECTION:<\/span><br \/>\n<span class=\"hljs-string\">example.com.<\/span>            <span class=\"hljs-number\">3600    <\/span><span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">SOA<\/span>     <span class=\"hljs-string\">ns1.example.com.<\/span> <span class=\"hljs-string\">hostmaster.example.com.<\/span> <span class=\"hljs-number\">2019050202<\/span> <span class=\"hljs-number\">3600 <\/span><span class=\"hljs-number\">7200 <\/span><span class=\"hljs-number\">1209600<\/span> <span class=\"hljs-number\">86400<\/span><\/p>\n<p><span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">AUTHORITY SECTION:<\/span><br \/>\n<span class=\"hljs-string\">example.com.<\/span>            <span class=\"hljs-number\">172800<\/span>  <span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">NS<\/span>      <span class=\"hljs-string\">ns2.example.com.<\/span><br \/>\n<span class=\"hljs-string\">example.com.<\/span>            <span class=\"hljs-number\">172800<\/span>  <span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">NS<\/span>      <span class=\"hljs-string\">ns1.example.com.<\/span><\/p>\n<p><span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">ADDITIONAL SECTION:<\/span><br \/>\n<span class=\"hljs-string\">ns1.example.com.<\/span>        <span class=\"hljs-number\">86400<\/span>   <span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">A<\/span>       <span class=\"hljs-number\">192.0<\/span><span class=\"hljs-number\">.2<\/span><span class=\"hljs-number\">.1<\/span><br \/>\n<span class=\"hljs-string\">ns2.example.com.<\/span>        <span class=\"hljs-number\">86400<\/span>   <span class=\"hljs-string\">IN<\/span>      <span class=\"hljs-string\">A<\/span>       <span class=\"hljs-number\">198.51<\/span><span class=\"hljs-number\">.100<\/span><span class=\"hljs-number\">.1<\/span><\/p>\n<p><span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">Query time:<\/span> <span class=\"hljs-number\">36<\/span> <span class=\"hljs-string\">msec<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">SERVER:<\/span> <span class=\"hljs-number\">127.0<\/span><span class=\"hljs-number\">.0<\/span><span class=\"hljs-number\">.53<\/span><span class=\"hljs-comment\">#53(127.0.0.53)<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">WHEN:<\/span> <span class=\"hljs-string\">Fri<\/span> <span class=\"hljs-string\">Feb<\/span> <span class=\"hljs-number\">19<\/span> <span class=\"hljs-number\">21<\/span><span class=\"hljs-string\">:11:50<\/span> <span class=\"hljs-string\">UTC<\/span> <span class=\"hljs-number\">2023<\/span><br \/>\n<span class=\"hljs-string\">;;<\/span> <span class=\"hljs-attr\">MSG SIZE  rcvd:<\/span> <span class=\"hljs-number\">187<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>In this output, you can see the SOA record in the <code>ANSWER SECTION<\/code>. The <code>NS<\/code> records in the <code>AUTHORITY SECTION<\/code> indicate the authoritative name servers for the domain.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To find the DNS authority record for a domain, you need to perform a DNS lookup for the Start of Authority (SOA) record. The SOA record provides information about the domain&#8217;s primary name server, the email address of the responsible party for the domain, and other administrative information. You can use the dig command to &#8230; <a title=\"Find the DNS Authority Record for a DNS Domain (SOA)\" class=\"read-more\" href=\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\" aria-label=\"Read more about Find the DNS Authority Record for a DNS Domain (SOA)\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6198","post","type-post","status-publish","format-standard","hentry","category-best-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice\" \/>\n<meta property=\"og:description\" content=\"To find the DNS authority record for a domain, you need to perform a DNS lookup for the Start of Authority (SOA) record. The SOA record provides information about the domain&#8217;s primary name server, the email address of the responsible party for the domain, and other administrative information. You can use the dig command to ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\" \/>\n<meta property=\"og:site_name\" content=\"TrySitePrice\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-19T08:12:46+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Sahu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\"},\"author\":{\"name\":\"Rahul Sahu\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/358e04eeea4281deacad2f30c58e67f4\"},\"headline\":\"Find the DNS Authority Record for a DNS Domain (SOA)\",\"datePublished\":\"2023-02-19T08:12:46+00:00\",\"dateModified\":\"2023-02-19T08:12:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\"},\"wordCount\":141,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/#organization\"},\"articleSection\":[\"Best\/Tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\",\"url\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\",\"name\":\"Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice\",\"isPartOf\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/#website\"},\"datePublished\":\"2023-02-19T08:12:46+00:00\",\"dateModified\":\"2023-02-19T08:12:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/trysiteprice.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Find the DNS Authority Record for a DNS Domain (SOA)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#website\",\"url\":\"https:\/\/trysiteprice.com\/blog\/\",\"name\":\"TrySitePrice\",\"description\":\"Free Website Value Calculator Tool\",\"publisher\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/trysiteprice.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#organization\",\"name\":\"TrySitePrice\",\"url\":\"https:\/\/trysiteprice.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/trysiteprice.com\/blog\/wp-content\/uploads\/2021\/12\/cropped-trysiteprice-logo.png\",\"contentUrl\":\"https:\/\/trysiteprice.com\/blog\/wp-content\/uploads\/2021\/12\/cropped-trysiteprice-logo.png\",\"width\":395,\"height\":268,\"caption\":\"TrySitePrice\"},\"image\":{\"@id\":\"https:\/\/trysiteprice.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/358e04eeea4281deacad2f30c58e67f4\",\"name\":\"Rahul Sahu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/51f0f95f7b95665f62baed2211572165?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/51f0f95f7b95665f62baed2211572165?s=96&d=mm&r=g\",\"caption\":\"Rahul Sahu\"},\"sameAs\":[\"https:\/\/trysiteprice.com\/blog\"],\"url\":\"https:\/\/trysiteprice.com\/blog\/author\/rsahu4242_trysiteprice\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice","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:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/","og_locale":"en_US","og_type":"article","og_title":"Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice","og_description":"To find the DNS authority record for a domain, you need to perform a DNS lookup for the Start of Authority (SOA) record. The SOA record provides information about the domain&#8217;s primary name server, the email address of the responsible party for the domain, and other administrative information. You can use the dig command to ... Read more","og_url":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/","og_site_name":"TrySitePrice","article_published_time":"2023-02-19T08:12:46+00:00","author":"Rahul Sahu","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#article","isPartOf":{"@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/"},"author":{"name":"Rahul Sahu","@id":"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/358e04eeea4281deacad2f30c58e67f4"},"headline":"Find the DNS Authority Record for a DNS Domain (SOA)","datePublished":"2023-02-19T08:12:46+00:00","dateModified":"2023-02-19T08:12:46+00:00","mainEntityOfPage":{"@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/"},"wordCount":141,"commentCount":0,"publisher":{"@id":"https:\/\/trysiteprice.com\/blog\/#organization"},"articleSection":["Best\/Tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/","url":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/","name":"Find the DNS Authority Record for a DNS Domain (SOA) - TrySitePrice","isPartOf":{"@id":"https:\/\/trysiteprice.com\/blog\/#website"},"datePublished":"2023-02-19T08:12:46+00:00","dateModified":"2023-02-19T08:12:46+00:00","breadcrumb":{"@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/trysiteprice.com\/blog\/find-the-dns-authority-record-for-a-dns-domain-soa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/trysiteprice.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Find the DNS Authority Record for a DNS Domain (SOA)"}]},{"@type":"WebSite","@id":"https:\/\/trysiteprice.com\/blog\/#website","url":"https:\/\/trysiteprice.com\/blog\/","name":"TrySitePrice","description":"Free Website Value Calculator Tool","publisher":{"@id":"https:\/\/trysiteprice.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/trysiteprice.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/trysiteprice.com\/blog\/#organization","name":"TrySitePrice","url":"https:\/\/trysiteprice.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/trysiteprice.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/trysiteprice.com\/blog\/wp-content\/uploads\/2021\/12\/cropped-trysiteprice-logo.png","contentUrl":"https:\/\/trysiteprice.com\/blog\/wp-content\/uploads\/2021\/12\/cropped-trysiteprice-logo.png","width":395,"height":268,"caption":"TrySitePrice"},"image":{"@id":"https:\/\/trysiteprice.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/358e04eeea4281deacad2f30c58e67f4","name":"Rahul Sahu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/trysiteprice.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/51f0f95f7b95665f62baed2211572165?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51f0f95f7b95665f62baed2211572165?s=96&d=mm&r=g","caption":"Rahul Sahu"},"sameAs":["https:\/\/trysiteprice.com\/blog"],"url":"https:\/\/trysiteprice.com\/blog\/author\/rsahu4242_trysiteprice\/"}]}},"_links":{"self":[{"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/posts\/6198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/comments?post=6198"}],"version-history":[{"count":1,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/posts\/6198\/revisions"}],"predecessor-version":[{"id":6199,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/posts\/6198\/revisions\/6199"}],"wp:attachment":[{"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/media?parent=6198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/categories?post=6198"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trysiteprice.com\/blog\/wp-json\/wp\/v2\/tags?post=6198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}