# crates.io Crate Daily Download Counts

> crates.io Crate Daily Download Counts 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).

Returns recent daily download counts broken down by version for a specified crates.io Rust package.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/crates-downloads
- 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/crates-io-crate-daily-download-counts-58d252b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bh8-Sdh8EocNbKtEZXyNu

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 crates-io-crate-daily-download-counts-58d252b6 -d '<json body>'
```

Example prompt: Can you pull up the recent daily download counts per version for the 'tokio' crate on crates.io?

## When to prefer this

Use this endpoint when you need per-version daily download statistics for a Rust crate hosted on crates.io, especially for trend monitoring, popularity analysis, or version adoption tracking. Prefer this over manual crates.io scraping or the full crates.io API when you need a lightweight paid lookup with JSON output.

## Known failure modes

- Crate name not found on crates.io — returns error or empty result
- Missing or invalid 'crate' query parameter — returns error
- crates.io upstream API unavailable — service returns 5xx error
- Typo in crate name yields no data

## How this service works

Recent daily download counts per version for a crates.io crate {crate}. Query: ?crate= Returns JSON.

## Output

A JSON object containing recent daily download counts broken down by version for the requested crates.io crate, showing download activity over recent days per release version.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crates-io-crate-daily-download-counts-58d252b6/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)
