Skip to main content

Make APIs for You and Me

Learning Objectives

After completing this unit, you’ll be able to:

  • Define and describe an API.
  • Name common uses of APIs.
Note

This unit is for anyone interested in learning what Application Programming Interfaces (APIs) are and how they work. It’s also one of several modules comprising Become an Integration Champion. Complete the trail. You're almost there!

Technology has become a part of every aspect of our lives and connectivity has become a cornerstone of the Fourth Industrial Revolution. We are all connected in some way.

  • Through our phones when we look up Yelp reviews for nearby restaurants.
  • Through travel booking sites with access to all available flights and hotels.
  • Even home appliances are able to replenish supplies; for example, ordering microwaveable popcorn directly from an Alexa-enabled AmazonBasics microwave oven.

Have you ever wondered how this works?

For decades, most computer software has been created and distributed with one type of user in mind: a human. No matter what chain of events took place under the hood of that software, a human user was traditionally at the end of that chain. Because of this, the user was only able to access data through a user interface (UI).

But what if that same data could just as easily be accessed by another piece of software? For example, your smartwatch sharing the number of steps you’re taking with a performance-charting service on the web or with the electronic health records (EHR) system used by the doctor who you’ve asked to help improve your fitness? In this case, the UI concerns are very different. After all, software doesn’t have eyes, emotions, or intuition—it doesn’t need an over-the-top graphical user interface. However, in the same way a UI is tailored to humans, software needs an interface that makes it easy to get data or functionality from other software.

Say “hello” to application programming interfaces, otherwise known as APIs. When applications, data, or devices share data or functionality within some purpose-built context (like visualizing fitness data), APIs are behind the scenes and are responsible for the connectivity that happens in that context.

What Is an API?

An API is equivalent to a user interface, except it’s designed for software instead of humans. This is why APIs are often described in the media as technology that allows applications to talk to one another.

Image of a desktop monitor with the sub-text Client. An arrow points to a server to send a request. Another arrow points back to the desktop monitor with the return response.

The client sends a request for specific information or functionality to another system. That system returns the data or functionality in a response. To send or receive data, there is an expectation that it will be in a specific format that both sides can understand. That format is often very sensitive to the context(s) it serves. Let's take a closer look.

A business owner at a local fitness club wants to plug in her new gym equipment for the club’s new location. She knows that since she lives in North America, she needs a US household plug to do this. She also knows wall sockets deliver 120 volts of electricity. These known guidelines essentially set an expectation for any device needing to be plugged into the wall.

APIs work in a similar way.

APIs: The Electric Current Between Software

So what, if anything, do electric wall sockets have to do with APIs?

Image of a desktop, a refrigerator, and a cell phone all connected to an API gear icon.

Think of it like this:

  • The electricity coming from the wall is a service. It can stop and start at any time.
  • The treadmill plugged into the wall uses the electricity to run.
  • Since the treadmill does not have its own source of power, the treadmill is outsourcing the power it needs to a service provider, for example, to one that uses wind turbines or solar power.

While electrical sockets differ depending on where you are in the world, they have predictable, standard patterns of openings; and the electrical plugs attached to devices like treadmills are designed to fit those standard patterns.

All these specifications essentially set expectations on behalf of any device that wants to use the service. The plugs and power supplies conform to the standard patterns and specifications (like 120 volts) for the service. The same goes for APIs.

Like standardized electrical outlets, APIs offer similar standard patterns that make it easy for other software to exchange data and functionality. Any software that needs to send or receive data must adhere to those specifications to make a request. APIs make it possible to plug existing processes (like a customer experience) into new data and functionalities.

Keep learning for
free!
Sign up for an account to continue.
What’s in it for you?
  • Get personalized recommendations for your career goals
  • Practice your skills with hands-on challenges and quizzes
  • Track and share your progress with employers
  • Connect to mentorship and career opportunities