GET /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.
curl https://nordapi.ee/api/v1/recipes/random
{
"data": {
"area": "Chinese",
"category": "Pork",
"id": "52948",
"ingredients": [
{
"ingredient": "Pork",
"measure": "1lb"
},
{
"ingredient": "Garlic Clove",
"measure": "3 chopped"
},
{
"ingredient": "Ginger",
"measure": "1 tsp "
},
{
"ingredient": "Soy Sauce",
"measure": "1 tbs"
},
{
"ingredient": "Sesame Seed Oil",
"measure": "1 tsp "
},
{
"ingredient": "Carrots",
"measure": "3 finely chopped"
},
{
"ingredient": "Celery",
"measure": "3 finely chopped"
},
{
"ingredient": "Spring Onions",
"measure": "6 chopped"
},
{
"ingredient": "Wonton Skin",
"measure": "1 Packet"
},
{
"ingredient": "Oil",
"measure": "Fry"
},
{
"ingredient": "Water",
"measure": "Bottle"
}
],
"instructions": "Combine pork, garlic, ginger, soy sauce, sesame oil, and vegetables in a bowl.\r\nSeparate wonton skins.\r\nPlace a heaping teaspoon of filling in the center of the wonton.\r\nBrush water on 2 borders of the skin, covering 1/4 inch from the edge.\r\nFold skin over to form a triangle, sealing edges.\r\nPinch the two long outside points together.\r\nHeat oil to 450 degrees and fry 4 to 5 at a time until golden.\r\nDrain and serve with sauce.",
"name": "Wontons",
"source": "http://www.geniuskitchen.com/recipe/chinese-wontons-20235",
"tags": [
"MainMeal"
],
"thumbnail": "https://www.themealdb.com/images/media/meals/1525876468.jpg",
"youtube": "https://www.youtube.com/watch?v=9h9No18ZyCI"
},
"success": true
}