GET requests are the most common and widely used methods in APIs and websites. Simply put, the GET method is used to retreive data from a server at the specified resource . For example, say you have an API with a /users endpoint. Making a GET request to that endpoint should return a list of all available users.