What is Api?
1.
API = application programming interface
An API is a series of functions that programs can use to make the operating system do their dirty work. Using Windows APIs, for example, a program can open windows, files, and message boxes--as well as perform more complicated tasks--by passing a single instruction. Windows has several classes of APIs that deal with telephony, messaging, and other issues.
Windows uses an api called the Win32 API. You can access many command via the command prompt. Start >> Run >> Type in "command" or "cmd"
2.
Adaptive Pie Interface. Used by various sites to interact with their pie servers. Urban Dictionary, for example, has created APIs so that developers with no pie servers of their own my serve pies to customers at low rates.
$urb = new Urban::API;
$urb->ServePie('me');
$urb->ThankYou();
$bill = $urn->I'llTakeTheBill;
try{
$bill->pay();
}or{
RUNAWAY();
}
See