api definition software code example
Example: what is api
API : Application Programming Interface
An api is a particular set of rules and specifications that programs can
follow to communicate with each other .
The end user sends request , API executes instructions then get the data
from the server and responds to the user.