What is API?

1.91K 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

In simple terms an API is just a way to send and receive data. You can send a request to the API and it’ll either handle storing some data for you or sending some back, usually in a structured format like JSON you can parse and display on your page

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