{
  "x402Version": 2,
  "id": 7824,
  "slug": "7824",
  "resource": "https://loonie-toll.onrender.com/foodrecall",
  "description": "Food recall check by company or product: FDA class, reason, distribution, and whether the recall is still open.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "firm": "Kraft"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "counts": {
              "classI": 0,
              "classII": 10,
              "classIII": 0,
              "ongoing": 0
            },
            "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Recall classification is the FDA's, and absence of a match is not proof a product is safe. Meat, poultry and egg products ar…",
            "matchCount": 58,
            "query": {
              "firm": "Kraft",
              "product": null
            },
            "reasons": [
              "10 recall(s) found for firm \"Kraft\", none classified Class I.",
              "Most recent: Primal Kitchen Avocado Oil 1PT 9.3 FL OZ (750ml) glass bottle UPC 855232007194, 6 bottles per wholesale case — Class II."
            ],
            "recalls": [
              {
                "classification": "Class II",
                "classifiedOn": "2024-07-15",
                "distribution": "ME, CA, GA, IN, KY, NC, NV, PA, AZ, TX and online nationally",
                "firmLocation": "Chicago, IL, United States",
                "initiatedOn": "2024-04-19",
                "product": "Primal Kitchen Avocado Oil 1PT 9.3 FL OZ (750ml) glass bottle UPC 855232007194, 6 bottles per wholesale case",
                "quantity": "2,061 cases",
                "reason": "The product's glass bottle may be prone to breakage",
                "recallNumber": "F-1482-2024",
                "recallingFirm": "KRAFT HEINZ FOODS COMPANY",
                "status": "Terminated",
                "terminatedOn": "2025-01-21",
                "voluntary": "Voluntary: Firm initiated"
              },
              {
                "classification": "Class II",
                "classifiedOn": "2022-09-13",
                "distribution": "IL, IN, MD, MS,NJ, NY, PA, VA",
                "firmLocation": "Chicago, IL, United States",
                "initiatedOn": "2022-08-12",
                "product": "Capri Sun, Wild Cherry, Flavored Juice Drink Blend in 6floz. foil pouch. Sold in carton containing 10 pouches.  Carton UPC 087684001004.  Four cartons per wholesale case.",
                "quantity": "5,760 cases",
                "reason": "cleaning solution, which is used on food processing equipment, was inadvertently introduced into a production line",
                "recallNumber": "F-1735-2022",
                "recallingFirm": "KRAFT HEINZ FOODS COMPANY",
                "status": "Terminated",
                "terminatedOn": "2023-06-28",
                "voluntary": "Voluntary: Firm initiated"
              }
            ],
            "retrievedAt": "2026-08-31T21:30:32.793Z",
            "source": "openFDA food enforcement reports (US FDA)",
            "verdict": "RECALLED"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "firm": {
                    "description": "Recalling company name — the precise search",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max recalls to return, default 10",
                    "type": "integer"
                  },
                  "product": {
                    "description": "Product or brand text to match in the recall description",
                    "type": "string"
                  },
                  "state": {
                    "description": "Two-letter state code of the recalling firm",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "counts": {
                    "properties": {
                      "classI": {
                        "type": "integer"
                      },
                      "classII": {
                        "type": "integer"
                      },
                      "classIII": {
                        "type": "integer"
                      },
                      "ongoing": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "matchCount": {
                    "type": "integer"
                  },
                  "query": {
                    "properties": {
                      "firm": {
                        "type": "string"
                      },
                      "product": {
                        "type": "null"
                      }
                    },
                    "type": "object"
                  },
                  "reasons": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "recalls": {
                    "items": {
                      "properties": {
                        "classification": {
                          "type": "string"
                        },
                        "classifiedOn": {
                          "type": "string"
                        },
                        "distribution": {
                          "type": "string"
                        },
                        "firmLocation": {
                          "type": "string"
                        },
                        "initiatedOn": {
                          "type": "string"
                        },
                        "product": {
                          "type": "string"
                        },
                        "quantity": {
                          "type": "string"
                        },
                        "reason": {
                          "type": "string"
                        },
                        "recallNumber": {
                          "type": "string"
                        },
                        "recallingFirm": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "terminatedOn": {
                          "type": "string"
                        },
                        "voluntary": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "retrievedAt": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "verdict": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:13:39.975Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:13:39.755Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}