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 |
|---|---|---|---|---|---|---|---|---|---|
1cac03d4-adcb-447d-bb46-6222efc92e09/fd671ee5-16ea-47b2-a190-15471060b5d5/0/0 | MyNewTestApi | My new test API | 6.6 | MyTestEndpoint | My test end point | 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"]} |
dcbd91ed-ada3-40df-9953-5cf7f635d2a2/1d9f6caa-b382-43e2-8882-76c44a7e3116/0/0 | Worldwide Recipes | Over 2 MILLION recipes, nutrition, ingredients, users and reviews worldwide. | 9.3 | More from author | Get more recipe from author | 200 | New Example | {"success": false, "message": "Whoops, looks like something went wrong!", "results": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "null"}}, "required": ["message", "results", "success"]} |
dcbd91ed-ada3-40df-9953-5cf7f635d2a2/452bb647-beca-43c6-b19d-b37a6813c07c/0/0 | Worldwide Recipes | Over 2 MILLION recipes, nutrition, ingredients, users and reviews worldwide. | 9.3 | Review | Get reviews | 200 | New Example | {"success": true, "message": "success", "results": {"averageRating": 4, "totalReviewCount": 34, "reviewImages": [{"isDisabled": false, "commentId": "09206853-5df7-4a36-9f2c-5f8f274c574d", "originalImageUrl": "https://yummly-data.s3.amazonaws.com/uploads/review-image/2cdb7573-cc6f-4cbd-800c-c1e95d49baac", "resizableImag... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"averageRating": {"type": "integer"}, "totalReviewCount": {"type": "integer"}, "reviewImages": {"type": "array", "items": {"type": "o... |
dcbd91ed-ada3-40df-9953-5cf7f635d2a2/22b4bf50-5865-4712-a4be-72a05826a4d5/0/0 | Worldwide Recipes | Over 2 MILLION recipes, nutrition, ingredients, users and reviews worldwide. | 9.3 | Detail | Get detail of recipe | 200 | New Example | {"success": true, "message": "success", "results": {"feed": [{"seo": {"web": {"noindex": true, "canonical-term": "Rachael-Ray_s-Southwestern-Chili-Con-Queso-Pasta-Bake-1178051", "meta-tags": {"title": "Rachael Ray's Southwestern Chili Con Queso Pasta Bake Recipe | Yummly", "description": "Great taste, although I didn\u... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"feed": {"type": "array", "items": {"type": "object", "properties": {"seo": {"type": "object", "properties": {"web": {"type": "object... |
dcbd91ed-ada3-40df-9953-5cf7f635d2a2/bea36fac-cba9-41b4-92bf-028faa3ca0c1/0/0 | Worldwide Recipes | Over 2 MILLION recipes, nutrition, ingredients, users and reviews worldwide. | 9.3 | Suggestions | Get Suggestions | 200 | New Example | {"success": true, "message": "success", "results": {"ingredients": ["chicken broth", "chicken stock", "boneless skinless chicken breasts", "boneless skinless chicken breast", "chicken breasts", "chicken", "low-sodium chicken broth", "cooked chicken", "chicken thighs", "boneless skinless chicken thighs", "fresh boneless... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"ingredients": {"type": "array", "items": {"type": "string"}}, "searches": {"type": "array", "items": {"type": "string"}}}, "required... |
84250368-42fb-4a87-8018-c0212a547730/8e7a2944-4375-4092-b281-7e2bec213632/0/0 | Food Nutrition Information | search and find foods with their nutritional information | 9.2 | Find food by id | Retrieves a single food item by an FDC ID. | 200 | Response | {"foodComponents": [], "foodAttributes": [{"id": 1502114, "value": 10, "name": "Added Brand/Sub Brand Information", "foodAttributeType": {"id": 998, "name": "Update Log", "description": "Changes that were made to this food"}}], "foodPortions": [], "fdcId": 1497465, "description": "CHEESE", "publicationDate": "3/19/2021... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"foodComponents": {"type": "array"}, "foodAttributes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "foodAttributeType": {"type": "object", ... |
84250368-42fb-4a87-8018-c0212a547730/cf6c6011-3ed4-4089-b627-5e6965f51492/0/0 | Food Nutrition Information | search and find foods with their nutritional information | 9.2 | Search foods using keywords. | Search for foods using keywords. | 200 | Response | {"totalHits": 7607, "currentPage": 1, "totalPages": 7607, "pageList": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "foodSearchCriteria": {"query": "cheese", "generalSearchInput": "cheese", "brandOwner": "Kar Nut Products Company", "pageNumber": 1, "numberOfResultsPerPage": 50, "pageSize": 1, "requireAllWords": false}, "foods": [{"... | {"type": "object", "properties": {"totalHits": {"type": "integer"}, "currentPage": {"type": "integer"}, "totalPages": {"type": "integer"}, "pageList": {"type": "array", "items": {"type": "integer"}}, "foodSearchCriteria": {"type": "object", "properties": {"query": {"type": "string"}, "generalSearchInput": {"type": "str... |
b90c33c5-f6cb-4c61-9fd5-6b2a97d4d7b7/233153b1-3b23-45a1-916d-194bd6084c10/0/0 | iGrosa API | iGrosa API gets product prices from various supermarkets in South Africa. | 9.1 | Pick 'n Pay - Product Information Endpoint | This endpoint retrieves product information from Pick 'n Pay (supermarket identifier) and productId (product identifier) in the URL parameters. It returns a JSON response containing details such as the product name, price, image URL, and the name of the supermarket. | 200 | New Example | {"product_name": "Albany Superior Sliced Brown Bread 700g", "price": "R18.99", "img": "https://cdn-prd-02.pnp.co.za/sys-master/images/h84/h58/11128517394462/silo-product-image-v2-16Mar2023-190324-6001253010185-Straight_on-123592-14633_140Wx140H", "supermarket": "pnp"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product_name": {"type": "string"}, "price": {"type": "string"}, "img": {"type": "string"}, "supermarket": {"type": "string"}}, "required": ["img", "price", "product_name", "supermarket"]} |
b90c33c5-f6cb-4c61-9fd5-6b2a97d4d7b7/c17ff01e-23bc-4c30-a248-808c258c8962/0/0 | iGrosa API | iGrosa API gets product prices from various supermarkets in South Africa. | 9.1 | Balmoral - Product Information Endpoint | This endpoint retrieves product information from Balmoral (supermarket identifier) and productId (product identifier) in the URL parameters. It returns a JSON response containing details such as the product name, price, image URL, and the name of the supermarket. | 200 | New Example | {"product_name": "Blue Ribbon Sliced Brown Bread 700G", "price": "R 16.99", "img": "https://cdn.shopify.com/s/files/1/1121/4638/products/IMG_7023-fococlipping-HD_512x.png?v=1657610310", "supermarket": "balmoral"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product_name": {"type": "string"}, "price": {"type": "string"}, "img": {"type": "string"}, "supermarket": {"type": "string"}}, "required": ["img", "price", "product_name", "supermarket"]} |
b90c33c5-f6cb-4c61-9fd5-6b2a97d4d7b7/b3d987cf-2d83-4db7-9028-87b1012e983c/0/0 | iGrosa API | iGrosa API gets product prices from various supermarkets in South Africa. | 9.1 | Checkers - Product Information Endpoint | This endpoint retrieves product information from Checkers (supermarket identifier) and productId (product identifier) in the URL parameters. It returns a JSON response containing details such as the product name, price, image URL, and the name of the supermarket. | 200 | New Example | {"product_name": "Albany Superior Sliced White Bread Loaf 700g", "price": "R19.99", "img": "https://www.checkers.co.za/medias/10136301EAV2-checkers300Wx300H?context=bWFzdGVyfGltYWdlc3w1ODA4OHxpbWFnZS9wbmd8aW1hZ2VzL2g2ZS9oMGIvOTA5NjUxNTA5MjUxMC5wbmd8ZTViYzUzY2FiOWIyNWNmYmY0OGQ0ZGY0ZmY2ZDQwMGI3Nzk4ODMwOGYzMWRhNjIxOGZmM2Y... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product_name": {"type": "string"}, "price": {"type": "string"}, "img": {"type": "string"}, "supermarket": {"type": "string"}}, "required": ["img", "price", "product_name", "supermarket"]} |
b90c33c5-f6cb-4c61-9fd5-6b2a97d4d7b7/58a900b4-6c9e-4ba0-ae87-2c929bf9beca/0/0 | iGrosa API | iGrosa API gets product prices from various supermarkets in South Africa. | 9.1 | Shoprite - Product Information Endpoint | This endpoint retrieves product information from Shoprite (supermarket identifier) and productId (product identifier) in the URL parameters. It returns a JSON response containing details such as the product name, price, image URL, and the name of the supermarket. | 200 | New Example | {"product_name": "Albany Superior Sliced White Bread Loaf 700g", "price": "R19.99", "img": "https://www.shoprite.co.za/medias/10136301EAV2-checkers300Wx300H?context=bWFzdGVyfGltYWdlc3w1ODA4OHxpbWFnZS9wbmd8aW1hZ2VzL2g2ZS9oMGIvOTA5NjUxNTA5MjUxMC5wbmd8ZTViYzUzY2FiOWIyNWNmYmY0OGQ0ZGY0ZmY2ZDQwMGI3Nzk4ODMwOGYzMWRhNjIxOGZmM2Y... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product_name": {"type": "string"}, "price": {"type": "string"}, "img": {"type": "string"}, "supermarket": {"type": "string"}}, "required": ["img", "price", "product_name", "supermarket"]} |
66be7f67-f0b4-459c-bf40-e15b40ab224c/5dac8cb7-8d5e-4fdd-8020-b5ecf8ee104c/0/0 | Recipe Grabber | Extract recipes and nutrition information as JSON from your favorite recipe websites. | 1.7 | Fetch Recipe | Fetch a recipe from a given URL | 500 | INTERNAL_SERVER_ERROR | {"status": "error", "error": "INTERNAL_SERVER_ERROR", "error_message": "An unknown internal server error occurred. This has been logged.", "recipe": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "string"}, "error_message": {"type": "string"}, "recipe": {"type": "null"}}, "required": ["error", "error_message", "recipe", "status"]} |
66be7f67-f0b4-459c-bf40-e15b40ab224c/5dac8cb7-8d5e-4fdd-8020-b5ecf8ee104c/1/0 | Recipe Grabber | Extract recipes and nutrition information as JSON from your favorite recipe websites. | 1.7 | Fetch Recipe | Fetch a recipe from a given URL | 400 | INVALID_URL | {"status": "error", "error": "INVALID_URL", "error_message": "We could not connect to the URL you provided.", "recipe": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "string"}, "error_message": {"type": "string"}, "recipe": {"type": "null"}}, "required": ["error", "error_message", "recipe", "status"]} |
66be7f67-f0b4-459c-bf40-e15b40ab224c/5dac8cb7-8d5e-4fdd-8020-b5ecf8ee104c/1/1 | Recipe Grabber | Extract recipes and nutrition information as JSON from your favorite recipe websites. | 1.7 | Fetch Recipe | Fetch a recipe from a given URL | 400 | RECIPE_NOT_FOUND | {"status": "error", "error": "RECIPE_NOT_FOUND", "error_message": "A recipe could not be found on the URL you provided.", "recipe": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "string"}, "error_message": {"type": "string"}, "recipe": {"type": "null"}}, "required": ["error", "error_message", "recipe", "status"]} |
66be7f67-f0b4-459c-bf40-e15b40ab224c/5dac8cb7-8d5e-4fdd-8020-b5ecf8ee104c/1/2 | Recipe Grabber | Extract recipes and nutrition information as JSON from your favorite recipe websites. | 1.7 | Fetch Recipe | Fetch a recipe from a given URL | 400 | INVALID_REQUEST | {"status": "error", "error": "INVALID_REQUEST", "error_message": "Missing query string parameter: url", "recipe": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "string"}, "error_message": {"type": "string"}, "recipe": {"type": "null"}}, "required": ["error", "error_message", "recipe", "status"]} |
66be7f67-f0b4-459c-bf40-e15b40ab224c/5dac8cb7-8d5e-4fdd-8020-b5ecf8ee104c/2/0 | Recipe Grabber | Extract recipes and nutrition information as JSON from your favorite recipe websites. | 1.7 | Fetch Recipe | Fetch a recipe from a given URL | 200 | Successful Request | {"status": "success", "error": null, "error_message": null, "recipe": {"@type": "Recipe", "name": "Margherita Pizza", "recipeYield": "2 servings", "recipeInstructions": ["Preheat the oven to 500 degrees Fahrenheit with a rack in the upper third of the oven. If you\u2019re using a baking stone or baking steel, place it ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "error_message": {"type": "null"}, "recipe": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "recipeYield": {"type": "string"}, "recipeInstru... |
56646fe3-23a3-432f-9d82-7e38bae2ad47/b77303d6-4efc-4941-84de-87b0e7e7be75/0/0 | The Birthday Cake DB | Birthday cake recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use!
Category: Food, Cakes | 9.2 | Detailed Cake Recipe by ID | Get Cake Recipe by ID | 200 | Example | {"id": "5", "title": "Vegan chocolate cake", "difficulty": "Easy", "portion": "Serves 12", "time": "Hands-on time 40 min, plus cooling and a few hours firming; Oven time 1 hour 5-10 min", "description": "Our vegan chocolate cake is dairy-free and egg-free and comes with a vegan buttercream, amaretto and jam filling, an... | {"$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... |
56646fe3-23a3-432f-9d82-7e38bae2ad47/1ae2313b-4eab-478d-8aed-6f7afc439fc6/0/0 | The Birthday Cake DB | Birthday cake recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use!
Category: Food, Cakes | 9.2 | List of Cakes | This endpoint responds with a list of cakes that includes their names and images, as well as their IDs, which must be provided in the "Detailed Cake Recipe by ID
" endpoint to receive the detailed recipe. | 200 | New Example | [{"id": "1", "title": "Raspberry and custard muffins", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/cakes_api/1.jpg"}, {"id": "2", "title": "Lemon and blackberry stripe cake", "difficulty": "A challenge", "image": "https://apipics.s3.amazonaws.com/cakes_api/2.jpg"}, {"id": "3", "title": "Paul Hollyw... | {"$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"]}} |
19a2242a-032f-4eef-9003-b3981c5b5053/e6ab2aaa-b72e-4237-b713-4adc73dfd877/0/0 | MyCookbook.io | Make your own cookbook - parse online recipes from any website and convert them to a structured output (JSON). | 0.3 | Parse the recipe | Parse the recipe from the entered URL | 200 | Example_1 | [{"cook-time": "", "created": "2020-08-03T11:42:20.910175+00:00", "created-by": "RapidAPI", "customer-uuid": "8e1fc598-2d58-4ae9-b4cc-62364a0c6ce3", "description": "Full of great veggies and high-fibre quinoa, this easy-to-make salad is nutritious, delicious and super-satisfying. Top with juicy pomegranate seeds for a ... | {"items": {"properties": {"cook-time": {"type": "string"}, "created": {"type": "string"}, "customer-uuid": {"type": "string"}, "description": {"type": "string"}, "images": {"items": {"type": "string"}, "type": "array"}, "ingredients": {"items": {"type": "string"}, "type": "array"}, "instructions": {"items": {"propertie... |
1cfc79ed-cbc3-4226-8b03-c4fe3d944e08/e4cc153a-b302-4c43-bc6c-bb23efe18c4d/0/0 | The Vegan Recipes DB | Vegan Food Recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use!
Category: Food | 9.2 | Detailed Food Recipe by ID | Food Recipe by ID | 200 | New Example | {"id": "45", "title": "Smoky chipotle tofu with tomatoes and avocado", "difficulty": "Easy", "portion": "Serves 2-3", "time": "Hands-on time 15 min. Simmering time 7-8 min", "description": "Pair warm, intensely smoky, chipotle tofu with soothing smashed avocado. This vegan combo is incredible on toast or in breakfast t... | {"$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... |
b4370db6-70e6-4036-aa9d-df499e4e448d/89bd0f75-c938-48dd-b882-dc7f86bacc7a/2/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterHealth | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/da67f0ca-51af-4ea0-bf57-90ece9a7dda3/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterNutrition | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/ba91cf56-2595-4731-94d4-3fb22dd6ac0f/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterSafetyMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/5f1f4b0f-098b-4e86-87a7-7f394af02198/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterSustainableMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/604666da-4ff6-40b9-971a-af167f498b9c/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterAlternatives | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/b017dc81-b7de-48a4-b487-93a0a5654f86/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterEnvironmentMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/8584a5b7-da7d-4f11-8354-f5647f4343f7/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterSustainable | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/ff6a915f-4122-4285-9ac5-a934ed435616/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterEnvironment | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/14e5fa55-fe02-4164-8a0f-c3dd9c38eef5/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterAlternativesMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/90eed1d0-efba-4280-b585-f605aeb77c72/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterNutritionMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/4aae78c4-8ccb-4d14-a6dd-8e4328433235/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterSafety | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/0bceae3b-6a90-4e1f-951d-b183a526f991/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterProcessing | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/abbd6d59-494b-4af7-ab1b-e816f1ee56c5/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterHealthMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/b213acda-56a3-47a4-80d8-fefad4116ce5/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | climateLabels | Retrieve a single product's Carbon Footprint Estimate, Carbon Footpint Value Tag, Carbon Equivalent, Water Footprint Estimate, Water Footprint Value Tag, & Water Equivalent | 200 | null | {"upc": 856824003266, "productName": "pacific resources international manuka lollipops strawberry", "carbonFootprintPerServing": "53 grams", "carbonFootprintPerServingDrive": "0.13 miles", "waterFootprintPerServing": "6 gallons", "waterFootprintPerServingShower": "1.7 minutes", "carbonFootprintTags": [], "carbonFootpr... | {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "carbonFootprintPerServing": {"type": "string"}, "carbonFootprintPerServingDrive": {"type": "string"}, "waterFootprintPerServing": {"type": "string"}, "waterFootprintPerServingShower": {"type": "string"}, "carbonFootprintTag... |
b4370db6-70e6-4036-aa9d-df499e4e448d/d40588c1-6847-40d7-8ac0-b032e7cd0f55/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | betterProcessingMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
b4370db6-70e6-4036-aa9d-df499e4e448d/6164ae09-e279-4558-9011-ce4ed7c1268a/2/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | matchEnrichedMultipleFile | Upload a file and retrieve multiple products' information, including attributes, insights, and scores. | 200 | null | [{"success": true, "outputUrl": "https://data.greenchoice.co/download/f8c974831b25f794bf0e605a1e2211b821ed3f73334318e46541142c388b69ba.csv", "availableAt": ""}] | {"type": "array", "items": {"type": "object", "properties": {"success": {"type": "boolean"}, "outputUrl": {"type": "string"}, "availableAt": {"type": "string", "format": "date-time"}}}} |
b4370db6-70e6-4036-aa9d-df499e4e448d/9090fed1-3d13-4d07-8f9f-1076f0f3a884/1/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | climateLabelsMultiple | Retrieve multiple products' Carbon Footprint Estimates, Carbon Footpint Value Tags, Carbon Equivalents, Water Footprint Estimates, Water Footprint Value Tags, & Water Equivalents | 200 | null | [{"upc": 856824003266, "productName": "pacific resources international manuka lollipops strawberry", "carbonFootprintPerServing": "53 grams", "carbonFootprintPerServingDrive": "0.13 miles", "waterFootprintPerServing": "6 gallons", "waterFootprintPerServingShower": "1.7 minutes", "carbonFootprintTags": [], "carbonFootp... | {"type": "array", "items": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "carbonFootprintPerServing": {"type": "string"}, "carbonFootprintPerServingDrive": {"type": "string"}, "waterFootprintPerServing": {"type": "string"}, "waterFootprintPerServingShower": {"type": "st... |
b4370db6-70e6-4036-aa9d-df499e4e448d/a4690ca0-074b-4a66-bb36-8d86ef60b690/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | relatedProducts | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | {"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore":... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integer"}, "nutritionScore": {"t... |
b4370db6-70e6-4036-aa9d-df499e4e448d/045d7faa-6fc4-4dee-8dc6-6746857d6917/0/0 | Food - Diet - Nutrition - Sustainability | Access the most comprehensive dietary, health, and sustainability dataset on food & beverage products in the U.S. The GreenChoice Empower Food API gives you access to high-quality food & beverage product details (product types, ingredients, nutrition facts), over 100 regulatory-compliant derived dietary, wellness, and ... | 0.2 | relatedProductsMultiple | Retrieve up to 12 products with score details and minimal product attributes.
You must send us your catalog to receive recommendations within your catalog. Please see Submitting Your Catalog for more details on sending us your catalog. | 200 | null | [{"product": {"upc": 711464013368, "productName": "blue dragon light coconut milk", "quantityDescription": "12 pack 13.5 oz each", "mainProductImage": "https://images.greenchoice.io/sm-gc/00711464013368_C1N1.jpg", "greenscore": 84, "processingScore": 100, "nutritionScore": 40, "foodSafetyScore": 100, "environmentScore"... | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "object", "properties": {"upc": {"type": "string"}, "productName": {"type": "string"}, "quantityDescription": {"type": "string"}, "mainProductImage": {"type": "string"}, "greenscore": {"type": "integer"}, "processingScore": {"type": "integ... |
1420c5e9-a314-4c19-a369-2fbc1a624fb3/a2996ecc-1d74-412f-a172-e9ab25580dd5/0/0 | Food around the world | This API provides data on food around the world | 0.2 | getfoodbycountry | This should get food data by country | 200 | New Example | {"message": "success", "data": [{"food_name": "Rendang", "food_from": "Indonesia", "food_calories": 468, "food_image": "https://asset.kompas.com/crops/gi24VPQMhftubxYIWPJATjHrxTA=/0x0:1000x667/750x500/data/photo/2020/06/30/5efb0cb4a0226.jpg", "food_desc": "Rendang is a Minang dish originating from the Minangkabau regio... | {"message": "success", "data": [{"food_name": "string", "food_from": "string", "food_calories": "int", "food_image": "string", "food_desc": "string"}], "timeStamp": "2021-10-24T05:14:32+00:00"} |
1420c5e9-a314-4c19-a369-2fbc1a624fb3/f36f302b-5b19-4beb-b3eb-b303f4eed523/0/0 | Food around the world | This API provides data on food around the world | 0.2 | allfood | This should get food data | 200 | New Example | {"message": "success", "data": [{"food_name": "Rissoto", "food_from": "Italy", "food_calories": 166, "food_image": "https://assets.bonappetit.com/photos/5c803ed5eda4a341526b6077/1:1/w_2560%2Cc_limit/risotto-5.jpg", "food_desc": "Risotto is a northern Italian rice dish cooked with broth until it reaches a creamy consist... | {"message": "success", "data": [{"food_name": "string", "food_from": "string", "food_calories": "int", "food_image": "string", "food_desc": "string"}], "timeStamp": "2021-10-24T05:14:32+00:00"} |
82e4bdd3-916e-474b-a676-e53fef2806bc/b1e91183-2827-43a9-8139-0c814057f16f/0/0 | food recipe api | An api that shows food recipes of Turkish cuisine | 6.5 | Get Recipes from a specific category | This endpoint will return all recipes belong to one category. | 200 | New Example | [{"title": "Tarhana Mezesi", "url": "https://www.gzt.com/lokma/tarhana-mezesi-35992", "categoryName": "salad"}, {"title": "K\u00f6rili Elma Sos", "url": "https://www.gzt.com/lokma/korili-elma-sos-35983", "categoryName": "salad"}, {"title": "Girit Ezmesi", "url": "https://www.gzt.com/lokma/girit-ezmesi-35980", "category... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "categoryName": {"type": "string"}}, "required": ["categoryName", "title", "url"]}} |
82e4bdd3-916e-474b-a676-e53fef2806bc/be6066ae-1edd-4e43-ab09-990f8370fc9e/0/0 | food recipe api | An api that shows food recipes of Turkish cuisine | 6.5 | Get Individual Recipe | This endpoint will return a specific meal recipe by Id | 200 | New Example | [{"title": "Arpa \u015eehriyeli Kabak \u00c7orbas\u0131", "category": "soup", "ingredients": [{"amount": "1", "ingredientValue": "adet k\u00fc\u00e7\u00fck do\u011franm\u0131\u015f", "ingredientKey": "kabak"}, {"amount": "\u00e7eyrek", "ingredientValue": "su barda\u011f\u0131 ", "ingredientKey": "arpa \u015fehriye"}, {... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "ingredientValue": {"type": "string"}, "ingredi... |
a20994ff-8bd1-4208-a982-7cdfbf5b6d96/ae6e0b23-ab51-48f2-a81e-75048de721ca/0/0 | CamRest676 | CamRest service por restaurant reservation | 7.7 | bookRestaurant | Returns the restaurants the user is looking for | 200 | Example_1 | {"message": "The phone number is: 675151146"} | {"type": "string"} |
a20994ff-8bd1-4208-a982-7cdfbf5b6d96/ae6e0b23-ab51-48f2-a81e-75048de721ca/1/0 | CamRest676 | CamRest service por restaurant reservation | 7.7 | bookRestaurant | Returns the restaurants the user is looking for | 404 | Example_1 | {"message": "Error: The url or request is not found"} | {"type": "string"} |
5ee21f21-75ab-47dc-a0e0-166aeb6a5d61/3748c379-afb5-4105-8f2b-a62527ed8039/0/0 | favoriteFoodApi | This Api Holds some of the Favorite Dishes I fancy from Cameroon | 8.2 | Get All Favorite Food | This endpoint will return all my favorite Cameroonian dishes | 200 | New Example | [{"favoriteDish": "kati-kati", "imageUrl": "https://tinyurl.com/4eacv9jx", "price": 12, "platesAvailable": 4}, {"favoriteDish": "Egusi Soup", "imageUrl": "https://tinyurl.com/47bewwwu", "price": 16, "platesAvailable": 4}, {"favoriteDish": "Bongo Tchobi", "imageUrl": "https://tinyurl.com/5aydwh3c", "price": 13, "platesA... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"favoriteDish": {"type": "string"}, "imageUrl": {"type": "string"}, "price": {"type": "integer"}, "platesAvailable": {"type": "integer"}}, "required": ["favoriteDish", "imageUrl", "platesAvailable", "price"]}} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/f35d318f-6195-46a7-88c9-fbe1be1bf524/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | recipeByCategory | return lists of recipes based on the category | 200 | Example_1 | {"version": "v1.0", "categories": {"data": [{"id": 12, "name": "Chicken Souvlaki with Tzatziki Sauce"}, {"id": 13, "name": "Greek-Style Garlic Chicken Breasts"}]}} | {"type": "object", "properties": {"version": {"type": "string"}, "categories": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}}} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/003799f5-009d-4ab2-8ffa-db1589955403/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"}, {"id": 10240, "name": "Grilled Chicken Adobo"}]}} | {"type": "object", "properties": {"version": {"type": "string"}, "recipe": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}}} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/f6182189-5de3-4899-aba3-17a176c3b20b/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/af4c60cb-c754-4edd-9db4-16eb920221e7/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/bf7a1a93-a35b-43b4-837b-bc659fcb92dc/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | generateMealPlan | return breakfast, lunch, dinner and snacks meal plan based on the given preference. | 200 | Example_1 | {"version": "v1.0", "recipe": {"data": {"breakfast": "Egg whites, oatmeal with fruits, whole wheat toast", "lunch": "Grilled chicken breast, brown rice, mixed vegetables, quinoa salad", "dinner": "Salmon fillet, sweet potato, steamed broccoli, mixed green salad with olive oil dressing", "snacks": "Protein shake, Greek ... | {"type": "object"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/b788703e-cf90-46a7-b05a-53915d4205c5/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/7d987de8-2f96-4afd-a651-6a72ee8db2bc/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/639b5031-c1f8-427e-8fac-4d19734b90dc/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | cuisines | Returns all the cuisines available. | 200 | Example_1 | {"version": "v1.0", "cuisines": {"data": ["greek", "indian", "indonesian", "israeli", "italian", "jamaican"]}} | {"type": "object", "properties": {"version": {"type": "string"}, "cuisines": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}}}} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/ee32ac75-242e-4019-b5e5-fd20ac86dacc/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | 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"} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/9900c608-ed01-4014-928e-b647a2d3460c/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | categories | Return all categories available. | 200 | Example_1 | {"version": "v1.0", "categories": {"data": ["seafood", "chicken", "beef", "appetizers", "side-dishes"]}} | {"type": "object", "properties": {"version": {"type": "string"}, "categories": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}}}} |
e1c46038-0b17-4f67-b880-b7cb2b339a75/bfa6aa49-b954-4586-8e6f-080605a70082/0/0 | All in one Recipe API | Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place. | 8.5 | recipeByCuisine | return lists of recipes based on the cuisine | 200 | Example_1 | {"version": "v1.0", "cuisines": {"data": [null, {"id": 10184, "name": "Cassava Cake"}, {"id": 10185, "name": "Buchi"}]}} | {"type": "object"} |
a297c54e-c61c-4bd9-b573-9fb23812d3e6/d95b7ba0-759f-4b72-acca-2a728ff5715d/0/0 | Recipe Generator | Uses AI to generate a unique recipe based on a provided name and a list of ingredients | 7.9 | Generate Recipe | Uses AI to generate a unique recipe based on a provided name and a list of ingredients | 200 | New Example | {"name": "string", "ingredients": "string", "instructions": "string", "nutrition": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "ingredients": {"type": "string"}, "instructions": {"type": "string"}, "nutrition": {"type": "string"}}, "required": ["ingredients", "instructions", "name", "nutrition"]} |
ec998f5f-b65d-4f3e-a086-7688da32da98/53a76bb8-398d-4aba-af42-14fed2736023/0/0 | Beer Live | An API showing all german breweries and beers with a couple of informations (beer-rating, locations, etc.) | null | Get all beers from Germany | This Endpoint shows all the beers from Germany.
Its include the name of the beer, its location and some rating | 200 | New Example | {"bier": "Bauer Hell", "herkunft": "Leipzig", "bewertung": "51%", "votes": "137"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"bier": {"type": "string"}, "herkunft": {"type": "string"}, "bewertung": {"type": "string"}, "votes": {"type": "string"}}, "required": ["bewertung", "bier", "herkunft", "votes"]} |
ec998f5f-b65d-4f3e-a086-7688da32da98/2a80370e-1c73-4430-bb63-ebcd6fe0827e/0/0 | Beer Live | An API showing all german breweries and beers with a couple of informations (beer-rating, locations, etc.) | null | Get all breweries in Germany | REST-Endpoint to display all the nice breweries in Germany | 200 | New Example | {"title": "Wei\u00dfenseer Ratsbr\u00e4u", "bundesland": "Th\u00fcringen", "ort": "Wei\u00dfensee "} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "bundesland": {"type": "string"}, "ort": {"type": "string"}}, "required": ["bundesland", "ort", "title"]} |
4767def9-d590-4e1b-98e5-8f2a5d8940ca/9b5c1e5d-e810-4143-8f22-649883c7104f/1/0 | Food unit of measurement converter | Convert your food measurement units into grams, oz, lbs, milliliters, cups, teaspoons, tablespoons, fl_oz, liters, quarts, and pints. | 6.9 | convert | Returns a json containing all units of measurement | 200 | 50 grams of `whole_wheat_flour` | {"cups": 0.38461474192307676, "fl_oz": 3.076917935384614, "grams": 50, "lbs": 0.110231, "liters": 0.09099538461538458, "milliliters": 90.99538461538458, "oz": 1.7637, "pints": 0.1923078259384615, "quarts": 0.09615391296923075, "tablespoons": 6.153835870769228, "teaspoons": 18.461507612307685} | {"properties": {"cups": {"type": "number"}, "fl_oz": {"type": "number"}, "grams": {"type": "number"}, "lbs": {"type": "number"}, "liters": {"type": "number"}, "milliliters": {"type": "number"}, "oz": {"type": "number"}, "pints": {"type": "number"}, "quarts": {"type": "number"}, "tablespoons": {"type": "number"}, "teasp... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/e6fe139e-587b-46f8-b3d8-589816e1fdbe/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | List all meals by first letter | List all meals by first letter | 200 | Response | {"meals": [{"dateModified": null, "idMeal": "52768", "strArea": "British", "strCategory": "Dessert", "strDrinkAlternate": null, "strIngredient1": "digestive biscuits", "strIngredient10": "", "strIngredient11": "", "strIngredient12": "", "strIngredient13": "", "strIngredient14": "", "strIngredient15": "", "strIngredient... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idMeal": {"type": "string"}, "strArea": {"type": "string"}, "strCategory": {"type": "string"}, "strDrinkAlternate": {"type": "null"}, "s... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/dd08b6a8-bfe6-4824-b41f-87b3ea8fbff5/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Search meal by name | Search meal by name | 200 | Response | {"meals": [{"dateModified": null, "idMeal": "52771", "strArea": "Italian", "strCategory": "Vegetarian", "strDrinkAlternate": null, "strIngredient1": "penne rigate", "strIngredient10": "", "strIngredient11": "", "strIngredient12": "", "strIngredient13": "", "strIngredient14": "", "strIngredient15": "", "strIngredient16"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idMeal": {"type": "string"}, "strArea": {"type": "string"}, "strCategory": {"type": "string"}, "strDrinkAlternate": {"type": "null"}, "s... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/60980052-7cf2-4f9f-b065-59709abd70ac/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Lookup full meal details by id | Lookup full meal details by id | 200 | Response | {"meals": [{"dateModified": null, "idMeal": "52772", "strArea": "Japanese", "strCategory": "Chicken", "strDrinkAlternate": null, "strIngredient1": "soy sauce", "strIngredient10": "", "strIngredient11": "", "strIngredient12": "", "strIngredient13": "", "strIngredient14": "", "strIngredient15": "", "strIngredient16": nul... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idMeal": {"type": "string"}, "strArea": {"type": "string"}, "strCategory": {"type": "string"}, "strDrinkAlternate": {"type": "null"}, "s... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/c2f92797-d35c-4df0-af8f-70993dd5218c/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Lookup a single random meal | Lookup a single random meal | 200 | Response | {"meals": [{"dateModified": null, "idMeal": "52772", "strArea": "Japanese", "strCategory": "Chicken", "strDrinkAlternate": null, "strIngredient1": "soy sauce", "strIngredient10": "", "strIngredient11": "", "strIngredient12": "", "strIngredient13": "", "strIngredient14": "", "strIngredient15": "", "strIngredient16": nul... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idMeal": {"type": "string"}, "strArea": {"type": "string"}, "strCategory": {"type": "string"}, "strDrinkAlternate": {"type": "null"}, "s... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/7e41f552-1d8c-46f1-94af-50c578ef8e74/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Lookup a selection of 10 random meals | Lookup a single random mealLookup a selection of 10 random meals | 200 | Response | {"meals": [{"dateModified": null, "idMeal": "53005", "strArea": "British", "strCategory": "Dessert", "strDrinkAlternate": null, "strIngredient1": "Flour", "strIngredient10": "Cinnamon", "strIngredient11": "Lemon Juice", "strIngredient12": "Unsalted Butter", "strIngredient13": "Milk", "strIngredient14": "Sugar", "strIng... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idMeal": {"type": "string"}, "strArea": {"type": "string"}, "strCategory": {"type": "string"}, "strDrinkAlternate": {"type": "null"}, "s... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/12a37966-33dc-4ef9-ac09-0fc6a4571a3b/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | List all meal categories | List all meal categories | 200 | Response | {"categories": [{"idCategory": "1", "strCategory": "Beef", "strCategoryDescription": "Beef is the culinary name for meat from cattle, particularly skeletal muscle. Humans have been eating beef since prehistoric times.[1] Beef is a source of high-quality protein and essential nutrients.[2]", "strCategoryThumb": "https:/... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"idCategory": {"type": "string"}, "strCategory": {"type": "string"}, "strCategoryDescription": {"type": "string"}, "strCategoryThumb": {"type": "string"}}, "required"... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/5a766ef8-8f8c-400d-ad78-ef1306548a76/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Latest Meals | List all meal cLatest Mealsategories | 200 | Response | {"categories": [{"idCategory": "1", "strCategory": "Beef", "strCategoryDescription": "Beef is the culinary name for meat from cattle, particularly skeletal muscle. Humans have been eating beef since prehistoric times.[1] Beef is a source of high-quality protein and essential nutrients.[2]", "strCategoryThumb": "https:/... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"idCategory": {"type": "string"}, "strCategory": {"type": "string"}, "strCategoryDescription": {"type": "string"}, "strCategoryThumb": {"type": "string"}}, "required"... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/d00f3ddc-c80d-4fe2-88ec-29118aa91608/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | List all Categories | list all categories | 200 | Response | {"meals": [{"strCategory": "Beef"}, {"strCategory": "Breakfast"}, {"strCategory": "Chicken"}, {"strCategory": "Dessert"}, {"strCategory": "Goat"}, {"strCategory": "Lamb"}, {"strCategory": "Miscellaneous"}, {"strCategory": "Pasta"}, {"strCategory": "Pork"}, {"strCategory": "Seafood"}, {"strCategory": "Side"}, {"strCateg... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"strCategory": {"type": "string"}}, "required": ["strCategory"]}}}, "required": ["meals"]} |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/e8e8141f-50dd-4ed6-a362-b6bd98aafd29/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | List all Areas | list all areas | 200 | Response | {"meals": [{"strArea": "American"}, {"strArea": "British"}, {"strArea": "Canadian"}, {"strArea": "Chinese"}, {"strArea": "Dutch"}, {"strArea": "Egyptian"}, {"strArea": "French"}, {"strArea": "Greek"}, {"strArea": "Indian"}, {"strArea": "Irish"}, {"strArea": "Italian"}, {"strArea": "Jamaican"}, {"strArea": "Japanese"}, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"strArea": {"type": "string"}}, "required": ["strArea"]}}}, "required": ["meals"]} |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/5b416999-38fe-415d-a695-f76a8f8fa28f/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Filter by main ingredient | Filter by main ingredient | 200 | Response | {"meals": [{"idMeal": "53016", "strMeal": "Chick-Fil-A Sandwich", "strMealThumb": "https://www.themealdb.com/images/media/meals/sbx7n71587673021.jpg"}, {"idMeal": "52850", "strMeal": "Chicken Couscous", "strMealThumb": "https://www.themealdb.com/images/media/meals/qxytrx1511304021.jpg"}, {"idMeal": "52818", "strMeal": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"idMeal": {"type": "string"}, "strMeal": {"type": "string"}, "strMealThumb": {"type": "string"}}, "required": ["idMeal", "strMeal", "strMealThumb"]}}}, "required": ["meals... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/fefe620a-8f6e-4eab-960c-12ec14e2d93c/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Filter by mutli-ingredient | Filter by mutli-ingredient | 200 | Response | {"meals": [{"idMeal": "53016", "strMeal": "Chick-Fil-A Sandwich", "strMealThumb": "https://www.themealdb.com/images/media/meals/sbx7n71587673021.jpg"}, {"idMeal": "52850", "strMeal": "Chicken Couscous", "strMealThumb": "https://www.themealdb.com/images/media/meals/qxytrx1511304021.jpg"}, {"idMeal": "52818", "strMeal": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"idMeal": {"type": "string"}, "strMeal": {"type": "string"}, "strMealThumb": {"type": "string"}}, "required": ["idMeal", "strMeal", "strMealThumb"]}}}, "required": ["meals... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/c3518327-ede2-4b1b-8985-db48cccfddae/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Filter by Category | Filter by Category | 200 | Response | {"meals": [{"idMeal": "52959", "strMeal": "Baked salmon with fennel & tomatoes", "strMealThumb": "https://www.themealdb.com/images/media/meals/1548772327.jpg"}, {"idMeal": "52819", "strMeal": "Cajun spiced fish tacos", "strMealThumb": "https://www.themealdb.com/images/media/meals/uvuyxu1503067369.jpg"}, {"idMeal": "529... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"idMeal": {"type": "string"}, "strMeal": {"type": "string"}, "strMealThumb": {"type": "string"}}, "required": ["idMeal", "strMeal", "strMealThumb"]}}}, "required": ["meals... |
2d1e1c3f-1634-4e96-b0ae-ca209994cdc0/910ca27c-0793-4f89-be2e-4e25565b05af/0/0 | TheMealDB | Welcome to TheMealDB: An open, crowd-sourced database of Recipes from around the world. | 9 | Filter by Area | Filter by Area | 200 | Response | {"meals": [{"idMeal": "52928", "strMeal": "BeaverTails", "strMealThumb": "https://www.themealdb.com/images/media/meals/ryppsv1511815505.jpg"}, {"idMeal": "52965", "strMeal": "Breakfast Potatoes", "strMealThumb": "https://www.themealdb.com/images/media/meals/1550441882.jpg"}, {"idMeal": "52923", "strMeal": "Canadian But... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meals": {"type": "array", "items": {"type": "object", "properties": {"idMeal": {"type": "string"}, "strMeal": {"type": "string"}, "strMealThumb": {"type": "string"}}, "required": ["idMeal", "strMeal", "strMealThumb"]}}}, "required": ["meals... |
b6bb0ae0-da84-4ec2-b928-1a744b7f6851/8d8eae9c-2c89-4bc9-9889-7b1baa739a1c/0/0 | ComfyFood | This is an API from ComfyFood's website | 8.3 | Get all Recipes 1 | returns all the recipes from comfyfood's website | 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"]} |
b6bb0ae0-da84-4ec2-b928-1a744b7f6851/9170b27c-7dce-4884-9558-318a81494df1/0/0 | ComfyFood | This is an API from ComfyFood's website | 8.3 | Get All Categories | Returns all categories | 200 | New Example | {"categories": ["meat", "fish", "vegetables"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}}, "required": ["categories"]} |
67678d22-08fb-4d54-8d96-8439ff615653/cc9619c4-d8cc-4c3e-b8e3-4e2cd95d71a6/0/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | Web Recipe Search | Performs a full-text search on our recipe database of German language recipes on the Web. | 200 | New Example | [{"title": "", "ingredients": [{"amount": "", "unit": "", "name": ""}], "source": "", "image_urls": [], "portions": 0, "total_time": 0, "rating": {"rating_value": 0, "rating_count": 0}, "difficulty": "", "diet": [], "nutrition": {"kcal": 0}}] | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "unit": {"type": "string"}, "name": {"type": "string"}}}}, "source": {"type": "string"}, "image_urls": {"type": "array"}, "p... |
67678d22-08fb-4d54-8d96-8439ff615653/cc9619c4-d8cc-4c3e-b8e3-4e2cd95d71a6/1/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | Web Recipe Search | Performs a full-text search on our recipe database of German language recipes on the Web. | 422 | New Example | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array"}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]} |
67678d22-08fb-4d54-8d96-8439ff615653/cc9619c4-d8cc-4c3e-b8e3-4e2cd95d71a6/2/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | Web Recipe Search | Performs a full-text search on our recipe database of German language recipes on the Web. | 400 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
67678d22-08fb-4d54-8d96-8439ff615653/701dac20-62e2-405f-9a45-7c7e2eb5f441/1/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | AI Recipe Generator | Generates a recipe in German language using AI, based on your query. | 200 | Kuchen | {"text": "Ein zuckerfreier Kuchen mit Cashews"} | {"type": "object", "properties": {"text": {"type": "string"}}} |
67678d22-08fb-4d54-8d96-8439ff615653/9882d3f1-959f-404b-a076-d24539830bd5/1/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | Recipe Web Crawler | Crawl any URL for structured recipes. The process is optimized for German recipe websites. | 200 | New Example | {"ingredients": [{"amount": "200", "name": "Cashews", "unit": "g"}, {"amount": "200", "name": "Datteln", "unit": "g"}, {"amount": "100", "name": "Mandelmehl", "unit": "g"}, {"amount": "100", "name": "Kokos\u00f6l", "unit": "g"}, {"amount": "4", "name": "Eier", "unit": ""}, {"amount": "1", "name": "Backpulver", "unit": ... | {"type": "object", "properties": {"ingredients": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "name": {"type": "string"}, "unit": {"type": "string"}}}}, "steps": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}} |
67678d22-08fb-4d54-8d96-8439ff615653/926ff7f2-8709-4763-bb11-891ec3dc8e33/3/0 | gustar.io Deutsche Rezepte | Generate German language recipes and recipe images using AI. Extract or search recipes from the web. | 9.1 | AI Recipe Image Generator | Generate a recipe image based on a provided recipe using AI. | 200 | New Example | {"url": "https://....jpg"} | {"type": "object", "properties": {"url": {"type": "string"}}} |
588aec87-e6c6-412d-9293-9926ab188279/d4b9f948-3d12-41e7-8b28-6bf2541a38ac/0/0 | The Cocktail DB | API to get data on alcohol & cocktails. | 9.7 | Lookup a selection of 10 random cocktails | Lookup a selection of 10 random cocktails | 200 | Response | {"drinks": [{"dateModified": "2017-09-02 23:16:49", "idDrink": "12055", "strAlcoholic": "Alcoholic", "strCategory": "Ordinary Drink", "strCreativeCommonsConfirmed": "No", "strDrink": "Royal Fizz", "strDrinkAlternate": null, "strDrinkDE": null, "strDrinkES": null, "strDrinkFR": null, "strDrinkThumb": "https://www.thecoc... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drinks": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": ["null", "string"]}, "idDrink": {"type": "string"}, "strAlcoholic": {"type": "string"}, "strCategory": {"type": "string"}, "strCreativeCommonsCon... |
588aec87-e6c6-412d-9293-9926ab188279/49f54fe0-e221-44d3-818f-9f3eed45fe21/0/0 | The Cocktail DB | API to get data on alcohol & cocktails. | 9.7 | List Popular cocktails | List Popular cocktails | 200 | Response | {"drinks": [{"dateModified": "2016-11-04 09:17:09", "idDrink": "11000", "strAlcoholic": "Alcoholic", "strCategory": "Cocktail", "strCreativeCommonsConfirmed": "Yes", "strDrink": "Mojito", "strDrinkAlternate": null, "strDrinkDE": null, "strDrinkES": null, "strDrinkFR": null, "strDrinkThumb": "https://www.thecocktaildb.c... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drinks": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "string"}, "idDrink": {"type": "string"}, "strAlcoholic": {"type": "string"}, "strCategory": {"type": "string"}, "strCreativeCommonsConfirmed": {... |
588aec87-e6c6-412d-9293-9926ab188279/a6622847-f478-48b7-81e0-c11f020aa484/0/0 | The Cocktail DB | API to get data on alcohol & cocktails. | 9.7 | List most latest cocktails | List most latest cocktails | 200 | Response | {"drinks": [{"dateModified": null, "idDrink": "178336", "strAlcoholic": "Alcoholic", "strCategory": "Cocktail", "strCreativeCommonsConfirmed": "No", "strDrink": "Blueberry Mojito", "strDrinkAlternate": null, "strDrinkDE": null, "strDrinkES": null, "strDrinkFR": null, "strDrinkThumb": "https://www.thecocktaildb.com/imag... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drinks": {"type": "array", "items": {"type": "object", "properties": {"dateModified": {"type": "null"}, "idDrink": {"type": "string"}, "strAlcoholic": {"type": "string"}, "strCategory": {"type": "string"}, "strCreativeCommonsConfirmed": {"t... |
588aec87-e6c6-412d-9293-9926ab188279/c283a211-38ae-4f74-974f-1f196b377698/0/0 | The Cocktail DB | API to get data on alcohol & cocktails. | 9.7 | Filter by multi-ingredient | Filter by multi-ingredient | 200 | Response | {"drinks": [{"idDrink": "12418", "strDrink": "Turf Cocktail", "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/utypqq1441554367.jpg"}, {"idDrink": "12420", "strDrink": "Tuxedo Cocktail", "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/4u0nbl1504352551.jpg"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drinks": {"type": "array", "items": {"type": "object", "properties": {"idDrink": {"type": "string"}, "strDrink": {"type": "string"}, "strDrinkThumb": {"type": "string"}}, "required": ["idDrink", "strDrink", "strDrinkThumb"]}}}, "required": ... |
f356cf7e-a935-40d9-ba54-b80495a25213/7c5629e3-7bcf-4c71-ab79-016181552c80/0/0 | The Mexican Food DB | Mexican Food Recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use!
Category: Food | 9.3 | List of Foods | This endpoint responds with a list of mexican 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": "Pressure cooker refried beans", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/mexican_api/1.jpg"}, {"id": "2", "title": "Black bean chilli soup with corn dumplings", "difficulty": "Easy", "image": "https://apipics.s3.amazonaws.com/mexican_api/2.jpg"}, {"id": "3", "title": "Fish... | {"$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"]}} |
f356cf7e-a935-40d9-ba54-b80495a25213/212ba203-cff5-48e4-baf9-cf7f7a3b0fda/0/0 | The Mexican Food DB | Mexican Food Recipes with high-quality images stored on AWS S3 for fast accessibility. Easy to use!
Category: Food | 9.3 | Detailed Food Recipe by ID | Mexican Food Recipe by ID | 200 | New Example | {"id": "4", "title": "Black bean and chicken burritos", "difficulty": "Easy", "portion": "Serves 4", "time": "Hands-on time 30 min", "description": "Use leftover roast chicken to make these thrifty and delicious chicken burritos. These filling burritos are packed with black beans, rice and guacamole.", "ingredients": [... | {"$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... |
475b2846-0009-4862-a461-908ca763cbf8/943914fa-c0dc-4b06-8491-4f61c74c6a2c/0/0 | CO2 of Food | Get how much CO2 a kilogram of a certain food produces | null | CO2 per kg of Food | Based on a search query get back how many kilograms of CO2 equivalent is used to get a kilogram of that food. | 200 | New Example | [{"food": "Asparagus", "kg_co2_equivalent_per_kg": "1.347"}, {"food": "Green asparagus", "kg_co2_equivalent_per_kg": "0.73"}, {"food": "White asparagus", "kg_co2_equivalent_per_kg": "0.58"}, {"food": "Asparagus (sliced)", "kg_co2_equivalent_per_kg": "1.46"}] | {"type": "array", "items": {"type": "object", "properties": {"food": {"type": "string"}, "kg_co2_equivalent_per_kg": {"type": "string"}}}} |
9817995e-22d5-4dd4-9615-1bae902f473e/3eddc22e-0f86-4f6a-ae34-6044830f4030/0/0 | Burgers | Get burgers from all around the world | 0.2 | Get all burgers | Get all burgers | 200 | Get all burgers | [{"id": 0, "name": "Tribute Burger", "restaurant": "Honest Burgers", "web": "www.honestburgers.co.uk", "description": "A mouth-watering honest beef burger", "ingredients": ["beef", "american cheese", "burger sauce", "french mustard", "pickes", "onion", "lettuce"], "addresses": [{"addressId": 0, "number": "75", "line1":... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "restaurant": {"type": "string"}, "web": {"type": "string"}, "description": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "addresses": {"type": "array", "items": {"typ... |
fc070911-daa1-45c6-8156-1c80ba190721/a7caead2-d596-44d6-8d3a-96e9c15e8401/0/0 | Food Calories | Find Calories and KiloJoules in specific food name,
You can build amazing apps using this api | 0.3 | get food by name | get food object by sending its name as parameter | 200 | New Example | {"category_name": ""} | {"type": "object", "properties": {"category_name": {"type": "string"}}} |
fc070911-daa1-45c6-8156-1c80ba190721/ba84834b-e3d9-44b4-b43e-ee97b1b28976/0/0 | Food Calories | Find Calories and KiloJoules in specific food name,
You can build amazing apps using this api | 0.3 | get foods by category name | simply you can send category name and get all foods in this category | 200 | New Example | {"category": {"_id": "", "name": ""}, "foods": []} | {"type": "object", "properties": {"category": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}}}, "foods": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "cals_per100grams": {"type": "string"}, "category_id": {"type": "string"}, "kj_per100g... |
fc070911-daa1-45c6-8156-1c80ba190721/fcd109a8-2627-4e0e-9638-79f7d537217f/0/0 | Food Calories | Find Calories and KiloJoules in specific food name,
You can build amazing apps using this api | 0.3 | category by name | get category object by its name as parameter | 200 | New Example | {"category_name": ""} | {"type": "object", "properties": {"category_name": {"type": "string"}}} |
eb522c22-33f2-400d-94b8-b3d16c71b5ce/58aaf413-47f8-4a25-a8e4-639a25501dcb/0/0 | Low Carb Recipes | Highly flexible search over thousands of low-carb/keto recipes with rich nutrients information. | 9.3 | Search for Recipes | Search for recipes that match provided criterions | 200 | Example_1 | [{"id": "2807982c-986a-4def-9e3a-153a3066af7a", "name": "Ultimate Keto Blueberry Sponge Cake In A Mug", "tags": ["15-minute-meals", "beef-free", "breakfast", "chicken-free", "dairy-free", "desserts", "eggs", "fish-free", "gluten-free", "keto", "kid-friendly", "low-carb", "one-pot-meals", "peanut-free", "pescatarian", "... | {"title": "Response Searchforrecipes", "type": "array", "items": {"title": "Recipe", "required": ["id", "name", "tags", "description", "prepareTime", "cookTime", "ingredients", "steps", "servings", "servingSizes", "nutrients"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "name": {"title": ... |
eb522c22-33f2-400d-94b8-b3d16c71b5ce/58aaf413-47f8-4a25-a8e4-639a25501dcb/1/0 | Low Carb Recipes | Highly flexible search over thousands of low-carb/keto recipes with rich nutrients information. | 9.3 | Search for Recipes | Search for recipes that match provided criterions | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
eb522c22-33f2-400d-94b8-b3d16c71b5ce/65fa04f0-803e-4618-b432-c11aaa490789/0/0 | Low Carb Recipes | Highly flexible search over thousands of low-carb/keto recipes with rich nutrients information. | 9.3 | Get a Random Recipe | Get a random recipe | 200 | Example_1 | {"id": "2807982c-986a-4def-9e3a-153a3066af7a", "name": "Ultimate Keto Blueberry Sponge Cake In A Mug", "tags": ["15-minute-meals", "beef-free", "breakfast", "chicken-free", "dairy-free", "desserts", "eggs", "fish-free", "gluten-free", "keto", "kid-friendly", "low-carb", "one-pot-meals", "peanut-free", "pescatarian", "p... | {"title": "Recipe", "required": ["id", "name", "tags", "description", "prepareTime", "cookTime", "ingredients", "steps", "servings", "servingSizes", "nutrients"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "name": {"title": "Name", "type": "string"}, "tags": {"title": "Tags", "type": "arr... |
eb522c22-33f2-400d-94b8-b3d16c71b5ce/a1c805fa-d9fd-4c02-b657-3a08b36b2ff3/0/0 | Low Carb Recipes | Highly flexible search over thousands of low-carb/keto recipes with rich nutrients information. | 9.3 | Get recipe by ID | Get details of the specified recipe | 200 | Example_1 | {"id": "2807982c-986a-4def-9e3a-153a3066af7a", "name": "Ultimate Keto Blueberry Sponge Cake In A Mug", "tags": ["15-minute-meals", "beef-free", "breakfast", "chicken-free", "dairy-free", "desserts", "eggs", "fish-free", "gluten-free", "keto", "kid-friendly", "low-carb", "one-pot-meals", "peanut-free", "pescatarian", "p... | {"title": "Recipe", "required": ["id", "name", "tags", "description", "prepareTime", "cookTime", "ingredients", "steps", "servings", "servingSizes", "nutrients"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "name": {"title": "Name", "type": "string"}, "tags": {"title": "Tags", "type": "arr... |
eb522c22-33f2-400d-94b8-b3d16c71b5ce/a1c805fa-d9fd-4c02-b657-3a08b36b2ff3/1/0 | Low Carb Recipes | Highly flexible search over thousands of low-carb/keto recipes with rich nutrients information. | 9.3 | Get recipe by ID | Get details of the specified recipe | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
319ad25c-a7a2-42af-a4c0-b7fd45b51847/8801524e-0b99-48b2-8d0a-b55c2ee11cfc/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 | Categories collections ids | Get all categories collection with there names and namd id | 200 | Response | {"Baking": [{"Kids' baking recipes": "kids-baking-recipes", "Sweet treat recipe ideas": "sweet-treat-collections", "Biscuit recipes": "biscuit-recipes", "Savoury puff pastry recipes": "savoury-puff-pastry-recipes", "Bread recipes": "bread-recipes", "Classic cake recipes": "classic-cake-recipes", "Easy baking recipes": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Baking": {"type": "array", "items": {"type": "object", "properties": {"Kids' baking recipes": {"type": "string"}, "Sweet treat recipe ideas": {"type": "string"}, "Biscuit recipes": {"type": "string"}, "Savoury puff pastry recipes": {"type":... |
319ad25c-a7a2-42af-a4c0-b7fd45b51847/473f4afc-a602-4491-bc87-805bc3d6465f/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 | Recipe by name id | Get recipe information by recipe name id | 200 | Response | {"name": "Samphire & crab salad", "imageSrc": "https://images.immediate.co.uk/production/volatile/sites/30/2022/04/Samphire-and-crab-salad-080df73.jpg", "recipeAuthor": "samuelgoldsmith", "timeToCook": {"Cook": "13 mins", "Prep": "10 mins"}, "difficulty": "Easy", "labels": [], "portions": "Serves 2-4", "description": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "imageSrc": {"type": "string"}, "recipeAuthor": {"type": "string"}, "timeToCook": {"type": "object", "properties": {"Cook": {"type": "string"}, "Prep": {"type": "string"}}, "required": ["Cook", "Prep"]}, "difficul... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.