# PetPulse Breed Health Guide

> PetPulse Breed Health Guide is a paid API for AI agents from petpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns breed-specific genetic health risks, nutrition, exercise, and grooming guidance for dogs and cats by breed name

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/breed
- 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/petpulse-breed-health-guide-33f90305
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yGDKxg5FgxZTg-rOiPhUS

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 petpulse-breed-health-guide-33f90305
```

Example prompt: What are the genetic health risks, typical nutrition needs, exercise requirements, and grooming routine for a Golden Retriever? I want a full breed health guide, not a diagnosis.

## When to prefer this

Choose this endpoint when a pet-owner or pet-care agent needs quick, breed-specific reference information about health, nutrition, exercise, or grooming — especially for proactive owner education rather than active medical triage. Prefer this over generic pet care APIs when breed-level specificity is required. This is not a substitute for veterinary diagnosis.

## Known failure modes

- Unknown or misspelled breed name returns a 404 or empty result
- Highly mixed or non-standard breed names may not match the breed database
- Payment not completed via x402 results in a 402 Payment Required response
- Ambiguous breed names shared across dog and cat species may return unexpected results

## How this service works

Dog and cat breed health guide for pet-owner and pet-care agents. Returns breed-specific genetic health risks, nutrition, exercise, and grooming guidance for any breed worldwide. Pet-info check, not a veterinary diagnosis.

## Output

A structured breed health profile including breed-specific genetic predispositions and health risks, recommended nutritional guidelines, appropriate exercise levels and types, and grooming frequency and care instructions. Results are informational pet-care guidance, not veterinary diagnoses.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "breed"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "breed": {
   "type": "string",
   "description": "Breed name (e.g. golden-retriever, french-bulldog, maine-coon)"
  },
  "topic": {
   "type": "string",
   "description": "topic"
  },
  "region": {
   "type": "string",
   "description": "Region (country)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-breed-health-guide-33f90305/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse.theaslangroupllc.com](https://www.zero.xyz/host/petpulse.theaslangroupllc.com/llms.txt)
