RESTful api, and web services in general, are a way to abstract back ends from front end developpers . It allows front-end developpers to do their interfaces without the need to code any server-side logic. Web services contain all the business logic.