Integrate thousands of recipes, AI-powered nutrition analysis, and smart shopping lists into your applications with our comprehensive API.
Everything you need to build amazing food and recipe applications with cutting-edge AI technology.
Access thousands of recipes with powerful search functionality by name or ingredients.
Get detailed nutritional information including calories, protein, fat, and carbohydrates for any recipe.
Generate categorized shopping lists automatically from recipe ingredients using AI.
Cached responses and optimized endpoints ensure fast response times for your applications.
Enterprise-grade security with API key authentication and rate limiting protection.
RESTful API with comprehensive documentation and easy integration examples.
Get started with just a few lines of code
curl -X GET "https://cookmaster.site/api/recipes/search?query=chicken" \
-H "X-API-Key: your_api_key_here"
{
"recipes": [
{
"id": 1,
"title": "Chicken Handi",
"instructions": "Place everything in a baking dish...",
"ingredients": [
{"name": "Chicken", "quantity": "1.2 kg"},
{"name": "Onion", "quantity": "5 thinly sliced"}
]
}
]
}
Start free and scale as you grow. All plans include our core recipe database.
View Pricing PlansEverything you need to integrate Cookmaster API into your applications, with detailed examples and use cases.
Get up and running in minutes with our step-by-step guide.
Detailed documentation for all endpoints and parameters.
Ready-to-use examples in multiple programming languages.