- Use Nouns but no Verbs
- Ex: /cars, /cars/23 ... Correct
- /getCarData, /get/car/data ... wrong
- GET method & query parameter should not alter the state use PUT, POST and DELETE for changing the state
- Do not mix up singular and plural nouns use only plural nouns