How Apps Talk: APIs, Plainly
Ahoy — Pip here, your lighthouse keeper. Every day, apps quietly do favors for each other. Your weather app doesn't know the weather; it asks a weather service. Your map doesn't store every road; it asks a map service. The way one app asks another for something has a name: an API.
In these seven calm lessons we'll learn how that asking works, using nothing fancier than a restaurant. You hand over an order. A kitchen does the work. A plate comes back. We'll meet the menu, the request, the reply, the little key that proves who you are, and the polite limit on how often you can ask.
No code to write, no jargon, no overwhelm. Just a steady beacon. 🔦
- What an API Is Free previewAn API is the agreed way one app asks another for something — like ordering off a restaurant menu instead of barging into the kitchen.
- The Menu — Endpoints 🔒An endpoint is one specific thing you're allowed to ask an API for — a single line on the menu, with its own address.
- Placing an Order — Requests 🔒A request is the message your app sends to an API — the order slip, with a verb saying what to do and notes saying the details.
- The Reply — Responses 🔒A response is the plate that comes back — the body (the goods) plus a status code that tells you, in three digits, how the order went.
- Keys — Who Gets In 🔒An API key is a private password that proves which app is ordering — like a member card the kitchen checks before cooking.
- Rate Limits — The Polite Rules 🔒A rate limit caps how often you can ask an API in a given time — like a coffee shop saying "one free refill per hour.
- A Real Call, End to End 🔒Follow one full weather API call from picking the endpoint to reading the JSON reply — then see why every API follows the same shape.
What you get
- 📚7 plain-English lessons, taught by Pip — no jargon, no prior tech knowledge needed.
- ✅A quick quiz after every lesson, so what you learn actually sticks — and your progress saves as you go.
- 🎓A verifiable Portmint Certificate when you finish — reviewed by a real person, and worth listing on your résumé and LinkedIn.
- ♾️Lifetime access, yours for good — learn at your own pace, revisit anytime.
- 🐙Ask Pip anything as you learn — he's right here on the page.
- 💚Free for Portmint employees — just sign in with your Portmint account.
Start free — unlock the rest when you're ready
The first 1 lesson is a free preview. Then $129 unlocks all 7 lessons plus the certificate — yours for good, no subscription.
Start the free preview →🎓 Capstone — build it, share it, get certified
Finished the lessons? Prove it. Build a one-page "API Field Guide" tracing one real weather API call end to end — the request you send, the reply you get, and a labeled map of every part that uses what you learned here, then share it publicly and thank Portmint for the education, and email it to capstone@portmint.net. A real person on the Portmint team reviews every submission — pass, and you earn a verifiable Portmint Certificate worth listing on your résumé and LinkedIn. (Optional, but it's how a course becomes something real.)
Submit my capstone →