GET /recipes/queries/analyze

Analyze a Recipe Search Query

Parse a recipe search query to find out its intention.

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/queries/analyze
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "cuisines":    [
      {
      },
   ],
   "dishes":    [
      {
         "image": "string",
         "name": "string",
      },
   ],
   "ingredients":    [
      {
         "image": "string",
         "include": false,
         "name": "string",
      },
   ],
   "modifiers":    [
      {
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found