# OpenFDA Animal Veterinary Adverse Event Reports

> OpenFDA Animal Veterinary Adverse Event Reports is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches FDA Center for Veterinary Medicine adverse-event reports for animal drugs using a query expression (e.g. by species, drug name, or reaction).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/openfda-animal-veterinary-events
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openfda-animal-veterinary-adverse-event-reports-098b0d4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7zfZTqWYz7OJ4zWfpInQe

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 openfda-animal-veterinary-adverse-event-reports-098b0d4f -d '<json body>'
```

Example prompt: Can you pull up FDA adverse event reports for dogs from the OpenFDA veterinary database? Search for animal.species:Dog and show me what comes back.

## When to prefer this

Use this endpoint when you need to search FDA Center for Veterinary Medicine adverse event reports for animal drugs — especially when filtering by species, drug name, or reaction type using OpenFDA query syntax. Prefer this over general web search when you need structured, machine-readable FDA regulatory safety data for animals.

## Known failure modes

- Invalid query expression syntax returns an error or empty result
- Overly broad query may return large result sets requiring pagination
- Unsupported field names in the search expression cause query failure
- Network or payment authorization failure returns a non-200 status
- Rate limiting or quota exceeded returns an error response

## How this service works

FDA Center for Veterinary Medicine adverse-event reports for animal drugs (param q = search expression, e.g. animal.species:Dog). Query: ?q= Returns JSON.

## Output

A JSON response containing FDA CVM adverse event report records matching the query, including animal species, drug names, reactions reported, and related metadata from the OpenFDA veterinary adverse event dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openfda-animal-veterinary-adverse-event-reports-098b0d4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
