When someone has asked me in an interview preparation 'What is RESTful?' are they referring to Rest Api?
REST is an architecture style for designing networked applications. An architectural style called REST (Representational State Transfer) advocates that web applications should use HTTP as it was originally envisioned. Lookups should use GETrequests. PUT, POST, and DELETE requests should be used for creation, mutation, and deletion.