# Valorant Weapons Catalog

> Valorant Weapons Catalog 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-15).

Returns a complete list of every Valorant weapon with category and shop (cost) data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/valorant-weapons
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/valorant-weapons-catalog-219468ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oJQNC5fREaMGEbqCNQFdy

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 valorant-weapons-catalog-219468ce -d '<json body>'
```

Example prompt: Can you pull up the full list of every weapon in Valorant, including what category each one belongs to and how much it costs in the shop?

## When to prefer this

Use this endpoint when you need a complete, structured, machine-readable catalog of all Valorant weapons with category and shop pricing data in a single no-parameter call — ideal for building weapon comparison tools, game guides, or populating a database without scraping Valorant's own resources.

## Known failure modes

- Service unavailable / 5xx error if upstream is down
- Payment failure if USDC balance is insufficient (x402 payment required)
- Stale data if Valorant game updates add new weapons before the dataset is refreshed

## How this service works

Every Valorant weapon with category and shop data; no params. Returns JSON.

## Output

A JSON array of every Valorant weapon, each entry including the weapon's name, category (e.g. Rifle, SMG, Sidearm, Shotgun, Sniper, Heavy), and shop purchase cost in credits.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/valorant-weapons-catalog-219468ce/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)
