API
#Application Programming Interface. A set of rules that allows different software applications to communicate with each other. Think of it as a waiter in a restaurant: you (the app) tell the waiter (the API) what you want, and they bring it from the kitchen (the server).
Example
When a weather app shows the current temperature, it's using a weather API to fetch that data from a weather service.