Penguin

Acronym for Application Production Interface.

A set of exported (public) interfaces (usually functions and occasionally variables) from a library or other program, providing an interface for programmers.

Some examples of API's would be the libc functions in section 3 of the Man pages, and the syscall interface (which is documented in section 2).