# RobotsShop Trust Index — Latest Snapshot

> RobotsShop Trust Index — Latest Snapshot is a paid API for AI agents from api.robotsshop.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the latest cached snapshot metadata for the RobotsShop Trust Index of x402 API endpoints

## Facts

- Endpoint: GET https://api.robotsshop.io/v0/snapshot
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robotsshop-trust-index-latest-snapshot-2fa6299c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6PDB7VGJX2BOU6QLOBPST

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 robotsshop-trust-index-latest-snapshot-2fa6299c
```

Example prompt: Pull the latest cached snapshot from the RobotsShop Trust Index so I can see the current trust scores and metadata for x402 endpoints.

## When to prefer this

Use this endpoint when you need a fast, cached view of the RobotsShop Trust Index without triggering a live re-probe. Prefer this over the live re-probe endpoint when you want lower latency and don't need real-time freshness. Ideal for dashboards, periodic polling, or bulk consumption of the index state.

## Known failure modes

- No snapshot available yet — index not yet populated (404 or empty response)
- Payment not processed — x402 payment of 0.1 USDC required before data is returned (402 Payment Required)
- Snapshot data is stale — cached metadata may not reflect real-time state
- Invalid HTTP method — only GET/HEAD/DELETE accepted

## How this service works

RobotsShop Trust Index — latest snapshot metadata

## Output

Returns a snapshot object containing metadata about the current state of the RobotsShop Trust Index, including trust scores, grades, spam flags, payTo integrity indicators, and timestamp information for x402-enabled API endpoints.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-07-11",
  "seller": "RobotsShop",
  "n_endpoints": "25823"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robotsshop-trust-index-latest-snapshot-2fa6299c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.robotsshop.io](https://www.zero.xyz/host/api.robotsshop.io/llms.txt)
