background
loading scroll to btns
Back To Home
article
1 min readSeptember 21, 2023

๐Ÿˆ API

api

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

Comments