# PetPulse Medication & Dosage Guide

> PetPulse Medication & Dosage 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-15).

Returns veterinary drug dosage context, side effects, and real FDA adverse-event report data for any animal drug, for any species worldwide.

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/medication
- 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/petpulse-medication-dosage-guide-c92f2e35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gr2nDhSFqU4YIaIqCq-R9

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-medication-dosage-guide-c92f2e35
```

Example prompt: Can you look up the recommended dosage and any known side effects for carprofen in a 35-pound Beagle, including any FDA adverse event reports on file for that drug?

## When to prefer this

Choose this endpoint when a pet owner or veterinary agent needs quick reference on animal drug dosages, side effects, or wants to surface real FDA adverse-event reports for a specific veterinary medication. Particularly useful when the query involves a named drug and a specific animal species or weight, and the goal is informational context rather than a formal prescription.

## Known failure modes

- Unknown or misspelled drug name returns no results or a not-found error
- Drug exists but no FDA adverse-event data is available for the specified species
- Unsupported or exotic species may return limited or no dosage context
- Missing required parameters (e.g. no drug name provided) returns a 400 validation error
- Payment not processed (x402) causes request to be rejected before data is returned

## How this service works

Pet medication and dosage guide for pet-owner and vet agents. Returns veterinary drug dosage context, side effects, and real FDA adverse-event report data for any animal drug worldwide. Pet-info check, not a prescription or veterinary advice.

## Output

Returns structured veterinary drug information including dosage context (by species and weight where applicable), known side effects, contraindications, and real FDA adverse-event report data for the queried animal drug — explicitly framed as informational reference, not a prescription or veterinary advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "drug"
 ],
 "properties": {
  "drug": {
   "type": "string",
   "description": "Drug name (e.g. carprofen, metronidazole, apoquel)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "weight": {
   "type": "string",
   "description": "Pet weight for dosing context (e.g. 65lbs, 30kg)"
  },
  "species": {
   "type": "string",
   "description": "species"
  },
  "condition": {
   "type": "string",
   "description": "condition"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-medication-dosage-guide-c92f2e35/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)
