Zestful · JSON Structure

Zestful Ingredient Structure

Document structure for a parsed ingredient from the Zestful API.

Type: object Properties: 0
FoodIngredientsParsersRecipesUSDA

Zestful Ingredient Structure is a JSON Structure definition published by Zestful.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Zestful Ingredient Structure",
  "description": "Document structure for a parsed ingredient from the Zestful API.",
  "type": "object",
  "fields": [
    {
      "name": "ingredientRaw",
      "type": "string",
      "required": true,
      "description": "Original unparsed ingredient string"
    },
    {
      "name": "ingredientParsed",
      "type": "object",
      "required": true,
      "description": "Structured parse result",
      "fields": [
        { "name": "quantity", "type": "number|null", "required": false, "description": "Numeric quantity" },
        { "name": "unit", "type": "string|null", "required": false, "description": "Measurement unit (singular)" },
        { "name": "productSizeModifier", "type": "string|null", "required": false, "description": "Size descriptor" },
        { "name": "product", "type": "string", "required": true, "description": "Purchasable item name" },
        { "name": "preparationNotes", "type": "string|null", "required": false, "description": "Preparation instructions" },
        {
          "name": "usdaInfo",
          "type": "object|null",
          "required": false,
          "description": "USDA FoodData Central match",
          "fields": [
            { "name": "fdcId", "type": "string", "required": false, "description": "USDA FDC ID" },
            { "name": "matchMethod", "type": "string", "required": false, "description": "Match method: exact, closestUnbranded, closestBranded" },
            { "name": "category", "type": "string", "required": false, "description": "USDA food category" },
            { "name": "description", "type": "string", "required": false, "description": "USDA food description" }
          ]
        }
      ]
    },
    { "name": "confidence", "type": "number", "required": true, "description": "Parse confidence (0.0–1.0)" },
    { "name": "error", "type": "string|null", "required": false, "description": "Parse error if any" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/zestful-ingredient-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.