Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

what is an api?

6 Answers

Relevance
  • varunM
    Lv 6
    2 decades ago
    Favorite Answer

    API is application program interface.

    In easier terms, it is a function,method or procedure(whatever term you like in programming)which can have direct access to routines carried out by operating system (or sometimes in runtime environment like JVM or DotNet CLR)

  • Anonymous
    2 decades ago

    As a baseball analogy, an API is the rule book. If you did not know anything about the inner workings of baseball, you would get a copy of the rule book. This book would show you what each player's (the functions or classes) responsibilites are, how the players are supposed to interact with each other (the signals or methods), and what the players need to play the game such as baseballs, gloves, and bats (the variables and inputs). Once you know the rules (the API), you should be able to go out and build your own baseball team (program) or at least be able to play on another baseball team (a library). Or you could go read the wikipedia article on API.

  • Anonymous
    2 decades ago

    Application Program Interface

  • 2 decades ago

    An application programming interface (API) is a set of definitions of the ways one piece of computer software communicates with another. It is a method of achieving abstraction, usually (but not necessarily) between lower-level and higher-level software.

    Source(s): English Wikipedia
  • How do you think about the answers? You can sign in to vote the answer.
  • 2 decades ago

    Application Program Interface.

    It's a structured way in which you can interact with the internals of a program without specific knowledge of the way in which those internals work.

  • 2 decades ago

    Its Application Program Interface. this is the concept of Microsoft.

Still have questions? Get your answers by asking now.