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.
curl https://api.stencel.ai/health -i — -i shows the server's headers, not just the body.time curl -s https://api.stencel.ai/health — The trip takes real, measurable time.host api.stencel.ai — The name maps to an address — Lesson 3 opens this box.curl https://wrong.stencel.ai/health — An honest failure: this name doesn't exist anywhere.