Best way to create REST API?

Best way to create REST API for a hybrid app backed? using MVC?

Did you find a solution or an answer, I would be interested to learn as well.

It depends. Are you starting from a clean slate or is there a legacy application that will be restructured? Will there be many, possibly interlinked, resources or just a few? Will there be complex business logic or can you get away with a simple CRUD abstraction on a few types of data?