🍳
Recipes
9 endpoints200 recipes with ingredients, step-by-step instructions, tags, cuisine types, and meal categories.
On this page
GET https://dummyapi.codesmash.in/api/recipes
?limit?skip
ℹ️
Pagination — By default you will get 30 items. Use
?limit and ?skip to paginate through all items. Max limit is 200.?limit=10Number of items to return (default: 30, max: 200)?skip=10Number of items to skip (default: 0)GET https://dummyapi.codesmash.in/api/recipes/:id
GET https://dummyapi.codesmash.in/api/recipes/search?q=
GET https://dummyapi.codesmash.in/api/recipes/tag/:name
GET https://dummyapi.codesmash.in/api/recipes/meal/:type
POST https://dummyapi.codesmash.in/api/recipes
PUT https://dummyapi.codesmash.in/api/recipes/:id
DELETE https://dummyapi.codesmash.in/api/recipes/:id