Recipe-API
Recipe Management API The Recipe Management API is a comprehensive web service designed to facilitate the creation, organization, and sharing of culinary recipes. It empowers users to seamlessly manage their collection of recipes, including ingredients, instructions, and visual representations, fostering a delightful cooking experience. Key Features: Create and Store Recipes: Users can…
Recipe-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All /api/recipes |
This endpoint allows users to get all recipes. |
| GET |
Get Recipe by ID. /api/recipes/{id} |
Gets recipe by id |
| POST |
Post Create Recipe /api/recipes |
This will create a recipe |
| PUT |
Update Recipe by ID /api/recipes/{id} |
This endpoint allows users to update a specific recipe by its ID. |
Recipe-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $4 / month | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $15 / month | — |
|