# NutriPulse Food Nutrition Lookup

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

Returns USDA nutritional breakdown with health context for any specified food item

## Facts

- Endpoint: GET https://nutripulse-alpha.vercel.app/api/nutrition/food
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-food-nutrition-lookup-3a51dc91
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3iPl_nIkh1gySDl7zYjt0

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-3a51dc91
```

Example prompt: Can you pull the full USDA nutritional breakdown with health context for a medium avocado — I want to see the calories, macros, vitamins, and any relevant health notes?

## When to prefer this

Choose this endpoint when you need USDA-backed nutritional data with added health context for a specific food item. It is ideal for dietary tracking, meal planning assistants, health apps, or any use case requiring authoritative nutritional information rather than general web-scraped or estimated values.

## Known failure modes

- Food item not found in USDA database — returns 404 or empty result
- Ambiguous food query with no match — may return generic or incorrect item
- Payment not processed — x402 payment required before response is returned
- Rate limiting or quota exceeded — returns 429 error
- Malformed or missing food query parameter — returns 400 bad request

## How this service works

Global nutrition intelligence API. PubMed-grounded supplement analysis, macro/micronutrient planning, food database lookups, glucose/metabolic health guidance, lab result interpretation, longevity nutrition protocols, prenatal nutrition, and personalized nutrition stack design. Backed by real-time PubMed abstracts and clinical literature. Serves consumers, dietitians, health coaches, fitness coaches, and AI health agents. iHerb, Amazon, InsideTracker, and Levels CGM affiliate links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.15 USDC/call via x402 micropayment.

## Output

A structured nutritional profile for the queried food item sourced from USDA data, including calorie count, macronutrients (protein, fat, carbohydrates), micronutrients (vitamins, minerals), and health context or dietary notes.

## Example request

```json
{
 "lang": "en",
 "query": "medium apple"
}
```

## 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-3a51dc91/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse-alpha.vercel.app](https://www.zero.xyz/host/nutripulse-alpha.vercel.app/llms.txt)
