Stencel AcademyHow Infrastructure Works →
Part 1 · Lesson 0 · Beginner

The Round Trip

Watch one API call cross the internet and return.

In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like curl https://api.stencel.ai/health, ping -c 3 api.stencel.ai and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.

Key takeaway: Every API call is a message to someone else's computer — you can watch it go and come back.

What you'll practise

Terms you'll learn

clientserverrequestresponselatency

Check your understanding

When you `curl` an API, where does the work actually happen?
Open the interactive lesson →