What Are APIs? — How Apps Talk to Each Other
Discover what APIs are, why they matter, and how they let different apps and services communicate with each other.
APIs are Everywhere
Real APIs You Use Every Day
How APIs Work
Many APIs are free to use (with limits on how many requests you can make). Some cool free APIs to play with: the Pokemon API (pokeapi.co) gives you data on every Pokemon, the Dad Jokes API gives you random jokes, and the NASA API gives you astronomy pictures and Mars rover photos!
Open your browser and type this URL: https://pokeapi.co/api/v2/pokemon/pikachu — You just made a GET request to the Pokemon API! Look at the data that comes back. Can you find Pikachu's types, abilities, and base stats in the response? Try changing 'pikachu' to other Pokemon names. This is exactly what apps do behind the scenes, but they display the data in a pretty interface instead of raw text.
Ready to build?
Put what you learned into practice — pick a project and start coding.
Start Building Free