{"id":1336,"date":"2021-02-12T13:00:43","date_gmt":"2021-02-12T13:00:43","guid":{"rendered":"https:\/\/www.letscloud.io\/blog\/?p=1336"},"modified":"2021-02-12T14:48:35","modified_gmt":"2021-02-12T14:48:35","slug":"api-gateway-free-solutions","status":"publish","type":"post","link":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/","title":{"rendered":"API Gateway &#8211; a single entry full of advantages."},"content":{"rendered":"\n<p>Scaling the various layers of an application can be a lot of work, so using an API Gateway can help solve several initial problems in a project.<\/p>\n\n\n\n<p>Orchestrating your application layers and facilitating integration between them is the main objective of an API Gateway.<\/p>\n\n\n\n<p>Then it was time to learn or review important concepts about the use of this API model and, of course, receive indications of excellent solutions for building your applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What does an API gateway do?<\/h2>\n\n\n\n<p>As your project grows, more pieces are put together, more services are exposed, more connections are created.<\/p>\n\n\n\n<p>In addition to growing in size, the project also grows in responsibilities and features, from doing a simple search for products in a given category, or to check which payment methods are available to customers.<\/p>\n\n\n\n<p>The segmentation of responsibilities and functions is one of the main motivators for the use of microservices and serverless, in general, to enable and separate the logical parts of a monolithic application into smaller and easier to maintain pieces.<\/p>\n\n\n\n<p>However, with this comes the greatest difficulty of keeping these parts loose in some way together so that they provide a complete experience for the end-user.<\/p>\n\n\n\n<p>If you have already done a project with numerous services, accessible in different ways, you must have felt the difficulty of maintaining and accessing it in an organized way.<\/p>\n\n\n\n<p>And one of the possible solutions to bring organization to this whole structure is to use an API Gateway.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A single entry point into the system\u200d<\/h3>\n\n\n\n<p>The API Gateway encapsulates the internal architecture of the system and provides a custom API for each client.&nbsp;<\/p>\n\n\n\n<p>It may have other responsibilities, such as authentication, monitoring, load balancing, caching, request modelling and management, and static response handling.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prevents exposure of internal concerns to external customers<\/h3>\n\n\n\n<p>An API gateway separates external public APIs from internal microservice APIs, allowing microservices to be added and thresholds to be changed.<\/p>\n\n\n\n<p>The result is the ability to refactor and scale them correctly over time, without negatively affecting external customers.&nbsp;<\/p>\n\n\n\n<p>It also hides customer service version and discovery details, providing a single point of entry for all your microservices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adds security layer to your microservices<\/h3>\n\n\n\n<p>API gateways help prevent malicious attacks by providing an additional layer of protection against attack vectors, such as SQL injection, XML Analyzer exploits, and denial of service (DoS) attacks.<\/p>\n\n\n\n<p>This allows the application to be more focused on the business and takes the other cache and security responsibilities to the API Gateway.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Allows support for mixing communication protocols<\/h3>\n\n\n\n<p>While external APIs typically offer an API based on HTTP or REST, internal microservices can benefit from using different communication protocols. Protocols can include ProtoBuf, AMQP, or perhaps system integration with SOAP, JSON-RPC, or XML-RPC.<\/p>\n\n\n\n<p>An API gateway can provide an external REST-based API that is unified across these various protocols, allowing teams to choose what best fits the internal architecture.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Microservice virtualisation<\/h3>\n\n\n\n<p>By separating microservice APIs from the external API, you can simulate (through mock) or virtualize your services to validate design requirements or help with integration testing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs are one of the most common ways that microservices communicate<\/h3>\n\n\n\n<p>In organizations that follow a DevOps approach, developers use microservices to build and deploy apps in a fast-paced, iterative way. APIs are one of the most common ways that microservices communicate.<\/p>\n\n\n\n<p>Additionally, modern cloud development, including the serverless model, depends on APIs for provisioning infrastructure. You can deploy serverless functions and manage them using an API gateway.<\/p>\n\n\n\n<p>In general, as integration and interconnectivity become more important, so do APIs. And as API complexity increases and usage grows, so does the value of an API gateway.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Our list for API Gateways<\/h2>\n\n\n\n<p>To use in your next projects or even redesign your current application, here is our solution list for API Gateways.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Kong Gateway<\/h3>\n\n\n\n<p><a href=\"https:\/\/konghq.com\/kong\/\" rel=\"noreferrer noopener\" target=\"_blank\">Kong Gateway<\/a> is the most popular open-source cloud-native API gateway built on top of a lightweight proxy. It is written in <strong>Lua<\/strong> running with the help of the <strong>Nginx<\/strong>. It is a template engine that helps to accelerate the event time. It guarantees to deliver unparalleled latency performance and scalability for all our microservice applications regardless of where they run.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Express Gateway<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.express-gateway.io\/\" rel=\"noreferrer noopener\" target=\"_blank\">Express Gateway<\/a> is built on <strong>Express.js<\/strong>. Express Gateway is a bunch of components that decoratively build around Express to meet the API Gateway use case. Express Gateway\u2019s power is harnessed by the rich ecosystem around express middleware.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">KrakenD<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.krakend.io\/\" rel=\"noreferrer noopener\" target=\"_blank\">KrakenD<\/a> is an ultra-high performance open-source API Gateway. Its core functionality is to create an API that acts as an aggregator of many microservices into single endpoints, doing the heavy-lifting automatically for you: aggregate, transform, filter, decode, throttle, auth, and more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Fusio<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.fusio-project.org\/\" rel=\"noreferrer noopener\" target=\"_blank\">Fusio<\/a> is an API-Management system because it helps develop actual API endpoints (i.e., request and transform data from a database). It is not limited to proxy requests to another API. It provides a simple and intuitive backend to control and manage your API.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">MuleSoft<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.mulesoft.com\/platform\/api-management\" rel=\"noreferrer noopener\" target=\"_blank\">MuleSoft<\/a> is another first-rate API management tool for integrating applications. It also provides great managing and building APIs. Plus, it proposes solutions in creating an application network from the very beginning. Such solutions help you to manage users and analyze the received traffic. They also include policies in place that level-up API security, preventing your system from cyberattacks.<\/p>\n\n\n\n<p>Besides, there is also the API Gateway GitHub topic with some other tools that can help you too, see more <a href=\"https:\/\/github.com\/topics\/api-gateway\" rel=\"nofollow\">here<\/a>.<\/p>\n\n\n\n<p>And don&#8217;t forget to check our <a href=\"https:\/\/www.letscloud.io\/community\/\">community<\/a> and to favorite our blog in your navigator!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Scaling the various layers of an application can be a lot of work, so using an API Gateway can help solve several initial problems in a project.<\/p>\n","protected":false},"author":1,"featured_media":1337,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7,6],"tags":[74,76,75,77],"class_list":["post-1336","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","category-open-source","tag-api","tag-api-gateway","tag-gateway","tag-open-source-2","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>API Gateway - a single entry full of advantages. - Plus 5 free API solutions<\/title>\n<meta name=\"description\" content=\"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!\" \/>\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.letscloud.io\/blog\/api-gateway-free-solutions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Gateway - a single entry full of advantages. - Plus 5 free API solutions\" \/>\n<meta property=\"og:description\" content=\"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/\" \/>\n<meta property=\"og:site_name\" content=\"LetsCloud Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LetsCloudOfficial\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-12T13:00:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-12T14:48:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"910\" \/>\n\t<meta property=\"og:image:height\" content=\"505\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"LetsCloud Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@letscloudInc\" \/>\n<meta name=\"twitter:site\" content=\"@letscloudInc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"LetsCloud Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/\"},\"author\":{\"name\":\"LetsCloud Team\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\"},\"headline\":\"API Gateway &#8211; a single entry full of advantages.\",\"datePublished\":\"2021-02-12T13:00:43+00:00\",\"dateModified\":\"2021-02-12T14:48:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/\"},\"wordCount\":926,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/API-BLOG-feature-image.jpg\",\"keywords\":[\"API\",\"API Gateway\",\"Gateway\",\"Open-source\"],\"articleSection\":[\"Development\",\"Open Source\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/\",\"name\":\"API Gateway - a single entry full of advantages. - Plus 5 free API solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/API-BLOG-feature-image.jpg\",\"datePublished\":\"2021-02-12T13:00:43+00:00\",\"dateModified\":\"2021-02-12T14:48:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\"},\"description\":\"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/API-BLOG-feature-image.jpg\",\"contentUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/API-BLOG-feature-image.jpg\",\"width\":910,\"height\":505,\"caption\":\"API Gateway\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/api-gateway-free-solutions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"API Gateway &#8211; a single entry full of advantages.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/\",\"name\":\"LetsCloud Blog\",\"description\":\"Everything you need. Nothing you don\u2019t.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\",\"name\":\"LetsCloud Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"caption\":\"LetsCloud Team\"},\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/author\\\/letscloud\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Gateway - a single entry full of advantages. - Plus 5 free API solutions","description":"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!","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.letscloud.io\/blog\/api-gateway-free-solutions\/","og_locale":"en_US","og_type":"article","og_title":"API Gateway - a single entry full of advantages. - Plus 5 free API solutions","og_description":"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!","og_url":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/","og_site_name":"LetsCloud Blog","article_publisher":"https:\/\/www.facebook.com\/LetsCloudOfficial","article_published_time":"2021-02-12T13:00:43+00:00","article_modified_time":"2021-02-12T14:48:35+00:00","og_image":[{"width":910,"height":505,"url":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg","type":"image\/jpeg"}],"author":"LetsCloud Team","twitter_card":"summary_large_image","twitter_creator":"@letscloudInc","twitter_site":"@letscloudInc","twitter_misc":{"Written by":"LetsCloud Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#article","isPartOf":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/"},"author":{"name":"LetsCloud Team","@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6"},"headline":"API Gateway &#8211; a single entry full of advantages.","datePublished":"2021-02-12T13:00:43+00:00","dateModified":"2021-02-12T14:48:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/"},"wordCount":926,"commentCount":0,"image":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg","keywords":["API","API Gateway","Gateway","Open-source"],"articleSection":["Development","Open Source"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/","url":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/","name":"API Gateway - a single entry full of advantages. - Plus 5 free API solutions","isPartOf":{"@id":"https:\/\/www.letscloud.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#primaryimage"},"image":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg","datePublished":"2021-02-12T13:00:43+00:00","dateModified":"2021-02-12T14:48:35+00:00","author":{"@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6"},"description":"An API gateway - a single entry point to redirect other internal APIs Learn more about it and discover 5 free API Gateway solutions!","breadcrumb":{"@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#primaryimage","url":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg","contentUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/02\/API-BLOG-feature-image.jpg","width":910,"height":505,"caption":"API Gateway"},{"@type":"BreadcrumbList","@id":"https:\/\/www.letscloud.io\/blog\/api-gateway-free-solutions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.letscloud.io\/blog\/"},{"@type":"ListItem","position":2,"name":"API Gateway &#8211; a single entry full of advantages."}]},{"@type":"WebSite","@id":"https:\/\/www.letscloud.io\/blog\/#website","url":"https:\/\/www.letscloud.io\/blog\/","name":"LetsCloud Blog","description":"Everything you need. Nothing you don\u2019t.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.letscloud.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6","name":"LetsCloud Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","caption":"LetsCloud Team"},"url":"https:\/\/www.letscloud.io\/blog\/author\/letscloud\/"}]}},"_links":{"self":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts\/1336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/comments?post=1336"}],"version-history":[{"count":0,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts\/1336\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/media\/1337"}],"wp:attachment":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/media?parent=1336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/categories?post=1336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/tags?post=1336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}