6 endpoints match this tag.
/recipes/area/:area
Get all recipes from a specific cuisine/region (e.g., Japanese, Italian, Mexican). Returns recipe names and thumbnails for each match. Useful for building cuisine-focused recipe collections, cultural food exploration features, and travel apps that showcase local dishes from a destination country. Data from TheMealDB.
/recipes/areas
List all available cuisine regions/origins (e.g., Italian, Japanese, Mexican, Indian, French, Thai, etc.). Use these to build cuisine-based recipe filters and explore food from different cultures. Data from TheMealDB covering 25+ world cuisines.
/recipes/categories
List all available meal categories (e.g., Beef, Chicken, Seafood, Vegetarian, Dessert, Pasta, etc.) with descriptions and thumbnail images. Use these categories to build filtered recipe browsing experiences and category navigation menus. Data from TheMealDB.
/recipes/category/:category
Get all recipes in a specific meal category (e.g., Seafood, Vegetarian, Dessert). Returns recipe names and thumbnails for each match. Useful for building category landing pages in cooking apps, dietary-filtered meal lists, and recipe browsing interfaces organized by food type. Data from TheMealDB.
/recipes/random
Get a completely random recipe with full cooking instructions, ingredient list with measurements, category, cuisine origin, and a thumbnail image. Perfect for 'what should I cook tonight?' features, recipe-of-the-day widgets, cooking challenge generators, and adding variety to meal planning apps. Data from TheMealDB.
/recipes/search
Search for meal recipes by name or ingredient keyword. Returns matching recipes with names, thumbnail images, categories, and cuisine regions. Data from TheMealDB, covering hundreds of recipes from around the world. Useful for cooking apps, meal planning tools, recipe discovery features, and food blogs that need structured recipe data.