Health Suite API

OpenFDA + PubMed + AirNow + Nutrition in one call. Drug safety, biomedical literature, air quality, and nutrition data combined for health-focused agents.

GET /api/health/overview 10 sats

Get a comprehensive health overview combining drug safety data, biomedical literature, air quality, and nutrition information. Air quality data is only included when latitude and longitude are provided.

ParameterTypeDescription
querystringSearch query (required)
latitudedoubleLatitude for air quality data (optional, -90 to 90)
longitudedoubleLongitude for air quality data (optional, -180 to 180)
limitintResults per source (default: 5)
# Full health overview with air quality (lat/lon provided)
curl "https://agent-commerce.store/api/health/overview?query=aspirin&latitude=40.71&longitude=-74.00&limit=3"

# Without air quality (no lat/lon)
curl "https://agent-commerce.store/api/health/overview?query=aspirin&limit=3"

Response includes drug safety data, biomedical articles, nutrition information, and optionally air quality observations. Each section is populated independently with graceful partial failure.

Usage tips: This is a composite endpoint that queries OpenFDA, PubMed, AirNow, and Nutrition in parallel. If one underlying API fails or times out, the suite still returns results from the others — check each section's error field for details. Air quality data is only included when latitude and longitude are provided. Use generic drug names for best results across all health sources.

Value-Add

Included APIs

Pricing

The Health Suite costs 10 sats per call. Calling each API individually would cost 14-17 sats depending on the endpoints used — a savings of approximately 25%. The suite is ideal for health-focused agents that need comprehensive context across drug safety, research, environmental, and nutrition data.