Hello! This is the v1 of a public API that shows information of a data base of burgers, as it's name says. The data of this burgers are not of real business, it's intended to be for practice use, (like Pokeapi, WeatherApi, etc), for you to use on your personal projects! Base URL: https://burger-app-api-seven.vercel.app/ Endpoints: Get all burgers: api/v1/burgers Get by name: api/v1/burgers?name='burger_name' Get by Id api/v1/burgers/:id Note: If an error or a bug happens please notify me, thanks!.