There is a lot of confusion about API. It's hearing like a thunder currently everywhere. Really what is the meaning of API? In this section, you will understand the concept of API in a simple way What is an API? API is an acronym for Application Programming Interface which is a set of code or function created for communicating two application with each other. It will take the request from the application interfaces and will send to the server. The server will respond depends upon request. From above image, you can understand very easily. Ok, let we see with an example. Consider weather application. The purpose of this one will update every sec or min about current weather anywhere in the world. Does anybody think how it's working? How its updating Weather report in every minute? The answer is using API. How API is working? Set of code(API) is implemented into the application interfaces which is taking the request from the u...