{"id":7665,"date":"2022-04-15T17:47:46","date_gmt":"2022-04-15T12:17:46","guid":{"rendered":"https:\/\/www.goseeko.com\/blog\/?p=7665"},"modified":"2025-06-02T20:50:00","modified_gmt":"2025-06-02T15:20:00","slug":"what-is-tree-data-structure","status":"publish","type":"post","link":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/","title":{"rendered":"What is Tree data structure?"},"content":{"rendered":"\n<p>A <a href=\"https:\/\/en.wikipedia.org\/wiki\/Tree_(data_structure)\" target=\"_blank\" rel=\"noreferrer noopener\">tree data structure<\/a> is a non-linear data structure since it does not store data in a sequential order. A Tree is a hierarchical structure since the components are organize at multiple levels. Nodes, which are things or entities that connect together to show or imitate hierarchy, make up a tree data structure.<\/p>\n\n\n\n<p>The root node in a Tree data structure is the topmost node. Moreover, Each node has some data, which can be of any kind. Because the node in the above structure contains the employee&#8217;s name, the data type is a string.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Tree terminology<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Root <\/strong>&#8211; In a tree hierarchy, the root node is the highest node. To put it another way, the root node is the one that has no children. The root node of the tree is numbered 1 in the above structure. A parent-child relationship exists when one node is directly linked to another node.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Child node<\/strong> &#8211; If a node is a descendant of another node, it is refer to as a child node.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Parent <\/strong>&#8211; If a node has a sub-node, the parent of that sub-node is said that node.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Sibling<\/strong> &#8211; Sibling nodes are those that have the same parent.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Leaf node<\/strong> &#8211; A leaf node is a node in the tree that does not have any descendant nodes. Moreover, A leaf node is the tree&#8217;s bottommost node. In a generic tree, there can be any number of leaf nodes. External nodes are also define as leaf nodes.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Internal node<\/strong> &#8211; An internal node is a node that has at least one child node.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Degree<\/strong> &#8211; The total number of branches of a node determines its degree. In addition, The highest degree of a node among all the nodes in the tree is calls the tree&#8217;s degree.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Level<\/strong> &#8211; Each step from the top to the bottom of a tree is refer to as a level. At each level or step, the level count starts at 0 and increases by one.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Depth<\/strong> &#8211; The depth of a node refers to the total number of edges connecting it to the root node. Furthermore, The total number of edges in the longest path from the root node to the leaf node is the tree&#8217;s depth. The root node&#8217;s depth is equal to zero. The terms &#8220;level&#8221; and &#8220;depth&#8221; are interchangeable in this context.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Height of node<\/strong> &#8211; The number of edges from the node to the deepest leaf determines a node&#8217;s height (ie. the longest path from the node to a leaf node).<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Height of tree<\/strong> &#8211; The height of a tree is equal to the depth of the deepest node or the height of the root node.<\/li><\/ul>\n\n\n\n<p><strong>Interested in learning about similar topics? Here are a few hand-picked blogs for you!<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-data-structure\/\" target=\"_blank\" rel=\"noreferrer noopener\">What is data structure?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-a-computer-processor\/\" target=\"_blank\" rel=\"noreferrer noopener\">Explain computer processor?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-memory\" target=\"_blank\" rel=\"noreferrer noopener\">What is Memory?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-a-computer\" target=\"_blank\" rel=\"noreferrer noopener\">What is Computer?<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>A tree data structure is a non-linear data structure since it does not store data in a sequential order.<\/p>\n","protected":false},"author":3,"featured_media":7666,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[36],"tags":[],"class_list":["post-7665","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-computer-science-software-engineering-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Tree data structure? - Goseeko blog<\/title>\n<meta name=\"description\" content=\"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Tree data structure? - Goseeko blog\" \/>\n<meta property=\"og:description\" content=\"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\" \/>\n<meta property=\"og:site_name\" content=\"Goseeko blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/goseeko\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-15T12:17:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-02T15:20:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"2000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Team Goseeko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@goseeko\" \/>\n<meta name=\"twitter:site\" content=\"@goseeko\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team Goseeko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\"},\"author\":{\"name\":\"Team Goseeko\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae\"},\"headline\":\"What is Tree data structure?\",\"datePublished\":\"2022-04-15T12:17:46+00:00\",\"dateModified\":\"2025-06-02T15:20:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\"},\"wordCount\":474,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1\",\"articleSection\":[\"Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\",\"url\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\",\"name\":\"What is Tree data structure? - Goseeko blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1\",\"datePublished\":\"2022-04-15T12:17:46+00:00\",\"dateModified\":\"2025-06-02T15:20:00+00:00\",\"description\":\"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1\",\"width\":2560,\"height\":2000,\"caption\":\"Tree diagram with three levels. Flowchart, graph, layout. Creative concept for infographics, presentation, project, report. Can be used for topics like business, workflow, teamwork\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.goseeko.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Tree data structure?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#website\",\"url\":\"https:\/\/www.goseeko.com\/blog\/\",\"name\":\"Goseeko blog\",\"description\":\"Learning beyond college, Students platform for life skills.\",\"publisher\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.goseeko.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#organization\",\"name\":\"Goseeko.com\",\"url\":\"https:\/\/www.goseeko.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i1.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2021\/09\/GoSeeko_Stacked-logo-01.png?fit=2471%2C2471&ssl=1\",\"contentUrl\":\"https:\/\/i1.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2021\/09\/GoSeeko_Stacked-logo-01.png?fit=2471%2C2471&ssl=1\",\"width\":2471,\"height\":2471,\"caption\":\"Goseeko.com\"},\"image\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/goseeko\",\"https:\/\/x.com\/goseeko\",\"https:\/\/www.instagram.com\/goseeko\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae\",\"name\":\"Team Goseeko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Team Goseeko\"},\"url\":\"https:\/\/www.goseeko.com\/blog\/author\/team-goseeko\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Tree data structure? - Goseeko blog","description":"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.","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:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/","og_locale":"en_US","og_type":"article","og_title":"What is Tree data structure? - Goseeko blog","og_description":"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.","og_url":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/","og_site_name":"Goseeko blog","article_publisher":"https:\/\/www.facebook.com\/goseeko","article_published_time":"2022-04-15T12:17:46+00:00","article_modified_time":"2025-06-02T15:20:00+00:00","og_image":[{"width":2560,"height":2000,"url":"https:\/\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg","type":"image\/jpeg"}],"author":"Team Goseeko","twitter_card":"summary_large_image","twitter_creator":"@goseeko","twitter_site":"@goseeko","twitter_misc":{"Written by":"Team Goseeko","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#article","isPartOf":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/"},"author":{"name":"Team Goseeko","@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae"},"headline":"What is Tree data structure?","datePublished":"2022-04-15T12:17:46+00:00","dateModified":"2025-06-02T15:20:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/"},"wordCount":474,"commentCount":0,"publisher":{"@id":"https:\/\/www.goseeko.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1","articleSection":["Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/","url":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/","name":"What is Tree data structure? - Goseeko blog","isPartOf":{"@id":"https:\/\/www.goseeko.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage"},"image":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1","datePublished":"2022-04-15T12:17:46+00:00","dateModified":"2025-06-02T15:20:00+00:00","description":"A tree data structure is a non-linear data structure and a tree DS is a non-linear DS since it does not store data in a sequential order.","breadcrumb":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#primaryimage","url":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1","width":2560,"height":2000,"caption":"Tree diagram with three levels. Flowchart, graph, layout. Creative concept for infographics, presentation, project, report. Can be used for topics like business, workflow, teamwork"},{"@type":"BreadcrumbList","@id":"https:\/\/www.goseeko.com\/blog\/what-is-tree-data-structure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.goseeko.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Tree data structure?"}]},{"@type":"WebSite","@id":"https:\/\/www.goseeko.com\/blog\/#website","url":"https:\/\/www.goseeko.com\/blog\/","name":"Goseeko blog","description":"Learning beyond college, Students platform for life skills.","publisher":{"@id":"https:\/\/www.goseeko.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.goseeko.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.goseeko.com\/blog\/#organization","name":"Goseeko.com","url":"https:\/\/www.goseeko.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i1.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2021\/09\/GoSeeko_Stacked-logo-01.png?fit=2471%2C2471&ssl=1","contentUrl":"https:\/\/i1.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2021\/09\/GoSeeko_Stacked-logo-01.png?fit=2471%2C2471&ssl=1","width":2471,"height":2471,"caption":"Goseeko.com"},"image":{"@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/goseeko","https:\/\/x.com\/goseeko","https:\/\/www.instagram.com\/goseeko\/"]},{"@type":"Person","@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae","name":"Team Goseeko","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Team Goseeko"},"url":"https:\/\/www.goseeko.com\/blog\/author\/team-goseeko\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/8050.jpg?fit=2560%2C2000&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/comments?post=7665"}],"version-history":[{"count":1,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7665\/revisions"}],"predecessor-version":[{"id":7667,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7665\/revisions\/7667"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/media\/7666"}],"wp:attachment":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/media?parent=7665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/categories?post=7665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/tags?post=7665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}