Busque en todos los endpoints de NordAPI por nombre, descripcion o caracteristica.
GET /recipes/search
Search for meal recipes por nombre or ingredient keyword. Returns matching recipes with nombres, thumbnail imágenes, categorías, and cuisine regions. Data from TheMealDB, que cubre hundreds of recipes from en todo el mundo. Útil para aplicaciones de cocina, meal planning tools, recipe discovery features, and food blogs that need structured recipe data.
GET /recipes/random
Get a completely random recipe with full cooking instructions, ingredient list with measurements, category, cuisine origin, and a thumbnail imagen. Perfecto para 'what should I cook tonight?' features, recipe-of-the-day widgets, cooking challenge generators, and adding variety to meal planning apps. Data from TheMealDB.
GET /recipes/categories
Liste 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. Datos de TheMealDB.
GET /recipes/areas
Liste 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. Datos de TheMealDB covering 25+ world cuisines.
GET /recipes/category/:category
Obtenga all recipes in a specific meal category (e.g., Seafood, Vegetarian, Dessert). Devuelve recipe names and thumbnails for each match. Útil para crear category landing pages in cooking apps, dietary-filtered meal lists, and recipe browsing interfaces organized by food type. Datos de TheMealDB.
GET /recipes/area/:area
Get all recipes from a specific cuisine/region (e.g., Japanese, Italian, Mexican). Returns recipe nombres and thumbnails for each match. Útil para crear cuisine-focused recipe collections, cultural food exploration features, and aplicaciones de viaje that showcase local dishes from a destination país. Data from TheMealDB.
GET /cocktails/search
Search for cocktail recipes por nombre (e.g., margarita, mojito, old fashioned). Returns matching cocktails with nombres, imágenes, ingredients with measurements, mixing instructions, glass type, and whether the drink is alcoholic. Data from TheCocktailDB. Útil para bartending aplicaciones, drink recipe sites, restaurant menu builders, and party planning tools.
GET /cocktails/random
Get a random cocktail recipe with full details: name, imagen, ingredients with measurements, mixing instructions, glass type, and category. Perfecto para 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, and social gathering apps. Data from TheCocktailDB que cubre hundreds of classic and modern cocktails.
GET /cocktails/ingredients
List all available cocktail ingredients in the database (vodka, rum, gin, tequila, various mixers, garnishes, etc.). Use this to build ingredient-based recipe search, 'what can I make with what I have' features, and bar inventory management tools. Data from TheCocktailDB.
GET /cocktails/ingredient/:ingredient
Encuentre all cocktails that use a specific ingredient (e.g., vodka, rum, lime juice). Devuelve matching cocktail names and thumbnails. Útil para crear 'cocktails you can make' features based on available ingredients, ingredient-focused recipe discovery, and bartending apps that organize drinks by spirit type. Datos de TheCocktailDB.
GET /mashup/culinary/route
Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events para cualquier city en todo el mundo.