openfda-animal

Retrieve OpenFDA Animal & Veterinary adverse events, approved drugs, and device data.

27|6|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/OpenVet-Projects/VetClaw --skill openfda-animal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openfda-animal
Source: https://github.com/OpenVet-Projects/VetClaw/tree/main/skills/databases/openfda-animal
Command: npx skills add https://github.com/OpenVet-Projects/VetClaw --skill openfda-animal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenFDA Animal & Veterinary data is scattered across multiple endpoints; this skill consolidates access to adverse event reports, approved animal drug products, and veterinary device data for veterinary AI workflows.

Core Features & Use Cases

  • API endpoints & query syntax: Learn how to search adverse events, approved animal drugs (NADA), and veterinary devices.
  • SDK integration: Sample Python and TypeScript clients to embed FDA data into VetClaw workflows.
  • Use Case: Retrieve safety signals for a veterinary drug, or assemble a drug product inventory for a clinic.

Quick Start

Query openFDA Animal & Veterinary endpoints to fetch adverse events for a specific drug.

Frequently Asked Questions about openfda-animal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve FDA adverse event reports for veterinary drugs?

You retrieve adverse event reports by querying the openFDA Animal & Veterinary REST API endpoints. This skill provides documented query syntax and rate limits to fetch specific drug safety signals reliably.

What is the best way to integrate openFDA animal drug data into a Python workflow?

The best way to integrate openFDA data is by using the provided Python and TypeScript SDK samples. These clients embed adverse event and approved animal drug retrieval directly into veterinary AI workflows.

Can I search for approved animal drug products and veterinary devices through the openFDA API?

Yes, you can search approved animal drug products (NADA) and veterinary devices through the openFDA API. This skill provides specific endpoints and query syntax to retrieve regulatory product and device data.

How does openFDA handle API rate limits for veterinary data retrieval?

openFDA manages API rate limits by documenting specific query syntax and request thresholds within the skill. This ensures reliable, scalable data access for veterinary AI workflows without exceeding thresholds.

Does this skill require specific dependencies for pharmacovigilance research?

No, this skill requires no specific dependencies for pharmacovigilance research. It supports REST API endpoints and SDK integration directly, enabling seamless assembly of drug safety signals and product inventories.