API(Application Programming Interface)
A set of rules that allows two software systems to exchange data and functionality.
APIs (Application Programming Interfaces) define how two software systems can communicate. They are the standard way apps, websites, and services share data: for example, when a weather app displays forecasts, it does so by calling the API of a weather service that returns the data.
Example: The restaurant booking app calls the management system's API to check table availability in real time.