Search Site Content
GET {{baseUrl}}/food/site/search?query=past
Search spoonacular's site content. You'll be able to find everything that you could also find using the search suggestions on spoonacular.com. This is a suggest API so you can send partial strings as queries.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | (Required) The query to search for. You can also use partial queries such as "spagh" to already find spaghetti recipes, articles, grocery products, and other content. |
RESPONSES
status: OK
{"Articles":[{"dataPoints":[],"image":"https://spoonacular.com/application/frontend/images/academy/vietnamese-cuisine.jpg","link":"https://spoonacular.com/academy/vietnamese","name":"Traditional Vietnamese Recipes"},{"dataPoints":[],"image":"https://spoonacular.com/application/frontend/images/academy/thai-cuisine.jpg","link":"https://spoonacular.com/academy/thai","name":"Authentic Thai Recipes"},{"dataPoints":[],"image":"https://spoonacular.com/application/frontend/images/academy/korean-food.jpg","link":"https://spoonacular.com/academy/korean","name":"Typical Korean Recipes"}],"Grocery Products":[{"dataPoints":[{"key":"Calories","value":"30 Calories"},{"key":"Protein","value":"2g Protein"},{"key":"Fat","value":"0.0g Total Fat"},{"key":"Carbs","value":"6g Carbs"}],"image":"https://spoonacular.com/productImages/218909-312x231.jpg","link":"https://spoonacular.com/products/vine-ripe-tomato-paste-218909","name":"Vine-ripe Tomato Paste"},{"dataPoints":[{"key":"Calories","value":"30 Calories"},{"key":"Protein","value":"2g Protein"},{"key":"Fat","value":"0.0g Total Fat"},{"key":"Carbs","value":"6g Carbs"}],"image":"https://spoonacular.com/productImages/178883-312x231.jpg","link":"https://spoonacular.com/products/contadina-tomato-paste-178883","name":"Contadina Tomato Paste"},{"dataPoints":[{"key":"Calories","value":"30 Calories"},{"key":"Protein","value":"2g Protein"},{"key":"Fat","value":"0.0g Total Fat"},{"key":"Carbs","value":"6g Carbs"}],"image":"https://spoonacular.com/productImages/137031-312x231.jpg","link":"https://spoonacular.com/products/cento-tomato-paste-137031","name":"Cento Tomato Paste"}],"Menu Items":[{"dataPoints":[{"key":"Calories","value":"230 Calories"},{"key":"Protein","value":"1g Protein"},{"key":"Fat","value":"15g Total Fat"},{"key":"Carbs","value":"23g Carbs"}],"image":"https://spoonacular.com/menuItemImages/stir-fry.jpg","link":"https://spoonacular.com/menu-items/thai-express-stir-fry-chilli-paste-401670","name":"Thai Express Stir-Fry, Chilli Paste"}],"Recipes":[{"dataPoints":[{"key":"Cost","value":"$10.51 per serving"},{"key":"Calories","value":"400 Calories"},{"key":"Protein","value":"9g Protein"},{"key":"Fat","value":"32g Total Fat"},{"key":"Carbs","value":"26g Carbs"}],"image":"https://webknox.com/recipeImages/224844-556x370.jpg","link":"https://spoonacular.com/recipes/chermoula-paste-224844","name":"Chermoula Paste"},{"dataPoints":[{"key":"Cost","value":"$8.37 per serving"},{"key":"Calories","value":"3560 Calories"},{"key":"Protein","value":"119g Protein"},{"key":"Fat","value":"319g Total Fat"},{"key":"Carbs","value":"54g Carbs"}],"image":"https://webknox.com/recipeImages/146847-556x370.jpg","link":"https://spoonacular.com/recipes/lulu-paste-146847","name":"Lulu Paste"},{"dataPoints":[{"key":"Cost","value":"$6.68 per serving"},{"key":"Calories","value":"990 Calories"},{"key":"Protein","value":"53g Protein"},{"key":"Fat","value":"86g Total Fat"},{"key":"Carbs","value":"0.82g Carbs"}],"image":"https://webknox.com/recipeImages/84670-556x370.jpg","link":"https://spoonacular.com/recipes/steak-paste-84670","name":"Steak Paste"}]}