For example, a REST API would use a GET request to retrieve a record, a POST request to create one, a PUT request to update a record, and a DELETE request to delete one . All HTTP methods can be used in API calls. A well-designed REST API is similar to a website running in a web browser with built-in HTTP functionality.
Read moreWhy is it called RESTful API?
Edit: It is called REST, because the client initiates transfer of representations of client state . you should mean “the client initiates transfer of representations of server state.”
Read more