- Application Programming Interface
- (API), a specification for the interface that an Operating System or Application software makes available to other application programs for purposes of sharing data, sharing functionality, allowing customization or control of the software, etc. An API can be implemented using many different technologies including functions or procedure calls, remote procedure call, Web Services, etc. For example, a programmer could use the Google Maps API to display a street map or satellite images of each property.
|