API Proxy vs API Gateway

Robert Wallach
by Robert Wallach on November 27, 2018 4 min read

On this edition of I’ll REST when I’m Alive, I explore the differences and similarities between API Proxies and API Gateways and discuss the advantages and disadvantages of both and the individual use cases.

API Proxies

A proxy, in its most basic form, is an intermediary acting on behalf of something else. Similar to the legal concept of a proxy, an API Proxy acts on behalf of the API instead of an individual. In more technical terms, an API Proxy decouples the front end of the API from the backend services and filters all incoming and outgoing traffic. The decoupling of front-end and back-end services allows for changes to be made to back-end services without disrupting the production API. The filtering of incoming and outgoing traffic allows for monitoring, basic forms of security, request routing, and protocol translation.

It is important to note that API Proxies require an existing API while some API Gateways can assist in building a new API.

Notable API Proxies

What is an API Gateway?

How does an API gateway work? API Gateways function in a similar way but have a much more robust set of API gateway features. Gateways perform the same functions as API Proxies, decoupling the front and backend of the API, monitoring, basic security, request routing, and protocol translation, but can also provide:

  • Advanced Security

  • Composition

  • Custom API

  • Load Balancing

  • Caching

  • Request Shaping and Management

  • Static Response Handling

  • Throttling

If you have different microservices with a set of shared common features, such as authentication, API Gateways can centralize that service so that it doesn’t have to validate each individual microservice.

Notable Types of API Gateways

Why use an API Proxy over an API Gateway?

The benefit of an API Proxy is that it is essentially a lightweight, simple API Gateway. If you already have an existing API and just want to add some basic API security best practices and monitoring capabilities, then an API Proxy would probably be the way to go. Many times, API Gateways are part of larger API Management platforms since they play a part in the larger API lifecycle. This can introduce more complexity and can make them more difficult to manage and more expensive. Gateways must be maintained like any other bit of code and if you want to take advantage of all the additional features then the level of complexity will increase. Also, take into consideration the price difference. There are many popular API Proxies that are open source while most API Gateways are proprietary.

Some API Gateways support importing and exporting APIs with the OpenAPI Specification.

API Proxy versus API Gateway

API Proxy versus API Gateway

The use case for an API Proxy versus an API Gateway depends on what kinds of capabilities you require and where you are in the API Lifecycle. If you already have an existing API that doesn’t require the advanced capabilities that an API Gateway can offer, then an API Proxy would be a recommended route. You can save valuable engineering bandwidth because proxies are much easier to maintain, and you won’t suffer any negligible performance loss. If you need specific capabilities that a proxy doesn’t offer you could also develop an in-house layer to accommodate your use case. If you are earlier in the API lifecycle or need the extra features that an API Gateway can provide, then investing in one would pay dividends. Regardless, choose an API method that works for you!

Share this post

Stoplight to Join SmartBear!

As a part of SmartBear, we are excited to offer a world-class API solution for all developers' needs.

Learn More
The blog CTA goes here! If you don't need a CTA, make sure you turn the "Show CTA Module" option off.

Take a listen to The API Intersection.

Hear from industry experts about how to use APIs and save time, save money, and grow your business.

Listen Now