REST API
REST API
REST (Representational State Transfer) APIs are APIs that adhere to certain conventions

Some of these conventions are;
1. using http method to communicate function
2. ordering endpoints correctly when implementing
3. naming, using plural nouns
There are more conventions but these are some of the important ones.
If your API follows these rules, the API can be said to be 'RESTful'