GET /food/site/search
Search Site Content
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 Traces
Request Headers
GET https://api.spoonacular.com/food/site/search
Accept: application/json
HTTP Response
HTTP 200
Success
{
"Articles": [
{
"dataPoints": [
{
},
],
"image": "string",
"link": "string",
"name": "string",
},
],
"Grocery Products": [
{
"dataPoints": [
{
"key": "string",
"value": "string",
},
],
"image": "string",
"link": "string",
"name": "string",
},
],
"Menu Items": [
{
"dataPoints": [
{
"key": "string",
"value": "string",
},
],
"image": "string",
"link": "string",
"name": "string",
},
],
"Recipes": [
{
"dataPoints": [
{
"key": "string",
"value": "string",
},
],
"image": "string",
"link": "string",
"name": "string",
},
],
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
