Go Back

Title - 3

2/1/2023 #Cat - 1

Hey readers 👋🏻, in this blog we are going to discuss about making our own API in just 30 lines of code. Topics Covered : What is an API. Tech used to make one. How to code it. How to deploy it (FOR FREE). Those who all know what APIs are and don't want to know anything else then 'How to code it', you can skip to that part directly. What is an API : API stands for Application Programming Interface, which is a way for computer to talk to each other. APIs are just like website, except the UI part, it sends a request to a server and in return the server send a response . Most APIs which we use are RESTFUL APIs, which means they follow a set of protocols/rules . You all already know what URLs are, but APIs use URIs which stands for Uniform Resource Identifiers and they help to differentiate between data on a server.