{"id":7801,"date":"2022-04-25T13:09:46","date_gmt":"2022-04-25T07:39:46","guid":{"rendered":"https:\/\/www.goseeko.com\/blog\/?p=7801"},"modified":"2025-06-02T20:47:49","modified_gmt":"2025-06-02T15:17:49","slug":"what-is-the-abstract-data-type-in-data-structure","status":"publish","type":"post","link":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/","title":{"rendered":"What is the Abstract data type in Data structure?"},"content":{"rendered":"\n<p>The <a href=\"https:\/\/en.wikipedia.org\/wiki\/Abstract_data_type\" target=\"_blank\" rel=\"noreferrer noopener\">abstract data type<\/a> is a form of data that has a set of values and actions that determine its behaviour. Because we can use various data types and execute multiple operations, the keyword &#8220;abstract&#8221; is employed. However, the user has no visibility into how such operations work. The ADT is formed up of basic data types, but the operation mechanism is hidden.<\/p>\n\n\n\n<p>Furthermore, the user of a data type does not need to understand how that data type is implemented; for example, we have been utilising primitive values such as int, float, and char data types only on the basis that they can operate and be performed on without understanding how they are implemented. As a result, all a user needs to know about a data type is what it can accomplish, not how it will be implemented. Moreover, Consider ADT to be a black box that conceals the data type&#8217;s inner structure and design.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Operation of Abstract data type<\/strong><\/h2>\n\n\n\n<p>These are a few operations or functions as follows :<\/p>\n\n\n\n<p><strong>Stack&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>isFull()<\/strong> &#8211; This is use to verify whether or not the stack is full.<\/li><li><strong>isEmpty()<\/strong> &#8211; This use to evaluate if the stack is empty or not.<\/li><li><strong>push (x)<\/strong> &#8211; This is use to place x at the top of the stack.<\/li><li><strong>pop ()<\/strong> &#8211; This method removes one element from the stack&#8217;s top.<\/li><li><strong>peek ()<\/strong> &#8211; This uses to get the highest element of the stack.<\/li><li><strong>size ()<\/strong> &#8211; This function is use to determine the number of elements in a stack.<\/li><\/ul>\n\n\n\n<p><strong>List&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>replace()<\/strong> \u2013 A different element can be use to replace an element in any position.<\/li><li><strong>get() <\/strong>\u2013 At any place in the list, return an element.<\/li><li><strong>isEmpty()<\/strong> \u2013 Return true if the list is empty; otherwise, return false.<\/li><li><strong>remove()<\/strong> \u2013 Remove the first occurrence of any element from a non-empty list.<\/li><li><strong>isFull(<\/strong>) \u2013 If the stack is full, return true; elsewhere, return false.<\/li><li><strong>insert()<\/strong> \u2013 At any time, you can add a new element to the list.<\/li><li><strong>size()<\/strong> \u2013 The list&#8217;s number of elements is return.<\/li><\/ul>\n\n\n\n<p><strong>Queue<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>size()<\/strong> \u2013 The queue&#8217;s number of elements is return.<\/li><li><strong>enqueue()<\/strong> \u2013 Add a new element to the queue&#8217;s end.<\/li><li><strong>isFull()<\/strong> \u2013 Return true if the queue is full; otherwise, return false.<\/li><li><strong>dequeue(<\/strong>) \u2013 If the queue is not empty, remove the first entry and return it.<\/li><li><strong>peek()<\/strong> \u2013 If the queue is not empty, return the element of the queue without removing it.<\/li><li><strong>isEmpty()<\/strong> \u2013&nbsp; Return true if the queue is empty; otherwise, return false.<\/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<ol class=\"wp-block-list\"><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-an-osi-model\" target=\"_blank\" rel=\"noreferrer noopener\">What is OSI model?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-cryptography\" target=\"_blank\" rel=\"noreferrer noopener\">Explain Cryptography?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-concurrency\" target=\"_blank\" rel=\"noreferrer noopener\">What is Concurrency?<\/a><\/li><li><a href=\"https:\/\/www.goseeko.com\/blog\/what-is-a-binary-search-tree\" target=\"_blank\" rel=\"noreferrer noopener\">Describe Binary search tree?<\/a><\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>The abstract data type is a form of data that has a set of values and actions that determine its behaviour. <\/p>\n","protected":false},"author":3,"featured_media":7802,"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-7801","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 the Abstract data type in Data structure? - Goseeko blog<\/title>\n<meta name=\"description\" content=\"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.\" \/>\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-the-abstract-data-type-in-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 the Abstract data type in Data structure? - Goseeko blog\" \/>\n<meta property=\"og:description\" content=\"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-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-25T07:39:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-02T15:17:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"5157\" \/>\n\t<meta property=\"og:image:height\" content=\"3438\" \/>\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=\"2 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-the-abstract-data-type-in-data-structure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/\"},\"author\":{\"name\":\"Team Goseeko\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae\"},\"headline\":\"What is the Abstract data type in Data structure?\",\"datePublished\":\"2022-04-25T07:39:46+00:00\",\"dateModified\":\"2025-06-02T15:17:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/\"},\"wordCount\":440,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1\",\"articleSection\":[\"Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/\",\"url\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/\",\"name\":\"What is the Abstract data type in Data structure? - Goseeko blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1\",\"datePublished\":\"2022-04-25T07:39:46+00:00\",\"dateModified\":\"2025-06-02T15:17:49+00:00\",\"description\":\"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1\",\"width\":5157,\"height\":3438,\"caption\":\"Engineers consolidating and structuring data in the center. Big data engineering, massive data operation, big data architecture concept. Pinkish coral bluevector isolated illustration\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.goseeko.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is the Abstract data type in 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 the Abstract data type in Data structure? - Goseeko blog","description":"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.","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-the-abstract-data-type-in-data-structure\/","og_locale":"en_US","og_type":"article","og_title":"What is the Abstract data type in Data structure? - Goseeko blog","og_description":"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.","og_url":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/","og_site_name":"Goseeko blog","article_publisher":"https:\/\/www.facebook.com\/goseeko","article_published_time":"2022-04-25T07:39:46+00:00","article_modified_time":"2025-06-02T15:17:49+00:00","og_image":[{"width":5157,"height":3438,"url":"https:\/\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#article","isPartOf":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/"},"author":{"name":"Team Goseeko","@id":"https:\/\/www.goseeko.com\/blog\/#\/schema\/person\/7ec300cd01b6116501943af14d546bae"},"headline":"What is the Abstract data type in Data structure?","datePublished":"2022-04-25T07:39:46+00:00","dateModified":"2025-06-02T15:17:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/"},"wordCount":440,"commentCount":0,"publisher":{"@id":"https:\/\/www.goseeko.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1","articleSection":["Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/","url":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/","name":"What is the Abstract data type in Data structure? - Goseeko blog","isPartOf":{"@id":"https:\/\/www.goseeko.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage"},"image":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1","datePublished":"2022-04-25T07:39:46+00:00","dateModified":"2025-06-02T15:17:49+00:00","description":"The abstract data type is a form of data that has a set of values and actions that determine its behaviour.","breadcrumb":{"@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#primaryimage","url":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.goseeko.com\/blog\/wp-content\/uploads\/2022\/04\/20945548.jpg?fit=5157%2C3438&ssl=1","width":5157,"height":3438,"caption":"Engineers consolidating and structuring data in the center. Big data engineering, massive data operation, big data architecture concept. Pinkish coral bluevector isolated illustration"},{"@type":"BreadcrumbList","@id":"https:\/\/www.goseeko.com\/blog\/what-is-the-abstract-data-type-in-data-structure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.goseeko.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is the Abstract data type in 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\/20945548.jpg?fit=5157%2C3438&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7801","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=7801"}],"version-history":[{"count":2,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7801\/revisions"}],"predecessor-version":[{"id":7804,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/posts\/7801\/revisions\/7804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/media\/7802"}],"wp:attachment":[{"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/media?parent=7801"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/categories?post=7801"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.goseeko.com\/blog\/wp-json\/wp\/v2\/tags?post=7801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}