# ParentPulse Pediatric Nutrition & Feeding Guide

> ParentPulse Pediatric Nutrition & Feeding Guide is a paid API for AI agents from parentpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns WHO/AAP/NHS-grounded pediatric nutrition guidance including age-appropriate foods, portion sizes, allergen introduction schedules, picky eating strategies, meal ideas, and choking hazard/foods-to-avoid warnings.

## Facts

- Endpoint: GET https://parentpulse.theaslangroupllc.com/api/parent/nutrition
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parentpulse-pediatric-nutrition-feeding-guide-0f2e62f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n0rpHMD8FnejBgyVCccUE

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 parentpulse-pediatric-nutrition-feeding-guide-0f2e62f1
```

Example prompt: My baby just turned 6 months old and I'm starting solids — what foods are safe to introduce, what should I avoid, and are there any choking hazards I need to know about?

## When to prefer this

Choose this endpoint when a parenting or family agent needs evidence-based pediatric nutrition guidance aligned with major health authority standards (WHO, AAP, NHS). Ideal for questions about starting solids, allergen introduction, age-specific portion sizes, meal planning for babies and toddlers, or identifying choking hazards and foods to avoid. Prefer over generic nutrition APIs when the child's age and developmental stage are central to the query.

## Known failure modes

- Missing or invalid age parameter may return generic rather than age-specific guidance
- Highly specific or rare medical dietary conditions (e.g. metabolic disorders) may not be covered
- Guidance may not reflect jurisdiction-specific variations beyond WHO/AAP/NHS frameworks
- Network or payment authorization failure returns 402 or 5xx error with no nutrition content

## How this service works

ParentPulse — child development and parenting intelligence: developmental milestones, nutrition guidance, pediatric health, sleep science, school selection, discipline…

## Output

The agent receives structured guidance covering age-appropriate foods and meal ideas, recommended portion sizes, allergen introduction timelines, foods and choking hazards to avoid, and picky eating strategies — all grounded in WHO, AAP, and NHS recommendations for the specified child age or developmental stage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "concern": {
   "type": "string",
   "description": "Feeding concern"
  },
  "country": {
   "type": "string",
   "description": "Country, to match the correct feeding-guideline body — e.g. US, UK, Canada, Australia (default: not specified — WHO/general consensus used)"
  },
  "age_months": {
   "type": "string",
   "description": "Child's age in months"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "concern": "picky-eater",
  "country": "not specified",
  "age_months": 18,
  "foods_to_avoid": [
   "Whole grapes/nuts — choking hazard",
   "Honey under 12 months — botulism risk"
  ],
  "guideline_source": "WHO / general pediatric consensus",
  "about_the_concern": {
   "is_common": true,
   "explanation": "Picky eating peaks between 18-36 months as toddlers assert independence"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parentpulse-pediatric-nutrition-feeding-guide-0f2e62f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from parentpulse.theaslangroupllc.com](https://www.zero.xyz/host/parentpulse.theaslangroupllc.com/llms.txt)
