API
API refers to Application Programming Interface. It is the interface that gives program developers access to develop programs that work on a particular platform. Thus for Microsoft's Windows platform, the API is win32. To develop a program to run on the windows platform, you must write to the win32 API, thus the win32 API is the software developer's platform for windows..