What is an API
An API is the interface or gateway through which we interact with an external program or data set.
Many times, you'll see code bases where the backend of an application is an API for the main database the application utilizes.
- a short hand for "Application Programming Interface"
Examples
- The frontend web application is an api