{"id":513731,"date":"2019-03-22T16:57:33","date_gmt":"2019-03-22T15:57:33","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/api-management-architecture-an-introduction\/"},"modified":"2019-03-22T16:57:33","modified_gmt":"2019-03-22T16:57:33","slug":"api-management-architecture-an-introduction","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/","title":{"rendered":"API Management Architecture \u2013 An introduction"},"content":{"rendered":"<p>In this blog, I will share my experience on API Management platform and architecture. I am not going to discuss about Restful API and how they benefit an organization. I believe now we do understand the need and the benefit of RestFul APIs for an organization to boost its digital economy. In the blog I will touch upon on what is API management, why we need it and more focus on the components and the architecture.<\/p>\n<h2>Why API Management a &#8216;Must&#8217; have?<\/h2>\n<p>As the name suggests, an API Management platform is used to manage the consumer grade APIs that an organization owns. It comprises of a set of tools to manage and expose APIs to the outside world in a secure and efficient manner. Below the key pillars of having an API Management Platform for your organization.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/4-pillars-of-api-management-devoteam.png\" alt=\"4-pillars-of-api-management-devoteam\" class=\"wp-image-13311 size-full aligncenter\" width=\"815\" height=\"525\" \/><\/p>\n<p>The key aspect here is security. Unlocking business assets by means of API to the outside world is not an easy task. With so much security vulnerabilities present in and around us, we need a robust platform with state of art security measures to protect our assets and provide the right information to the right consumers.<\/p>\n<h2>API Management &#8211;\u00a0 Typical architecture setup<\/h2>\n<p><span>An ideal API management platform is a layered architecture of different components interacting with each other. Below the core components of an API Management platform. <\/span><\/p>\n<ol>\n<li><span> <\/span><span>API Policy Manager<\/span><\/li>\n<li><span> <\/span><span>API Portal<\/span><\/li>\n<li><span> <\/span><span>API Lifecycle Manager<\/span><\/li>\n<li><span> <\/span><span>API Analytics<\/span><\/li>\n<li><span> <\/span><span>API Gateway<\/span><\/li>\n<\/ol>\n<p>The image below showcases the reference architecture and how these components interact with each other.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/architecture-api-management-devoteam-tt-width-975-height-1221-fill-0-crop-0-bgcolor-eeeeee-except_gif-1.jpg\" alt=\"\" class=\"alignnone size-full wp-image-13321\" \/><\/p>\n<p>The above architectural scheme shows a typical layered API Management platform setup where an external and an internal API Gateway are interacting with different components . Let\u2019s walk through each of the components to understand their roles and responsibilities.<\/p>\n<p><strong>a) API Policy Manager<\/strong> \u2013 Policy Manager is an administrative component which is used to manage the life-cycle of the policies that we need to define to manage the APIs. Like a normal APIs, the policy has its own life-cycle management and goes through:<\/p>\n<p><strong>i)<\/strong> Design<br \/>\n<strong>ii)<\/strong> Develop<br \/>\n<strong>iii)<\/strong> Testing<br \/>\n<strong>iv)<\/strong> Deployment<br \/>\n<strong>v)<\/strong> Deprecated<br \/>\n<strong>vi<\/strong>) Retired<\/p>\n<p>Every product provides out-of-the-box policies that enable you to augment your API with sophisticated features to control traffic, enhance performance, enforce security, and increase the utility of your APIs, without requiring you to write any code or to modify any back-end services. Extension policies enable you to implement custom logic in the form of JavaScript, Python, Java, and XSLT.<\/p>\n<p><strong>b) API Portal<\/strong> \u2013 The portal, sometimes known as the community manager, is used to manage the APIs exposed to the developers or community members. Their usage is twofold.<\/p>\n<p>The portal is used by the API Owners\/API developers to onboard the APIs \u2013 i.e. managing the complete life-cycle of APIs, onboarding community developers and their consuming applications, granting and controlling access of the API by means of applying plans and contracts.<\/p>\n<p>The portal is also used by the external\/internal developers and different community managers who can view the API&#8217;s availability, document the APIs and test APIs. Usually this is powered by CMS which can be used to build custom sites and to interact with the developers.<\/p>\n<p><b>c) API <\/b><span style=\"font-family: PF Benchmark Pro Bold, Arial, Verdana, sans-serif\"><b>Life-cycle<\/b><\/span><b>\u00a0Manager<\/b> \u2013 The API life-cycle manager is used to manage the life-cycle state of the API. Usually an API goes through Design -&gt; Development -&gt; Testing -&gt; Deployment -&gt; Deprecated -&gt; Retired. The life-cycle manager provides you the capability to build and manage the deployment of APIs across the environment stacks till production.<\/p>\n<p><strong>d) API Analytics<\/strong> \u2013 The API Analytics platform provides various dashboards to report the business analytics as well as the operational aspects. The analytics platform provides in-depth views of the API usage and can provide insights on the usage patterns and trends. And thus helps business to decide whether to monetize the API.<\/p>\n<p>From operation aspects, it gives insight on the error and performance constraint of an API.<\/p>\n<p><strong>e) API Gateway<\/strong> \u2013 The crucial component of the API Management platform suite. The gateway sits between API consumers and providers, and provides the controlled access to the back end services\/API. The gateway reads the API configuration and the associated policies, rules and metadata from the policy manager,, and performs authentication, authorization, SSL termination, and rate limiting. The gateway also integrates with the external or internal IAM\/Oauth server for token validation.<\/p>\n<p>The table below explains the interaction among the different components and the relationships between them.<\/p>\n<table style=\"width: 757px\">\n<tbody>\n<tr>\n<td style=\"width: 116px\"><strong>From<\/strong><\/td>\n<td style=\"width: 190.2px\"><strong>To<\/strong><\/td>\n<td style=\"width: 440.8px\"><strong>Purpose<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Gateway<\/span><\/td>\n<td style=\"width: 190.2px\"><span>API Policy Manager<\/span><\/td>\n<td style=\"width: 440.8px\"><span>Read the policies, rules attached with the API. <\/span><\/p>\n<p><span>Legal contracts and agreements for a consumer to access API.<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Portal<\/span><\/td>\n<td style=\"width: 190.2px\"><span>API Policy Manager<\/span><\/td>\n<td style=\"width: 440.8px\"><span>API Owner\/Developers defines API, policies, license, contracts according to the business needs and gets stored in the database which can be read by the policy manager. <\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Lifecycle Manager<\/span><\/td>\n<td style=\"width: 190.2px\"><span>API Policy Manager<\/span><\/td>\n<td style=\"width: 440.8px\"><span>To manage the life-cycle\u00a0of APIs, Policies and other rules.<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Lifecycle Manager<\/span><\/td>\n<td style=\"width: 190.2px\"><span>API Gateway<\/span><\/td>\n<td style=\"width: 440.8px\"><span>To manage the deployment of the APIs and its associated policies.\u00a0<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Gateway<\/span><\/td>\n<td style=\"width: 190.2px\"><span>NoSQL<\/span><\/td>\n<td style=\"width: 440.8px\"><span>No SQL database is used for storing the audit logs, metrics data and usage data. API Gateway interacts directly with NoSQL database to store the logs which will be used by API analytics to prepare the dashboard.<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>API Policy Manager<\/span><\/td>\n<td style=\"width: 190.2px\"><span>RDBMS<\/span><\/td>\n<td style=\"width: 440.8px\"><span>RDBMS is necessary to store the relational data. Mostly these are API configurations and policies which would be accessed by the API Gateway using policy manager to enforce the policy to access the API.\u00a0 <\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 116px\"><span>NoSQL<\/span><\/td>\n<td style=\"width: 190.2px\"><span>API Analytics<\/span><\/td>\n<td style=\"width: 440.8px\"><span>API Analytics will read the usage, alerts and metrics data from NoSQL database to prepare the dashboards.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h2><strong>Next blog:\u00a0Architectural Considerations<\/strong><\/h2>\n<p>The next blog will go into Architectural Considerations, Principles and Pitfalls.<\/p>\n<div class=\"block-fullwidth-dark\">\n<h2>More about API Management<\/h2>\n<p><span>The digital ecosystem is evolving in many directions. Organizations are adopting multiple channels to drive newer sales channels, trigger new business models and generate more and more revenue. This triggers the need of unlocking business assets to the outside world in a secure manner. The increasing demand from Internet Business Models, IoT, social media and Cloud Adoption will exponentially increase the need to expose the business assets to the outside world by means of API.<\/span><\/p>\n<div class=\"row-more clearfix\"><a href=\"https:\/\/nl.devoteam.com\/en\/api-management\/\" class=\"bt-more\">More API Management<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, I will share my experience on API Management platform and architecture. I am not going to discuss about Restful API and how they benefit an organization. I believe now we do understand the need and the benefit of RestFul APIs for an organization to boost its digital economy. In the blog I [&hellip;]<\/p>\n","protected":false},"featured_media":107503,"template":"","categories":[2386],"tags":[3240],"industry":[],"class_list":["post-513731","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-business-platforms-en-pt","tag-uk-import-en-pt"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/\" target=\"_self\" ><img width=\"1920\" height=\"600\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"API Management Architecture \u2013 An introduction\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg 1920w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-300x94.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-1024x320.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-768x240.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-1536x480.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/\" target=\"_self\" >API Management Architecture \u2013 An introduction<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>API Management Architecture \u2013 An introduction | Devoteam<\/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:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Management Architecture \u2013 An introduction\" \/>\n<meta property=\"og:description\" content=\"In this blog, I will share my experience on API Management platform and architecture. I am not going to discuss about Restful API and how they benefit an organization. I believe now we do understand the need and the benefit of RestFul APIs for an organization to boost its digital economy. In the blog I [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-22T16:57:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/\",\"name\":\"API Management Architecture \u2013 An introduction | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-management-architecture-an-instroduction.jpg\",\"datePublished\":\"2019-03-22T15:57:33+00:00\",\"dateModified\":\"2019-03-22T16:57:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/#breadcrumb\"},\"inLanguage\":\"en-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-PT\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-management-architecture-an-instroduction.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-management-architecture-an-instroduction.jpg\",\"width\":1920,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/api-management-architecture-an-introduction\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"API Management Architecture \u2013 An introduction\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/en-pt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-PT\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"API Management Architecture \u2013 An introduction | Devoteam","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:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/","og_locale":"en_US","og_type":"article","og_title":"API Management Architecture \u2013 An introduction","og_description":"In this blog, I will share my experience on API Management platform and architecture. I am not going to discuss about Restful API and how they benefit an organization. I believe now we do understand the need and the benefit of RestFul APIs for an organization to boost its digital economy. In the blog I [&hellip;]","og_url":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/","og_site_name":"Devoteam","article_modified_time":"2019-03-22T16:57:33+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/","url":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/","name":"API Management Architecture \u2013 An introduction | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/en-pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg","datePublished":"2019-03-22T15:57:33+00:00","dateModified":"2019-03-22T16:57:33+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/#breadcrumb"},"inLanguage":"en-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/"]}]},{"@type":"ImageObject","inLanguage":"en-PT","@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg","width":1920,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/en-pt\/expert-view\/api-management-architecture-an-introduction\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/en-pt\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/en-pt\/expert-view\/"},{"@type":"ListItem","position":3,"name":"API Management Architecture \u2013 An introduction"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/en-pt\/#website","url":"https:\/\/devoteam.info\/en-pt\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/en-pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-PT"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg",1920,600,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-300x94.jpg",300,94,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-768x240.jpg",768,240,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-1024x320.jpg",1024,320,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction-1536x480.jpg",1536,480,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-management-architecture-an-instroduction.jpg",1920,600,false]},"uagb_author_info":{"display_name":"wcraye","author_link":"https:\/\/devoteam.info\/en-pt\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"In this blog, I will share my experience on API Management platform and architecture. I am not going to discuss about Restful API and how they benefit an organization. I believe now we do understand the need and the benefit of RestFul APIs for an organization to boost its digital economy. In the blog I&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/expert-view\/513731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/expert-view\/513731\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/media\/107503"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/media?parent=513731"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/categories?post=513731"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/tags?post=513731"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/en-pt\/wp-json\/wp\/v2\/industry?post=513731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}