id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
319ad25c-a7a2-42af-a4c0-b7fd45b51847/a92e10f2-ae23-42dd-87cd-fa3add0526f2/0/0
BBC Good Food API
Fetch recipies from search keyword, Author profile + recipes, collections recipes.. Note: The API is deployed on basic plan server after the first subscriber I will upgrade the plan currently server go to sleep and first request wake up the server it takes 3 to 5 minutes.After 30 min of inactivity server go to sleep.
9.3
Search for recipes
Search for recipes by keyword or full phrase
200
Response
{"total": 2391, "totalPages": 80, "currentPage": 1, "results": [{"recipeId": "samphire-crab-salad", "recipeName": "Samphire & crab salad", "description": "Enjoy this salad as a generous dinner for two, or as a light lunch or supper for four. Samphire sings when paired with crab and this zesty dressing", "additionalInfo...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"recipeId": {"type": "string"}, "recipeName": {"type": "string"}, "d...
319ad25c-a7a2-42af-a4c0-b7fd45b51847/b17c2cbe-3882-4d8a-a23d-c96feb463208/0/0
BBC Good Food API
Fetch recipies from search keyword, Author profile + recipes, collections recipes.. Note: The API is deployed on basic plan server after the first subscriber I will upgrade the plan currently server go to sleep and first request wake up the server it takes 3 to 5 minutes.After 30 min of inactivity server go to sleep.
9.3
Collection recipes
Get collection of recipes by collection name ID
200
Response
{"collectionName": "Breakfast recipes", "total": 77, "pages": 4, "currentPage": 1, "description": "Big breakfast ideas for weekend feasting and indulgent weekday mornings, from the full English breakfast to to fluffy pancakes and overnight oats.", "image": "https://images.immediate.co.uk/production/volatile/sites/30/20...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"collectionName": {"type": "string"}, "total": {"type": "integer"}, "pages": {"type": "integer"}, "currentPage": {"type": "integer"}, "description": {"type": "string"}, "image": {"type": "string"}, "results": {"type": "array", "items": {"typ...
319ad25c-a7a2-42af-a4c0-b7fd45b51847/4b528a6b-601c-42a9-9291-18932ca9c1ee/0/0
BBC Good Food API
Fetch recipies from search keyword, Author profile + recipes, collections recipes.. Note: The API is deployed on basic plan server after the first subscriber I will upgrade the plan currently server go to sleep and first request wake up the server it takes 3 to 5 minutes.After 30 min of inactivity server go to sleep.
9.3
Author profile + recipes
Get author recipes and profile info
200
Response
{"name": "Samuel Goldsmith", "image": "https://images.immediate.co.uk/production/volatile/sites/30/2022/04/MicrosoftTeams-image-0657d6c.jpg", "position": null, "biography": "Samuel Goldsmith is Good Food\u2019s food copy editor. He has over 10 years\u2019 experience working in the food and drink industry as an editor, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "position": {"type": "null"}, "biography": {"type": "string"}, "pages": {"type": "integer"}, "currentPage": {"type": "integer"}, "recipes": {"type": "array", "items": {"type": "object"...
5a04dd5d-c443-4829-86a1-8c1923547c69/b6fb0930-1afa-4bf2-af57-6b34c716c5db/0/0
The Cocktail DB
Cocktail recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use! Category: Coctails, Food
9.4
List of Cocktails
This endpoint responds with a list of cocktails that includes their names and images, as well as their IDs, which must be provided in the "Detailed Cocktail Recipe by ID" endpoint to receive the detailed cocktail recipe.
200
New Example
[{"id": "1", "title": "Nutella and cognac coffee cocktail", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/coctails_api/1.jpg"}, {"id": "2", "title": "Easy rhubarb cordial", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/coctails_api/2.jpg"}, {"id": "3", "title": "Bottled chocolate o...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "difficulty": {"type": "string"}, "image": {"type": "string"}}, "required": ["difficulty", "id", "image", "title"]}}
5a04dd5d-c443-4829-86a1-8c1923547c69/c01757b7-20b1-4d93-bb87-8dffd4b84f2b/0/0
The Cocktail DB
Cocktail recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use! Category: Coctails, Food
9.4
Detailed Cocktail Recipe by ID
Get Cocktail by ID
200
New Example
{"id": "45", "title": "Aperol spritz", "difficulty": "Easy", "portion": "Serves 6-8", "time": "Hands-on time 5 min", "description": "Get into the spirit of summer with this classic Italian recipe. Chilled prosecco and Aperol come together to create the beloved Aperol spritz.", "ingredients": ["750ml bottle of prosecco"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "difficulty": {"type": "string"}, "portion": {"type": "string"}, "time": {"type": "string"}, "description": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string...
4f7181f6-ce2c-41da-9075-35b63609863d/a529fc8d-301d-426b-92e7-6b23fcccbbe9/0/0
Recipes Sleep-friendly Meals
Recipes for Better Sleep, healthy meals for Sleep-Enhancing Foods
null
Get a recipe by Id
Get one recipe by id
400
Not successfully
{"message": "not found!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
4f7181f6-ce2c-41da-9075-35b63609863d/a529fc8d-301d-426b-92e7-6b23fcccbbe9/1/0
Recipes Sleep-friendly Meals
Recipes for Better Sleep, healthy meals for Sleep-Enhancing Foods
null
Get a recipe by Id
Get one recipe by id
200
Successfully
{"success": false, "recipe": {"title": "Pork and vegetable stir-fry", "preparation_time": "10 to 30 mins", "serve": "Serves 4", "description": "It's worth taking the time to poach and marinate the pork for this delicious stir-fry. Once that's done it's ready in minutes.", "image": "https://ichef.bbci.co.uk/food/ic/food...
{"type": "object", "properties": {"success": {"type": "boolean"}, "recipe": {"type": "object", "properties": {"title": {"type": "string"}, "preparation_time": {"type": "string"}, "serve": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type...
4f7181f6-ce2c-41da-9075-35b63609863d/0ea6f192-d9b7-4dee-a6e5-6994c4d7cee0/0/0
Recipes Sleep-friendly Meals
Recipes for Better Sleep, healthy meals for Sleep-Enhancing Foods
null
Recipes list
get list of all recipes
400
Not found
{"success": false, "message": "Not found!"}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}}
4f7181f6-ce2c-41da-9075-35b63609863d/0ea6f192-d9b7-4dee-a6e5-6994c4d7cee0/1/0
Recipes Sleep-friendly Meals
Recipes for Better Sleep, healthy meals for Sleep-Enhancing Foods
null
Recipes list
get list of all recipes
200
New Example
{"success": true, "recipes": [{"title": "Pork and vegetable stir-fry", "preparation_time": "10 to 30 mins", "serve": "Serves 4", "description": "It's worth taking the time to poach and marinate the pork for this delicious stir-fry. Once that's done it's ready in minutes.", "image": "https://ichef.bbci.co.uk/food/ic/foo...
{"type": "object", "properties": {"success": {"type": "boolean"}, "recipes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "preparation_time": {"type": "string"}, "serve": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "ingredients": {"typ...
74c8ce17-ddfb-40c7-b2ba-48040380343d/eaa2504a-97c9-49cc-ac80-8e3e6d5f03c5/0/0
RecipeAPI
Gets a collection of recipes from the FoodNetwork site.
null
Get Recipe Summary
Returns the ingredients and method to create the specified recipe, using the "recipeLink" property value.
200
Get Recipe Summary
{"recipeInstruction": "For the wet jerk seasoning: To a blender, add the onion, garlic, ginger, thyme, Scotch bonnet, black pepper, brown sugar, salt, allspice, cayenne and 1 1/2 cups water. Blend well. For the oxtails: Place the lima beans in a bowl and cover with enough ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"recipeInstruction": {"type": "string"}, "recipeIngredients": {"type": "array", "items": {"type": "string"}}, "errorMsg": {"type": "string"}}, "required": ["errorMsg", "recipeIngredients", "recipeInstruction"]}
74c8ce17-ddfb-40c7-b2ba-48040380343d/b17e328c-e5f0-4331-9cfc-98d592d578ba/0/0
RecipeAPI
Gets a collection of recipes from the FoodNetwork site.
null
Get Recipe By Name (Paginate)
Returns the specified page listing of recipes that contains a common name
200
Get Recipe By Name (Pagination)
{"matches": [{"recipeID": "1952151", "recipeImage": "food.fnr.sndimg.com/content/dam/images/food/fullset/2010/4/5/0/NY0709_Ginas-Oxtail-Stew_s4x3.jpg.rend.hgtvcom.476.357.suffix/1371591254510.jpeg", "recipeTitle": "Gina's Oxtail Stew", "recipeCookTime": "TotalTime:4hours25minutes", "recipeLink": "patrick-and-gina-neely...
{"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "object"}}, "paginationLinks": {"type": "array", "items": {"type": "string"}}, "totalResults": {"type": "integer"}, "pages": {"type": "integer"}, "error": {"type": "null"}}}
74c8ce17-ddfb-40c7-b2ba-48040380343d/1f0c02c2-e27f-4f03-8d4b-f2f4a2421156/0/0
RecipeAPI
Gets a collection of recipes from the FoodNetwork site.
null
Get Recipe By Name
Returns a list of recipes that contains a common name.
200
Get Recipe By Name
{"matches": [{"recipeID": "1940839", "recipeImage": "food.fnr.sndimg.com/content/dam/images/food/fullset/2008/9/8/0/RE0208_Oxtail-Stew.jpg.rend.hgtvcom.476.357.suffix/1383154726266.jpeg", "recipeTitle": "Oxtail Stew", "recipeCookTime": "TotalTime:8hours20minutes", "recipeLink": "sunny-anderson;oxtail-stew-recipe-194083...
{"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "object"}}, "paginationLinks": {"type": "array", "items": {"type": "string"}}, "totalResults": {"type": "integer"}, "pages": {"type": "integer"}, "error": {"type": "null"}}}
af651c32-d8c7-420a-a46a-b37ccb249ac9/23399639-b2d8-4cec-90d5-d8c21893dd58/0/0
PedidosYa
Obtain information from pedidosya.com
0.3
Get Restaurant by Link
Get Restaurant by Link
200
Response
{"globalDiscounts": null, "id": "53052", "legacyId": 53052, "name": "menu de Bagel Factory - Fabrica de Panes", "sections": [{"id": "2757088", "images": [], "index": 9, "legacyId": 2757088, "name": "COMBOS", "products": [{"description": "Pastrami 200 g, 1 pote 200g queso crema (comun , ciobullete) o hummus (a eleccion)...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"globalDiscounts": {"type": "null"}, "id": {"type": "string"}, "legacyId": {"type": "integer"}, "name": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "images": {"type":...
af651c32-d8c7-420a-a46a-b37ccb249ac9/20cb7c64-1b49-46af-ba2c-1b1b37b0747e/0/0
PedidosYa
Obtain information from pedidosya.com
0.3
Get Restaurants by Address
Get Restaurants by Address
200
Response
{"info": {"areaId": 18773, "events": [], "executionId": "682e4d1a-2de0-48ad-86be-43c53e0ae70e", "fallback": {"strategy": "", "triggered": false}, "flags": [{"abTest": false, "flagType": "boolean", "name": "federator-engine-enricher-dd-metrics", "value": "true"}, {"abTest": false, "flagType": "abntest", "name": "reorder...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"areaId": {"type": "integer"}, "events": {"type": "array"}, "executionId": {"type": "string"}, "fallback": {"type": "object", "properties": {"strategy": {"type": "string"}, "triggered": {"type": "boo...
62dacd72-d242-4249-ae4c-388b49edef34/1c542f5c-5f5d-4323-af10-95a29027b596/0/0
New Project
From scratch
7.6
endpointExample2
Another example of endpoint.
200
New Example
{"name": "Who"}
{"type": "object", "properties": {"name": {"type": "string"}}}
62dacd72-d242-4249-ae4c-388b49edef34/1f7402bb-533b-4fe4-9909-6c4625ce69f5/0/0
New Project
From scratch
7.6
endpointExample
An example of an endpoint.
200
New Example
{"ResponseType": "Example"}
{"type": "object", "properties": {"name": {"type": "string"}}}
477f2d43-dd13-459b-b85c-333eb47821f8/e55f97c8-ec77-4b8d-b010-fdf5134efd29/0/0
DietaGram
Find nutrition facts by food name or by UPC (barcode). API supports English, Russian, Polish, Spanish, Bulgarian, Ukrainian This api is used in Datagram applications: https://play.google.com/store/apps/details?id=bulat.diet.helper_sport and https://apps.apple.com/us/app/calorie-counter-dietagram/id1068214233
9.1
Food Api
Find food info by name
200
Response
{"dishes": [{"id": "3823", "name": "Chocolate Milk Shake (with Skim Milk)", "caloric": "104", "type": "x", "fat": "0.83", "carbon": "22.4", "protein": "4.10", "category_id": "500"}, {"id": "4241", "name": "Milk Beverage with Sugar, Dry Milk and Egg White Powder (Dry Mix)", "caloric": "382", "type": "x", "fat": "0.11", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dishes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "caloric": {"type": "string"}, "type": {"type": "string"}, "fat": {"type": "string"}, "carbon": {"type": "string"}, ...
477f2d43-dd13-459b-b85c-333eb47821f8/69747e01-deed-4652-868b-33226e2c4002/0/0
DietaGram
Find nutrition facts by food name or by UPC (barcode). API supports English, Russian, Polish, Spanish, Bulgarian, Ukrainian This api is used in Datagram applications: https://play.google.com/store/apps/details?id=bulat.diet.helper_sport and https://apps.apple.com/us/app/calorie-counter-dietagram/id1068214233
9.1
UPC Api
Find food info by UPC (barcode)
200
Response
{"dishes": [{"name": "Exquisa Joghurt", "caloric": "169", "type": "", "fat": "14", "carbon": "3", "protein": "7", "category_id": "101"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dishes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "caloric": {"type": "string"}, "type": {"type": "string"}, "fat": {"type": "string"}, "carbon": {"type": "string"}, "protein": {"type": "strin...
81efb22e-fa9a-414f-abf0-07b532af917b/445c0231-3d95-449e-af76-39e5bfd5e4b4/0/0
Recipify
An API that provides recipes from all over the world. Our database is always updated by the newest trending recipes from all over the world
null
Get today's hottest recipe
This endpoint returns one of today's hottest and popular recipe
200
Response
{"id": "170329", "name": "australian desert", "description": "this is posted for the zwt 2006. i have not tried this recipe and it is compliments of fooddownunder.com", "number_of_ingredients": "5", "ingredients": ["banana liqueur", " cointreau liqueur", " cream", " banana", " baileys irish cream"], "minutes": "5", "n...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "number_of_ingredients": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "string"}, "nutrition": ...
e5695d52-c34a-416a-94f6-67bc8bfa853a/48b24c52-89a2-4ecf-8e8c-201ffd82359a/0/0
vegan-recipes-api
An API that returns links to vegan recipes
null
Get Vegan Recipes from Specific Food Blog
This endpoint returns vegan recipes from a specific food blog, given the food blog's name.
200
New Example
[{"title": "Vegan Pasta Salad", "url": "https://rainbowplantlife.com/vegan-pasta-salad/", "source": "rainbowplantlife"}, {"title": "Best Vegan Blueberry Muffins", "url": "https://rainbowplantlife.com/vegan-blueberry-muffins/", "source": "rainbowplantlife"}, {"title": "30 Terrific Vegan BBQ Recipes", "url": "https://rai...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
e5695d52-c34a-416a-94f6-67bc8bfa853a/52ec0ae2-bbf3-4909-88de-1790a3f9bbfe/0/0
vegan-recipes-api
An API that returns links to vegan recipes
null
Get All Vegan Recipes
This endpoint returns all vegan recipes from a variety of food blogs.
200
New Example
[{"title": "Vegan Pasta Salad", "url": "https://rainbowplantlife.com/vegan-pasta-salad/", "source": "rainbowplantlife"}, {"title": "Kung Pao Mushrooms (Vegan!)", "url": "https://thewoksoflife.com/kung-pao-mushrooms-vegan/", "source": "thewoksoflife"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0355286f-accf-4e06-8ef8-515d63198a70/08344ec1-bd64-4d46-a928-8445ccdf385d/0/0
Tasty
API to query data about recipe, plan, ingredients, etc... as on official site
9.7
tags/list
List supported tags name for filtering in recipes/list API
200
Response
{"count": 302, "results": [{"id": 64447, "type": "cuisine", "name": "british", "display_name": "British"}, {"id": 64453, "type": "cuisine", "name": "italian", "display_name": "Italian"}, {"name": "mexican", "display_name": "Mexican", "id": 64457, "type": "cuisine"}, {"id": 64458, "type": "cuisine", "name": "middle_east...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "display_name": {"type": "string"}}, "required": ["displ...
0355286f-accf-4e06-8ef8-515d63198a70/23367f7f-4ba6-450a-a64f-03e7634f85fa/0/0
Tasty
API to query data about recipe, plan, ingredients, etc... as on official site
9.7
recipes/auto-complete
Get auto complete suggestions by name or ingredients
200
Response
{"results": [{"display": "chicken noodle soup", "search_value": "chicken noodle soup", "type": "ingredient"}, {"display": "chicken soup", "search_value": "chicken soup", "type": "ingredient"}, {"type": "ingredient", "display": "chicken tortilla soup", "search_value": "chicken tortilla soup"}]}
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"display": {"type": "string"}, "search_value": {"type": "string"}, "type": {"type": "string"}}}}}}
987d69dc-c17a-4c05-8ac5-1469a1614b91/2c45180f-60dd-4aaa-90de-d44ece663ce0/0/0
Ghana Food Recipe Api
Ghana has a rich culture of food,with 1000s of food recipes. This api will enable both local and international developers build apps tailored around this rich culture of food or for developers building recipe apps specific to countries.More recipe to be added. Contact the developer if you love to help.
7.7
Search Description
This endpoint uses regex to search for specific food using text description.
200
Response
{"message": "Result found", "data": [{"_id": "63c2e83b09852be5facb894a", "name": "Hausa Koko", "foodImage": "uploads\\2023-01-14T17-36-59.382Zhausakoko.jpeg", "ingredient": "femented corn or millet, water, salt,hot chili powder,ginger,cloves,sugar", "description": "Hausa koko is a popular street food often eaten for br...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "foodImage": {"type": "string"}, "ingredient": {"type": "string"}, "description": {"ty...
987d69dc-c17a-4c05-8ac5-1469a1614b91/d25d23c8-41c4-418c-876d-66ea652497b9/0/0
Ghana Food Recipe Api
Ghana has a rich culture of food,with 1000s of food recipes. This api will enable both local and international developers build apps tailored around this rich culture of food or for developers building recipe apps specific to countries.More recipe to be added. Contact the developer if you love to help.
7.7
Search Food
This endpoint uses regex to search for specific food using lowercase,uppercase,single letter, multiple letter.
200
Response
{"message": "Result found", "data": [{"_id": "63c2e83b09852be5facb894a", "name": "Hausa Koko", "foodImage": "uploads\\2023-01-14T17-36-59.382Zhausakoko.jpeg", "ingredient": "femented corn or millet, water, salt,hot chili powder,ginger,cloves,sugar", "description": "Hausa koko is a popular street food often eaten for br...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "foodImage": {"type": "string"}, "ingredient": {"type": "string"}, "description": {"ty...
d0d1fef2-f314-4168-b89a-ec17f3c89dc7/f582c104-8562-4a5a-aab8-274dc623aead/0/0
Weee grocery API (sayweee.com) - browsing/searching/details
(FREE TRIAL) Real time scraping API from sayweee.com supports the entire pre-purchase flow. Grocery browsing and searching api based on location. Provides product details, reviews and shipment information given specific product id.
9
product details (zipcode, product_id)
provide detailed product information based on the product id and user's zipcode product_id should come from the product search endpoint response also contains detailed price and availability information
200
Response
{"data": {"_sentryBaggage": "sentry-environment=prod,sentry-release=ea1r7mNm0ztUJjEfoyMBd,sentry-transaction=%2Fproduct%2F%5Bslug%5D%2F%5Bid%5D,sentry-public_key=94d614f6727d4b2682166b221031db03,sentry-trace_id=50b1f3bbb587400fbb9a94ab5f327bb6,sentry-sample_rate=0.25", "_sentryTraceData": "50b1f3bbb587400fbb9a94ab5f327...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"_sentryBaggage": {"type": "string"}, "_sentryTraceData": {"type": "string"}, "post": {"type": "object", "properties": {"pop_button": {"type": "null"}, "start_id": {"type": "integer"}, "total_count_l...
acad559e-2abc-405e-a197-89f87622e3c4/8db0b929-f4e8-46eb-8ba6-fa84d1cd9f02/0/0
Burger Rec API
Some nice burgers to eat in Auckland and Tokyo
null
Get list of burgers
Get burger list detailing the ingredients, store name and address.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
ae217745-0daa-4122-abfc-8cdd4244ebae/7f79d76a-9b26-48fe-82dd-5c5294297f62/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/related-recipes
recipes/related-recipes
200
New Example
{"data": [{"aspect_ratio": "1:1", "compilations": [148, 1154, 1358, 1793, 2190], "credits": [{"name": "Joey Firoben", "type": "internal"}], "id": 1922, "name": "Blueberry Banana Spinach Smoothie", "position": 0, "slug": "blueberry-banana-spinach-smoothie", "tags": ["north_american", "healthy", "5_ingredients_or_less", ...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"aspect_ratio": {"type": "string"}, "compilations": {"type": "array"}, "credits": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}}}, "id": {"type": ...
ae217745-0daa-4122-abfc-8cdd4244ebae/e4be8dbd-fedf-4636-b1fd-e88e094b17f4/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/search-by-category
recipes/search-by-category
200
New Example
{"currentPage": 1, "data": {"count": 39, "items": [{"aspect_ratio": "1:1", "credits": [{"name": "Matthew Johnson", "type": "internal"}], "id": 4454, "name": "Shepherd's Pie", "position": 0, "slug": "golden-shepherd-s-pie", "tags": ["north_american", "british", "comfort_food", "gluten_free", "healthy", "christmas", "din...
{"type": "object", "properties": {"currentPage": {"type": "integer"}, "data": {"type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"aspect_ratio": {"type": "string"}, "credits": {"type": "array", "items": {"type": "object"}}, "id": {"type"...
ae217745-0daa-4122-abfc-8cdd4244ebae/440a8126-c81f-4ba8-9343-9f098c6d8204/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/tips
recipes/tips
200
New Example
{"currentPage": 1, "data": [{"author": "Ashley Mclean", "author_avatar_url": "https://img.buzzfeed.com/tasty-app-user-assets-prod-us-east-1/avatars/default/pizza.png", "tip_body": "Very delicious!! I added nuts and coconut to the batter for a little crunch", "tip_id": 616972, "tip_photo": {"height": 1280, "url": "https...
{"type": "object", "properties": {"currentPage": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "resultsPerPage": {"type": "integer"}, "status": {"type": "boolean"}, "totalPages": {"type": "integer"}, "totalResultCount": {"type": "integer"}}}
ae217745-0daa-4122-abfc-8cdd4244ebae/68cec0b4-b81d-4e9a-9dac-676d88334bec/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/detail-by-url
recipes/detail-by-url
200
New Example
{"data": {"analyticsInfo": {"author": "Robin Broadfoot", "author_id": "", "content_id": "1040", "content_name": "dark-chocolate-banana-bread", "context_page_id": 1040, "context_page_type": "recipe", "count": "", "description": "Upgrade your banana bread with this rich, decadent recipe! Made with ripe bananas, dark coco...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"analyticsInfo": {"type": "object", "properties": {"author": {"type": "string"}, "author_id": {"type": "string"}, "content_id": {"type": "string"}, "content_name": {"type": "string"}, "context_page_id": {"type": "integer"}, "context_page_type":...
ae217745-0daa-4122-abfc-8cdd4244ebae/6fe57fae-36fe-4a5c-bcd8-91d2876ed7b3/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/detail
recipes/detail
200
New Example
{"data": {"analyticsInfo": {"author": "Robin Broadfoot", "author_id": "", "content_id": "1001", "content_name": "healthy-blueberry-banana-bread", "context_page_id": 1001, "context_page_type": "recipe", "count": "", "description": "Whip up a guilt-free treat with this Healthy Blueberry Banana Bread recipe! It's a moist ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"analyticsInfo": {"type": "object", "properties": {"author": {"type": "string"}, "author_id": {"type": "string"}, "content_id": {"type": "string"}, "content_name": {"type": "string"}, "context_page_id": {"type": "integer"}, "context_page_type":...
ae217745-0daa-4122-abfc-8cdd4244ebae/bfc4a40d-cffa-4e4f-b0f3-c275fb0f770d/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/search
recipes/search
200
New Example
{"currentPage": 1, "data": [{"aspect_ratio": "16:9", "compilations": [3121], "credits": [{"name": "Betsy Carter", "type": "internal"}], "id": 8042, "name": "Lumpia (Lumpiang Shanghai)", "position": 0, "slug": "lumpia-lumpiang-shanghai", "tags": ["dairy_free", "appetizers", "snacks", "deep_fry", "party", "stove_top", "b...
{"type": "object", "properties": {"currentPage": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"aspect_ratio": {"type": "string"}, "compilations": {"type": "array"}, "credits": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"...
ae217745-0daa-4122-abfc-8cdd4244ebae/3d2bae0d-5cd8-4036-878c-f2de74d8b1e2/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/tag-filters
recipes/tag-filters
200
New Example
{"data": {"cooking_style": [{"display_name": "Big Batch", "name": "big_batch"}, {"display_name": "Comfort Food", "name": "comfort_food"}, {"display_name": "Cooking Style", "name": "cooking_style"}, {"display_name": "Deep-Fry", "name": "deep_fry"}, {"display_name": "Grill", "name": "grill"}, {"display_name": "Kid-Friend...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"cooking_style": {"type": "array", "items": {"type": "object", "properties": {"display_name": {"type": "string"}, "name": {"type": "string"}}}}, "cuisine": {"type": "array", "items": {"type": "object", "properties": {"display_name": {"type": "s...
ae217745-0daa-4122-abfc-8cdd4244ebae/c6c2cda4-0090-40ff-938f-b39d596c962b/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/categories
recipes/categories
200
New Example
{"data": [{"items": [{"is_internal_link": false, "loc": "https://tasty.onelink.me/iQpi/g4spvokd", "target_content_id": "https://tasty.onelink.me/iQpi/g4spvokd", "target_content_type": "url", "title": "Tasty App"}, {"is_internal_link": true, "loc": "/article/melissaharrison/easy-dinner-recipes", "target_content_id": "ht...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"is_internal_link": {"type": "boolean"}, "loc": {"type": "string"}, "target_content_id": {"type": "string"}, "target_content_type": {"type": "strin...
ae217745-0daa-4122-abfc-8cdd4244ebae/ceeb09f3-0afa-4539-ba41-3f4dfb30473b/0/0
Tasty co
Real-time data, unofficial API tasty.co API to query data about recipe, ingredients, plan.... Cooking and menus, famous for its engaging short videos showcasing how to make delicious and creative dishes. Focuses on quick and simple cooking videos, especially those featuring mouthwatering dishes.
9
recipes/auto-complete
recipes/auto-complete
200
New Example
{"data": [{"display": "banana bread", "search_value": "banana bread", "type": "ingredient"}, {"display": "banana", "search_value": "banana", "type": "ingredient"}, {"display": "baked potato", "search_value": "baked potato", "type": "ingredient"}, {"display": "bacon", "search_value": "bacon", "type": "ingredient"}], "me...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"display": {"type": "string"}, "search_value": {"type": "string"}, "type": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
6604cb44-18c7-4289-8674-a3d1b0d6a839/b34f3d01-49b8-4728-ab6c-f88a3db8d7d5/0/0
Breweries
Search breweries across the United States.
null
autocomplete
Search our database by the name of the brewery.
200
Response
[{"name": "Big Alice Brewing Company", "brewery_type": "micro", "address": "808 43rd Rd", "city": "Long Island City", "state": "New York", "postal_code": "11101-6820", "website_url": "http://www.bigalicebrewing.com", "phone": "3476882337", "longitude": "", "latitude": ""}, {"name": "Big Ash Brewing Company", "brewery_t...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "brewery_type": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "st...
6604cb44-18c7-4289-8674-a3d1b0d6a839/0cbd6474-e62f-4213-b4bb-d1bffb33b9d0/0/0
Breweries
Search breweries across the United States.
null
search
Search our database of breweries.
200
Response
[{"name": "Drekker Brewing Company", "brewery_type": "micro", "address": "1666 1st Ave N", "city": "Fargo", "state": "North Dakota", "postal_code": "58102-4246", "website_url": "http://www.drekkerbrewing.com", "phone": "7015320506", "longitude": "-96.80829701", "latitude": "46.87930301"}, {"name": "Fargo Brewing Co", "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "brewery_type": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "st...
6604cb44-18c7-4289-8674-a3d1b0d6a839/ab4161c2-0ac1-48f8-91a7-b253cd5b784d/0/0
Breweries
Search breweries across the United States.
null
random
Generate a list of 10 random breweries.
200
Response
[{"name": "Stumptown Ales", "brewery_type": "micro", "address": "390 William Ave", "city": "Davis", "state": "West Virginia", "postal_code": "26260", "website_url": "http://www.stumptownales.com", "phone": "3042595570", "longitude": "-79.4646754", "latitude": "39.12899878"}, {"name": "Liberty Street Brewing Production ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "brewery_type": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "st...
b6085bb8-fae5-4ba0-b952-3bf959cebd3e/a80037ab-67b5-4568-9535-9ff0a9e5ef98/0/0
FoodieFetch
FoodieFetch is a new API that allows users to fetch menu locations and ratings from popular food delivery platforms like Swiggy and soon Zomato. Created using Go and available on RapidAPI, FoodieFetch is the perfect solution for developers looking to add food-related data to their applications. Give it a try today and ...
9.2
Fetch Restaurant Information
This endpoint allows users to retrieve menu location and ratings data for a specific restaurant. The user can send the name of the restaurant, preferably the full name with the city, to fetch data from the API.
200
Response
{"data": {"About": {"Name": "Grandmama's Cafe", "Ratings": "4.0", "Locality": "Iricen Railway Colony", "AreaName": "Koregaon Park", "City": "Pune", "Cuisines": ["Italian", "American"]}, "Menu": [{"title": "Recommended", "Dishes": [{"name": "Butter Garlic Prawns", "description": "Extra butter extra garlic just the way g...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"About": {"type": "object", "properties": {"Name": {"type": "string"}, "Ratings": {"type": "string"}, "Locality": {"type": "string"}, "AreaName": {"type": "string"}, "City": {"type": "string"}, "Cuis...
0590b72b-2567-4d71-ba1e-7e7138a1ac83/122238a8-3bf5-4217-b590-b209a677ae07/0/0
Chinese Food DB
Chinese food recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use! Category: Food
8.9
List of Foods
This endpoint responds with a list of chinese foods that includes their names and images, as well as their IDs, which must be provided in the "Detailed Food Recipe by ID" endpoint to receive the detailed recipe.
200
New Example
[{"id": "1", "title": "Homemade crispy chilli oil", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/chinese_recipes_api/1.jpg"}, {"id": "2", "title": "Prawn and lemongrass hot and sour soup", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/chinese_recipes_api/2.jpg"}, {"id": "3", "titl...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "difficulty": {"type": "string"}, "image": {"type": "string"}}, "required": ["difficulty", "id", "image", "title"]}}
0590b72b-2567-4d71-ba1e-7e7138a1ac83/bda30f55-36f2-4559-9d09-4c45cab60dd8/0/0
Chinese Food DB
Chinese food recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use! Category: Food
8.9
Detailed Food Recipe by ID
Get Recipe by ID
200
New Example
{"id": "5", "title": "MiMi Mei Fair\u2019s \u2018Hokkien\u2019 noodles", "difficulty": "Easy", "portion": "Serves 2-3", "time": "Hands-on time 30 minutes", "description": "These noodles are a celebration dish worth making. Whether you\u2019re cooking up a feast for Chinese New Year or simply a Friday night, Peter Ho of...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "difficulty": {"type": "string"}, "portion": {"type": "string"}, "time": {"type": "string"}, "description": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string...
a2c26e10-6d33-4f61-8489-d70d9745bc9b/a06c8b0e-db02-405e-923b-60eba4dd4c6a/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
randomRecipe
return random recipe every time.
200
Example_1
{"version": "v1.0", "recipe": {"id": 6150, "data": {"Name": "Amazing White Chocolate Chip Pistachio Cookies", "Description": "This is a new recipe I made for pistachio lovers and its absolutely amazing! I hope you like it!", "Time": ["Prep Time:15 mins", "Cook Time:10 mins", "Additional Time:15 mins", "Total Time:40 mi...
{"type": "object"}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/61ca105d-922b-48c9-bae5-e780bb41f265/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
shoppingList
return a shopping list from the recipe id.
200
Example_1
{"version": "v1.0", "lists": {"data": ["vegetable oil", "cubed pork meat", "garlic chopped", "chicken broth", "dark soy sauce", "apple cider vinegar", "bay leaves", "unsweetened coconut milk", "all-purpose flour"]}}
{"type": "object"}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/06345c51-ddd6-4250-862f-5410aff63b35/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
searchByIngredients
return lists of recipes based on the specified ingredients.
200
Example_1
{"version": "v1.0", "recipe": {"name": "Adobo Chicken", "data": [{"id": 10236, "name": "Famous Chicken Adobo"}, {"id": 10239, "name": "Lolah's Chicken Adobo"}]}}
{"type": "object"}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/7e4e7421-985f-4bee-9ef6-8d2b7290fec6/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
generateMealPlan
return breakfast, lunch, dinner and snacks meal plan based on the given preference.
200
Example_1
{"version": "v1.0", "recipe": {"data": {"breakfast": "Scrambled eggs with vegetables, Avocado breakfast salad, Greek yogurt with nuts and berries", "lunch": "Grilled chicken with roasted vegetables, Caesar salad with grilled shrimp, Beef and vegetable stir-fry", "dinner": "Salmon with asparagus and lemon, Zucchini nood...
{"type": "object"}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/31568f3e-0b4d-4911-b637-9a11677841cb/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
searchRecipe
return lists of recipes based on the provided search term..
200
Example_1
{"version": "v1.0", "recipes": {"data": [{"id": 10235, "name": "Lisa's Adobo"}, {"id": 10236, "name": "Famous Chicken Adobo"}]}}
{"type": "object", "properties": {"version": {"type": "string"}, "recipes": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}}}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/3596fcb6-f1da-47ac-beef-549ad0176759/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
recipeRecommendations
return recommendations based on the recipe ID..
200
Example_1
{"version": "v1.0", "recommendations": {"targetID": "10235", "data": [{"id": 10241, "name": "Pork and Chicken Adobo", "Cuisine": "filipino", "Category": "chicken-adobo", "similarity": 0.3044444444444444}, {"id": 10244, "name": "Slow Cooker Filipino Chicken Adobo", "Cuisine": "filipino", "Category": "chicken-adobo", "si...
{"type": "object", "properties": {"version": {"type": "string"}, "recommendations": {"type": "object", "properties": {"targetID": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "Cuisine": {"type": "string"}, "Category": {"t...
a2c26e10-6d33-4f61-8489-d70d9745bc9b/4d00f8a3-1062-4622-8d1c-e2b70f0a4c36/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
recipeDetails
return recipe details
200
Example_1
{"version": "v1.0", "recipe": {"id": "10236", "data": {"Name": "Famous Chicken Adobo", "Description": "Classic chicken adobo recipe that's simple to make and loved by all who try it. It has been modified to be a bit saucier than traditional adobo and is delicious served over rice.", "Time": ["Prep Time:20 mins", "Cook ...
{"type": "object", "properties": {"version": {"type": "string"}, "recipe": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Time": {"type": "array", "items": {"type": "string"}}, "Ingredients": {"type": ...
a2c26e10-6d33-4f61-8489-d70d9745bc9b/9051db64-964f-4273-aa4b-0689713f6c74/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
categories
Return all categories available.
200
Example_1
{"version": "v1.0", "categories": {"data": ["seafood", "chicken", "beef", "appetizers", "side-dishes", "salads"]}}
{"type": "object", "properties": {"version": {"type": "string"}, "categories": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}}}}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/9c0b0658-b04c-47e9-be75-887eb86eb00f/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
recipeByCuisine
return lists of recipes based on the cuisine
200
Example_1
{"version": "v1.0", "cuisines": {"data": [{"id": 90900, "name": "Chicken Adobo"}, {"id": 80800, "name": "Margo's Chicken Adobo"}]}}
{"type": "object", "properties": {"version": {"type": "string"}, "cuisines": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}}}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/88b66169-a54a-4241-ac6d-11ebd9ce9b3f/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
cuisines
Returns all the cuisines available.
200
Example_1
{"version": "v1.0", "cuisines": {"data": ["french", "german"]}}
{"type": "object", "properties": {"version": {"type": "string"}, "cuisines": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}}}}
a2c26e10-6d33-4f61-8489-d70d9745bc9b/de5f1ac3-3fa6-424f-9802-4e6b013fbf3d/0/0
Recipe API
Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
8.4
recipeByCategory
return lists of recipes based on the category
200
Example_1
{"version": "v1.0", "categories": {"data": [{"id": 1010101, "name": "Chicken with Artichokes and Goat Cheese"}, {"id": 909090, "name": "Poulet aigu de Tarragon"}]}}
{"type": "object", "properties": {"version": {"type": "string"}, "categories": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}}}
080f60cf-7ac4-4274-9e66-1798f99b92ab/16f51b1f-7cf6-4bcf-909b-6e45ed640a01/0/0
Recipes from Multiple Sources
An API getting all recipes from all the different online sources available.
null
Get All Dinner Recipes From All Data Sources
This endpoint will return back all dinner recipes from multiple data sources
200
New Example
[{"title": "Tennessee Meatloaf", "url": "https://www.allrecipes.com/recipe/232247/tennessee-meatloaf/", "category": "dinner", "source": "all-recipes"}, {"title": "Blackened Shrimp and Grits", "url": "https://www.skinnytaste.com/blackened-shrimp-and-grits/", "category": "dinner", "source": "skinny-taste"}, {"title": "Sp...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "category": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "source", "title", "url"]}}
080f60cf-7ac4-4274-9e66-1798f99b92ab/8b44be43-0312-465f-8700-c0b074de624b/0/0
Recipes from Multiple Sources
An API getting all recipes from all the different online sources available.
null
Get Recipes From Individual Data Sources
Get dinner recipes from a specific data source
200
New Example
[{"title": "Tennessee Meatloaf", "url": "https://www.allrecipes.com/recipe/232247/tennessee-meatloaf/", "category": "dinner", "source": "all-recipes"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "category": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "source", "title", "url"]}}
bb60068d-6afb-4a97-8548-012ac8679b09/746da254-0482-479b-b537-9563d3b1ec20/0/0
Is It Vegan?
Quickly check if the product you have is vegan/vegetarian or not (and even contains palm oil!)
0.1
isItVegan
Returns json-formatted response with information about the product. Request: GET /{product-name} Returns: { "palmOil": "YES" | "NO" | "UNKNOWN" | "MAYBE", "status": "OK" | "NOT-FOUND" | "ERROR", "vegan": "YES" | "NO" | "UNKNOWN" | "MAYBE" , "vegetarian": "YES" | "NO" | "UNKNOWN" | "MAYBE" }
200
Response
{"palmOil": "YES", "status": "OK", "vegan": "YES", "vegetarian": "YES"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"palmOil": {"type": "string"}, "status": {"type": "string"}, "vegan": {"type": "string"}, "vegetarian": {"type": "string"}}, "required": ["palmOil", "status", "vegan", "vegetarian"]}
055ca92e-1a9a-4195-9f7a-8903ce495038/92cb8cd7-08f2-4e8e-b99a-0493b3b73571/0/0
Yummly
API to query data about recipe, plan, ingredients, etc... as on official site
9.6
reviews/list
List reviews, feedback from other users
200
Response
{"averageRating": 4.703389830508475, "totalReviewCount": 118, "reviewImages": [{"isDisabled": false, "commentId": "e8cd8599-5725-4465-a056-f311d53c29e6", "originalImageUrl": "https://yummly-data.s3.amazonaws.com/uploads/review-image/1d7c9b0f-c00b-4cf1-891d-5b689747ddbd", "resizableImageUrl": "http://lh3.googleuserconte...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"averageRating": {"type": "number"}, "totalReviewCount": {"type": "integer"}, "reviewImages": {"type": "array", "items": {"type": "object", "properties": {"isDisabled": {"type": "boolean"}, "commentId": {"type": "string"}, "originalImageUrl"...
055ca92e-1a9a-4195-9f7a-8903ce495038/8b77df04-5d34-46de-82c4-f31ccc47478a/0/0
Yummly
API to query data about recipe, plan, ingredients, etc... as on official site
9.6
categories/list
List all categories of recipes
200
Response
{"browse-categories": [{"promoted": false, "tracking-id": "guided", "display": {"displayName": "Guided", "iconImage": "https://s.yumm.ly/category-browse/category-icon/guided_icon_separated_xxhdpi.png", "categoryImage": "http://lh3.googleusercontent.com/1StOOZqy4FFZq70UsCtFLRtCltQ4Vx9I-jPR9qo30Lex1PpI3b2UhhAl4T532mAURXg...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"browse-categories": {"type": "array", "items": {"type": "object", "properties": {"promoted": {"type": "boolean"}, "tracking-id": {"type": "string"}, "display": {"type": "object", "properties": {"displayName": {"type": "string"}, "iconImage"...
055ca92e-1a9a-4195-9f7a-8903ce495038/09bac272-652b-4ff4-802b-7d7f4bcb39c4/0/0
Yummly
API to query data about recipe, plan, ingredients, etc... as on official site
9.6
feeds/search
Search for recipes by name and option filters
200
Response
{"seo": {"web": {"noindex": true, "display-title": "Chicken+soup Recipes", "canonical-term": "chicken_soup", "meta-tags": {"title": "10 Best Chicken+soup Recipes | Yummly", "description": "The Best Chicken+soup Recipes on Yummly"}, "link-tags": [{"rel": "alternate", "hreflang": "en", "href": "https://www.yummly.com/rec...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seo": {"type": "object", "properties": {"web": {"type": "object", "properties": {"noindex": {"type": "boolean"}, "display-title": {"type": "string"}, "canonical-term": {"type": "string"}, "meta-tags": {"type": "object", "properties": {"titl...
055ca92e-1a9a-4195-9f7a-8903ce495038/ae23f424-c4c1-4938-9a76-b0a8d866f13d/0/0
Yummly
API to query data about recipe, plan, ingredients, etc... as on official site
9.6
feeds/auto-complete
Get auto complete suggestions by name or ingredients, etc...
200
Response
{"ingredients": [], "searches": ["chicken soup", "chicken soup crock pot", "chicken soup slow cooker", "chicken soup with potatoes", "chicken soup quick", "chicken soup base", "chicken soup with rice noodles", "chicken soup spices", "chicken soup diet", "chicken soup with tomatoes"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ingredients": {"type": "array"}, "searches": {"type": "array", "items": {"type": "string"}}}, "required": ["ingredients", "searches"]}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/4b9c70eb-c032-4226-861b-94aacdc414c1/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Update User
Update the user's information that change over time such as weight and activity level.
200
New Example
{"id": "GuqKavg3ZVIaeb8rEAAAA", "height": 170, "weight": 80, "dateOfBirth": "1991-03-03", "sex": "MALE", "createDate": "2022-08-16 13:15:06", "activityLevel": "VERY_ACTIVE"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "dateOfBirth": {"type": "string"}, "sex": {"type": "string"}, "createDate": {"type": "string"}, "activityLevel": {"type": "string"}}, "required": ["activ...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/a43dbc1e-107d-4958-8146-ee7abdf2773f/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Replace ingredient in existing diet
Replace an ingredient in an existing diet with another ingredient. An existing ingredient can be replaced only by a limited set of ingredients. To retrieve the list of possible replacements first make the call to GET /user/{userId}/diet/{dayIndex}/{mealType}/{ingredientId}/replace endpoint.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeAiLS9) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeAiLS9) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/a43dbc1e-107d-4958-8146-ee7abdf2773f/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Replace ingredient in existing diet
Replace an ingredient in an existing diet with another ingredient. An existing ingredient can be replaced only by a limited set of ingredients. To retrieve the list of possible replacements first make the call to GET /user/{userId}/diet/{dayIndex}/{mealType}/{ingredientId}/replace endpoint.
400
Wrong day index
{"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 40 days."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 100 days."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/a43dbc1e-107d-4958-8146-ee7abdf2773f/2/1
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Replace ingredient in existing diet
Replace an ingredient in an existing diet with another ingredient. An existing ingredient can be replaced only by a limited set of ingredients. To retrieve the list of possible replacements first make the call to GET /user/{userId}/diet/{dayIndex}/{mealType}/{ingredientId}/replace endpoint.
400
Ingredient not found
{"error": {"status": "BAD_REQUEST", "message": "The ingredient (616eca8c953bf31b72e0ef8) was not found in the diet (62c6a52e739fc838c60e3a34)."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 100 days."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/a43dbc1e-107d-4958-8146-ee7abdf2773f/2/2
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Replace ingredient in existing diet
Replace an ingredient in an existing diet with another ingredient. An existing ingredient can be replaced only by a limited set of ingredients. To retrieve the list of possible replacements first make the call to GET /user/{userId}/diet/{dayIndex}/{mealType}/{ingredientId}/replace endpoint.
400
Wrong ingredient used for replacement
{"error": {"status": "BAD_REQUEST", "message": "The ingredient (616f8d3917631b48b113df24) can not replace the ingredient (616f8d3917631b48b113d24) in this diet. Please choose an ingredient from the ones returned by the /replace call."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 100 days."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/aeb6569c-8b86-4fdc-936c-eae32f64aed4/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get food replacement options in diet
Retrieve the list of ingredients that can replace another ingredient in an existing diet.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (TLS6JzZNH3piljs15u7lw) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (TLS6JzZNH3piljs15u7lw) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/aeb6569c-8b86-4fdc-936c-eae32f64aed4/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get food replacement options in diet
Retrieve the list of ingredients that can replace another ingredient in an existing diet.
200
Success
[{"id": "616f8d3917631b48b113df24", "name": "Asparagus"}, {"id": "616eca57953bf31b472e0e40", "name": "Baby spinach"}, {"id": "616eca59953bf31b472e0e48", "name": "Beets, cooked"}, {"id": "616eca61953bf31b472e0e65", "name": "Carrots"}, {"id": "616eca63953bf31b472e0e6a", "name": "Tomatoes,grape, ripe"}, {"id": "616eca6895...
{"type": "array", "items": {"title": "FoodReplacement", "x-stoplight": {"id": "qlg0bscnmcx7n"}, "type": "object", "properties": {"id": {"type": "string", "description": "The ingredient's id."}, "name": {"type": "string", "description": "The ingredient's name."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/aeb6569c-8b86-4fdc-936c-eae32f64aed4/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get food replacement options in diet
Retrieve the list of ingredients that can replace another ingredient in an existing diet.
400
Ingredient not found
{"error": {"status": "BAD_REQUEST", "message": "The ingredient (616eca68953bf31b472e0e7c) was not found in the diet (62c6a52e739fc838c60e3a34)."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "The ingredient (616eca68953bf31b472e0e7c) was not found in the diet (62c6a52e739fc838c60e3a34)."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/b76b6658-c72c-45fa-91bc-d990a67738dd/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Generate new diet for user
Create a new diet for this user. This will overwrite any existing diet.
400
Invalid diet duration
{"error": {"status": "BAD_REQUEST", "message": "Invalid diet duration. The diet duration should be between [1, 30]."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "Invalid diet duration. The diet duration should be between [1, 30]."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/b76b6658-c72c-45fa-91bc-d990a67738dd/0/1
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Generate new diet for user
Create a new diet for this user. This will overwrite any existing diet.
400
Incorrect input values
{"error": {"status": "BAD_REQUEST", "message": "Value SKINNY_DIET is incorrect!"}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "Invalid diet duration. The diet duration should be between [1, 30]."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/b76b6658-c72c-45fa-91bc-d990a67738dd/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Generate new diet for user
Create a new diet for this user. This will overwrite any existing diet.
200
Success
{"dietType": "LOW_CARB", "weightGoal": 60, "dietDuration": 1, "dailyPlan": [{"meals": [{"type": "BREAKFAST", "ingredients": [{"id": "616eca8c953bf31b472e0ef8", "name": "Red pepper", "quantity": 150}, {"id": "616eca7d953bf31b472e0ec2", "name": "Garden salad blend ", "quantity": 133}, {"id": "616eca8f953bf31b472e0f05", "...
{"type": "object", "x-examples": {"example-1": {"dietType": "LOW_CARB", "weightGoal": 60, "dietDuration": 1, "dailyPlan": [{"meals": [{"type": "BREAKFAST", "ingredients": [{"id": "616eca8c953bf31b472e0ef8", "name": "Red pepper", "quantity": 150}, {"id": "616eca7d953bf31b472e0ec2", "name": "Garden salad blend ", "quanti...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/b76b6658-c72c-45fa-91bc-d990a67738dd/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Generate new diet for user
Create a new diet for this user. This will overwrite any existing diet.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeAiL8S) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeAiL8S) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/42078acc-082d-4e52-bd9f-428f59b7ed40/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Set user's food preferences
Set the ingredients that the user DOES NOT want in this diet. This request will overwrite any existing preference. If a diet already exists when this call is performed, it's better to regenerate the diet in order to take into account the new changes.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (RmTpYW8b0iSfxfWXtkJZ) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (RmTpYW8b0iSfxfWXtkJZ) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/42078acc-082d-4e52-bd9f-428f59b7ed40/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Set user's food preferences
Set the ingredients that the user DOES NOT want in this diet. This request will overwrite any existing preference. If a diet already exists when this call is performed, it's better to regenerate the diet in order to take into account the new changes.
400
Wrong ingredient id
{"error": {"status": "BAD_REQUEST", "message": "One of the ingredients does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "One of the ingredients does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/42078acc-082d-4e52-bd9f-428f59b7ed40/2/1
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Set user's food preferences
Set the ingredients that the user DOES NOT want in this diet. This request will overwrite any existing preference. If a diet already exists when this call is performed, it's better to regenerate the diet in order to take into account the new changes.
400
Malformed JSON
{"error": {"status": "BAD_REQUEST", "message": "Malformed JSON request"}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "One of the ingredients does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/c6fada83-7946-4bc5-b694-f55138ec48a1/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Create new user
Create a new user.
200
Success
{"id": "7HT4YjFSqG8vxqsb3Yz1J", "height": 170, "weight": 65, "dateOfBirth": "1991-03-03", "sex": "FEMALE", "createDate": "2022-07-07", "activityLevel": "VERY_ACTIVE"}
{"title": "User", "type": "object", "description": "", "examples": [{"id": 0, "height": 170, "weight": 90, "dateOfBirth": "1997-10-31", "sex": "string", "createDate": "2019-08-24", "activityLevel": "mostlySedentary"}], "properties": {"id": {"type": "integer", "description": "Unique identifier for the given user."}, "he...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/c6fada83-7946-4bc5-b694-f55138ec48a1/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Create new user
Create a new user.
400
Missing field
{"error": {"status": "BAD_REQUEST", "message": "weight field is required."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "weight field is required."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/c6fada83-7946-4bc5-b694-f55138ec48a1/1/1
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Create new user
Create a new user.
400
Incorrect values
{"error": {"status": "BAD_REQUEST", "message": "Value qwe is incorrect!"}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "weight field is required."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/2a73818c-0bc3-4edb-a969-db6a88fb1fe3/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's information
Retrieve the information of the user with the matching user ID.
403
Forbidden
{"error": {"status": "FORBIDDEN", "message": "Forbidden to access this resource."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "FORBIDDEN", "message": "Forbidden to access this resource."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/2a73818c-0bc3-4edb-a969-db6a88fb1fe3/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's information
Retrieve the information of the user with the matching user ID.
200
Success
{"id": "W5sO7INAm3jxpHsZqXRIj", "height": 170, "weight": 65, "dateOfBirth": "1991-03-03", "sex": "WOMAN", "createDate": "2022-07-06", "activityLevel": "VERY_ACTIVE"}
{"title": "User", "type": "object", "description": "", "examples": [{"id": 0, "height": 170, "weight": 90, "dateOfBirth": "1997-10-31", "sex": "string", "createDate": "2019-08-24", "activityLevel": "mostlySedentary"}], "properties": {"id": {"type": "integer", "description": "Unique identifier for the given user."}, "he...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/2a73818c-0bc3-4edb-a969-db6a88fb1fe3/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's information
Retrieve the information of the user with the matching user ID.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (ID) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (6290ab95a638365f5a428ab8) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/d43c9aca-dc6a-44cb-ae22-89747894fbdb/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Retrieve user's food preferences.
Retrieve the list of all ingredients that will be excluded from user's diets.
404
User not found.
{"error": {"status": "NOT_FOUND", "message": "The user (RmTpYW8b0iSfxfWXtkJZ) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (RmTpYW8b0iSfxfWXtkJZ) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/d43c9aca-dc6a-44cb-ae22-89747894fbdb/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Retrieve user's food preferences.
Retrieve the list of all ingredients that will be excluded from user's diets.
200
Success
[{"id": "616eca55953bf31b472e0e39", "name": "Arugula"}, {"id": "616eca55953bf31b472e0e3a", "name": "Asian Stir-fry vegetables"}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the ingredient"}, "id": {"type": "string", "description": "The ingredient's id"}}, "required": ["name", "id"]}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/4dd72415-0933-43d9-b2b6-071a97d7a962/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet
Return the diet configuration and the diet plan for each day.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeAiL8S) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "No active diet found for user (akicJrqn4DRIDFeAiL8S9)."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/4dd72415-0933-43d9-b2b6-071a97d7a962/0/1
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet
Return the diet configuration and the diet plan for each day.
404
Diet not found
{"error": {"status": "NOT_FOUND", "message": "No active diet found for user (akicJrqn4DRIDFeAiL8S9)."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "No active diet found for user (akicJrqn4DRIDFeAiL8S9)."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/4dd72415-0933-43d9-b2b6-071a97d7a962/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet
Return the diet configuration and the diet plan for each day.
200
Success
{"dietType": "LOW_CARB", "weightGoal": 60, "dietDuration": 1, "dailyPlan": [{"meals": [{"type": "BREAKFAST", "ingredients": [{"id": "616eca8c953bf31b472e0ef8", "name": "Red pepper", "quantity": 150}, {"id": "616eca7d953bf31b472e0ec2", "name": "Garden salad blend ", "quantity": 133}, {"id": "616eca8f953bf31b472e0f05", "...
{"type": "object", "x-examples": {"example-1": {"dietTypeId": "string", "weightGoal": 0, "dietDuration": 31, "timeGoal": 0}}, "properties": {"dietType": {"type": "string", "description": "The type of the diet.", "enum": ["LOW_CARB", "MEDITERRANEAN", "BETTER_BODY"]}, "weightGoal": {"type": "number", "description": "The ...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/f1f02c62-da51-4e33-8a3f-d9fd026e0b6e/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet for a specific day
Get the current diet plan for the specified user for a specific day.
404
User not found
{"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeiL8S9) does not exist."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "NOT_FOUND", "message": "The user (akicJrqn4DRIDFeiL8S9) does not exist."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/f1f02c62-da51-4e33-8a3f-d9fd026e0b6e/1/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet for a specific day
Get the current diet plan for the specified user for a specific day.
400
Wrong day index
{"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 100 days."}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}}}, "x-examples": {"example-1": {"error": {"status": "BAD_REQUEST", "message": "The diet (62c6a52e739fc838c60e3a34) has less than 100 days."}}}}
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/f1f02c62-da51-4e33-8a3f-d9fd026e0b6e/2/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
Get user's diet for a specific day
Get the current diet plan for the specified user for a specific day.
200
Example_1
{"meals": [{"type": "BREAKFAST", "ingredients": [{"id": "", "name": "", "quantity": 0}]}]}
{"type": "object", "x-examples": {"example-1": {"meals": [{"type": "BREAKFAST", "ingredients": [{"id": "616f8d3917631b48b113df24", "name": "Asparagus", "quantity": 230.25}, {"id": "616eca7d953bf31b472e0ec2", "name": "Garden salad blend ", "quantity": 133}, {"id": "616eca8f953bf31b472e0f05", "name": "Fish, Tuna, smoked"...
7a9bcc3e-10a9-4f9c-b02c-7a63b5f51e24/b04bdc2e-6af7-49ed-8e30-ed80f8a29a91/0/0
Bespoke Diet Generator
Our API generates a complete meal plan that is specific to the nutrition counseling world. We create fully detailed, personalized meal plans with specific ingredients / quantities and little cooking skill required. For better flexibility, our ingredient replacement algorithm creates a template where users can adapt the...
9.1
get-ingredients
Retrieve all the ingredients.
200
null
[{"id": "", "name": "Dairy and substitutes, Fats, Fish and seafood ", "ingredients": [{"id": "", "name": "Avocado, butter low fat, Chia seeds", "calories": 0, "proteins": 0, "lipids": 0, "carbs": 0, "fibres": 0}]}]
{"type": "array", "items": {"title": "FoodGroup", "type": "object", "examples": [{"id": "string", "name": "string", "food": [{"name": "string", "calories": 0, "proteins": 0, "lipids": 0, "carbs": 0, "fibres": 0, "id": "string"}]}], "properties": {"id": {"type": "string"}, "name": {"type": "string", "description": "Name...
39d32d5b-a808-4af9-ad9e-5f5b175be213/1dc0192c-e798-4583-b91a-ef87c55d60c8/0/0
Macronutrient Search
Get the macronutrient data, via the usda, for a large selection of foods and drinks.
null
Search
Using data made available by the USDA, perform a search on common foods and drinks to get as much macronutrient information as possible. Click here to get the USDA API key: https://fdc.nal.usda.gov/api-key-signup.html
200
Response
{"data": [{"description": "SKIPPY, NATURAL PEANUT BUTTER SPREAD WITH HONEY", "commonNames": null, "data": [{"nutrientName": "Protein", "amount": "18.8G"}, {"nutrientName": "Total lipid (fat)", "amount": "50G"}]}, {"description": "SKIPPY, PEANUT BUTTER SPREAD, CREAMY, CREAMY", "commonNames": null, "data": [{"nutrientNam...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "commonNames": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"nutrientName": {"type": "string"},...
5b2b3377e4b08122a9a22e4d/5b2b3424e4b0547c4a073a1e/0/0
Recipe and Ingredient Analysis
Zestful is the simplest way to parse recipe ingredients into beautiful JSON.
8.9
Parse Ingredients
Parse recipe ingredients into structured data
200
Example_1
{"error": null, "results": [{"confidence": 0.9806437, "error": null, "ingredientParsed": {"preparationNotes": "finely chopped", "product": "parsley", "productSizeModifier": null, "quantity": 2.5, "unit": "tablespoon", "usdaInfo": {"category": "Vegetables and Vegetable Products", "description": "Parsley, fresh", "fdcId"...
{"properties": {"error": {"type": "null"}, "results": {"items": {"properties": {"confidence": {"type": "number"}, "error": {"type": "null"}, "ingredientParsed": {"type": "object"}, "ingredientRaw": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f32d735d-6c79-4c61-b6be-a84bb447f170/ff567d31-c812-43f6-a433-2022476097d3/0/0
Beer Lover
Beer Lover API list more than 30,000 unique beers with diverse information (score, brewery, country, etc.)
0.1
GET a beer(s) by name as a fuzzy search
Retrieve the beer(s) with the name matching {beer} (fuzzy search)
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
7e3b44fb-60f7-4db7-8994-b6e6387994c2/656b5001-90f2-4377-98b8-15b50967d2cd/0/0
Cooking Recipe
An API listing cooking food recipe from around the world
0.2
GetRecipeByCat
Return specific list of recipes by category which will be pass
200
Response
[{"title": "Oats Cutlet", "category": "Indian Desserts", "url": "https://recipes.timesofindia.com/recipes/oats-cutlet/rs60276119.cms", "img": "https://static.toiimg.com/thumb/60276119.cms?width=573&height=382", "source": "Times of India"}, {"title": "Samosa", "category": "Indian Desserts", "url": "https://recipes.times...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "url": {"type": "string"}, "img": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "img", "source", "title", "url"]}}
7e3b44fb-60f7-4db7-8994-b6e6387994c2/1287134d-76d7-416c-84af-a5acf5a972df/0/0
Cooking Recipe
An API listing cooking food recipe from around the world
0.2
GetCategory
Return a list of Categories which will be provided for recipes
200
Response
[{"category": "General"}, {"category": "Indian Desserts"}, {"category": "Middle-East Kebab"}, {"category": "Indian Paneer Recipe"}, {"category": "Indian Chicken Recipe"}, {"category": "Indian Biryani Recipe"}, {"category": "Indian Potato Recipe"}, {"category": "Indian Egg Recipe"}, {"category": "Indian Mutton Recipe"},...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}
7f9c8639-86de-4358-ac45-7c0287a9ba72/3850052a-26c8-482c-a982-1a0a8cfcf42e/0/0
McDonald`s Products API
Information about the products sold in McDonalds stores. Including: Nutritional Information, Allergens, Seasonal Products, etc.
9
getProductById
Get a product by id
200
Example_1
{"id": 0, "name": "", "description": "", "marketing_name": "", "short_name": "", "menu_item_no": "", "type": "", "keywords": [], "ingredients": "", "additional_ingredient_statement": "", "nutrient_facts": [{"name": "Added Sugars", "value": "5", "unit": "grams", "hundred_g_per_product": "3.8", "recommended_daily_value":...
{"$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "description": {"type": "string"}, "marketing_name": {"type": "string"}, "short_name": {"type": "string"}, "menu_item_no": {"type": "string"...
7f9c8639-86de-4358-ac45-7c0287a9ba72/0104ac8c-b2e6-4d21-9a27-7caeeedc085d/0/0
McDonald`s Products API
Information about the products sold in McDonalds stores. Including: Nutritional Information, Allergens, Seasonal Products, etc.
9
getCurrentMenu
Show the menu that is currently used in McDonalds stores. Updated daily.
200
Example_1
{"categories": [{"name": "Breakfast", "products": [200232, 200234]}]}
{"$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "products": {"type": "array", "items": {"type": "number"}}}, "required": ["name", "products...
7f9c8639-86de-4358-ac45-7c0287a9ba72/46035593-6c84-4a57-819f-06fab83559bf/0/0
McDonald`s Products API
Information about the products sold in McDonalds stores. Including: Nutritional Information, Allergens, Seasonal Products, etc.
9
search
Search for products by any root level string field. Case insensitive.
200
Example_1
{"page": 0, "page_size": 0, "items": [{"id": 0, "name": "", "description": "", "marketing_name": "", "short_name": "", "menu_item_no": "", "type": "", "keywords": [], "ingredients": "", "additional_ingredient_statement": "", "nutrient_facts": [{"name": "Added Sugars", "value": "5", "unit": "grams", "hundred_g_per_produ...
{"$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": {"page": {"type": "number"}, "page_size": {"type": "number"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "descript...
4749388f-5d24-4ed4-ba46-f265523480a3/fcbd01c9-acc1-4e3c-b757-28b3beab56ad/0/0
Best of Movies
An API of best movies data
6
Get all the best movies
This endpoint will return back all the best movies .
200
New Example
[{"image": "https://m.media-amazon.com/images/M/MV5BNDE3ODcxYzMtY2YzZC00NmNlLWJiNDMtZDViZWM2MzIxZDYwXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_QL75_UX140_CR0,1,140,207_.jpg", "title": "1. The Shawshank Redemption", "url": "/title/tt0111161/?ref_=chttp_i_1", "releaseYear": "1994", "rate": "9.3\u00a0(2.8M)Rate"}, {"image": "https:...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "releaseYear": {"type": "string"}, "rate": {"type": "string"}}, "required": ["image", "rate", "releaseYear", "title", "url"]}}
4749388f-5d24-4ed4-ba46-f265523480a3/6646596c-e1a2-46b4-8dc2-4fca6c8b8fe1/0/0
Best of Movies
An API of best movies data
6
Get the movie by name
This endpoint returns all movies by name or just substring .
200
New Example
[{"image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX140_CR0,0,140,207_.jpg", "title": "53. Oppenheimer", "url": "/title/tt15398776/?ref_=chttp_i_53", "releaseYear": "2023", "rate": "8.5\u00a0(487K)Rate"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "releaseYear": {"type": "string"}, "rate": {"type": "string"}}, "required": ["image", "rate", "releaseYear", "title", "url"]}}