# COVID-19 Global Aggregate Statistics

> COVID-19 Global Aggregate Statistics is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns worldwide COVID-19 aggregate totals including cases, deaths, recovered, active, and tests with no parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/covid-global
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/covid-19-global-aggregate-statistics-26cb981a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wzxdiyD2dQ0ekuJ8qeguY

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 covid-19-global-aggregate-statistics-26cb981a -d '<json body>'
```

Example prompt: What are the current worldwide COVID-19 totals — total cases, deaths, recoveries, active cases, and tests done globally?

## When to prefer this

Use this endpoint when you need a single, no-parameter call to get a global COVID-19 summary rollup across all countries. Prefer this over country-specific or time-series endpoints when only worldwide aggregate totals are needed.

## Known failure modes

- Data may be stale if the upstream source has not updated recently
- Service returns 402 Payment Required if payment header is missing or insufficient
- Network timeout if the service is temporarily unavailable
- Unexpected JSON structure if upstream data schema changes

## How this service works

HEALTH: COVID-19 worldwide aggregate totals — cases, deaths, recovered, active, tests. No params. Returns JSON.

## Output

A JSON object containing worldwide COVID-19 aggregate numbers: total confirmed cases, total deaths, total recovered, currently active cases, and total tests administered globally.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/covid-19-global-aggregate-statistics-26cb981a/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)
