# Global Infectious Disease Surveillance

> Global Infectious Disease Surveillance is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns real-time global COVID-19 and infectious disease statistics (confirmed cases, deaths, recoveries) aggregated from disease.sh, with regional disease activity indicators.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/public-health
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-infectious-disease-surveillance-d8aa1f37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8tmOmAI4lj1-aBCIMmngQ

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 global-infectious-disease-surveillance-d8aa1f37
```

Example prompt: What are the latest global infectious disease numbers — confirmed cases, deaths, and recoveries — from the disease.sh aggregated feed right now?

## When to prefer this

Use this endpoint when you need a quick, no-key-required snapshot of global infectious disease statistics aggregated from disease.sh, particularly for dashboards, situation reports, or AI agent workflows that need real-time pandemic or epidemic metrics. Prefer this over raw disease.sh calls when you want a managed, pay-per-call endpoint with predictable pricing. Not suitable for deep country-level or historical time-series analysis.

## Known failure modes

- Upstream disease.sh API unavailability causing stale or missing data
- Rate limiting or payment failure resulting in HTTP 402 response
- Empty or partial data if disease.sh feed is delayed
- No query parameter filtering — only global aggregate data returned, not country-specific breakdowns

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns real-time global aggregate statistics including total confirmed cases, deaths, and recoveries for tracked infectious diseases worldwide (sourced from disease.sh), along with low-frequency regional disease activity indicators. Data reflects the latest available snapshot at query time.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "cases": 704753890,
   "tests": 7026505313,
   "active": 22123398,
   "deaths": 7010681,
   "updated": 1786298480634,
   "critical": 34794,
   "recovered": 675619811,
   "population": 7944935131,
   "todayCases": 0,
   "todayDeaths": 0,
   "todayRecovered": 790,
   "oneCasePerPeople": 0,
   "oneTestPerPeople": 0,
   "affectedCountries": 231,
   "oneDeathPerPeople": 0,
   "casesPerOneMillion": 90413,
   "testsPerOneMillion": 884400.59,
   "activePerOneMillion": 2784.59,
   "deathsPerOneMillion": 899.4,
   "criticalPerOneMillion": 4.38,
   "recoveredPerOneMillion": 85037.8
  },
  "source": "disease_sh",
  "data_type": "公共卫生",
  "collected_at": "2026-08-09T18:05:03Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-infectious-disease-surveillance-d8aa1f37/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
