# NutriPulse Food Nutrition Lookup

> NutriPulse Food Nutrition Lookup is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns USDA nutritional breakdown with health context for any food item by name

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/food
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-food-nutrition-lookup-79eff788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oS8zDXHnpQLDWJAIJ3Hm3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nutripulse-food-nutrition-lookup-79eff788
```

Example prompt: Give me the full USDA nutritional breakdown with health context for grilled chicken breast — calories, macros, vitamins, minerals, all of it.

## When to prefer this

Use this endpoint when you need USDA-backed nutritional data with health context for a specific food item, particularly in nutrition tracking, meal planning, diet analysis, or health coaching agent workflows. Prefer this over generic food APIs when USDA authority and health context framing are important.

## Known failure modes

- Food item not recognized or not found in USDA database — returns 404 or empty result
- Ambiguous food name returns generic or incorrect food match
- Payment not processed (x402 payment required) — returns 402 Payment Required
- Rate limiting or service unavailability — returns 5xx error
- Misspelled food name may return no results or wrong food

## How this service works

Food nutrition lookup for nutrition and health agents. Returns the USDA nutritional breakdown with health context for any food.

## Output

A structured nutritional breakdown from USDA data including calories, macronutrients (protein, fat, carbohydrates), micronutrients (vitamins, minerals), and health context commentary for the queried food item.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-food-nutrition-lookup-79eff788/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse.theaslangroupllc.com](https://www.zero.xyz/host/nutripulse.theaslangroupllc.com/llms.txt)
