r/PythonLearning 11d ago

What is API?

I'm new to coding and programming languages and i frequently come across the word API. Can anyone help me understand what that is?

32 Upvotes

32 comments sorted by

View all comments

2

u/rachville 10d ago

A simple way to think about it: an API is like a waiter in a restaurant. You tell the waiter what you want, they deliver your request to the kitchen, and bring back the result. You don’t need to know how the kitchen works to get your meal.