What is API?

1.93K viewsEngineeringOther

What is exactly API and why we call it like that? I am learning web development, and always come across APIs. I would love to learn it through an analogy.

In: Engineering

32 Answers

Anonymous 0 Comments

Let’s say you wrote a program. Now you want other programs to be able to use your program. This is achieved by you writing/providing an API to your program. How much or how little the other programs can interact with your program is determined by the API.

You are viewing 1 out of 32 answers, click here to view all answers.