What is API?

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

You can think if it as a url, you don’t visit this url on your browser because it doesn’t return a graphical interface like other websites, it returns pure data. So you use it to make requests to the server and get the data you need. Example: when you open the Reddit mobile app it calls the Reddit API sending it your account details and asking it for you home feed, then that API returns pure data (post titles, content, comments…etc) and the app displays it graphically.

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