# Would Pay Again x402 Endpoint Review Feed

> Would Pay Again x402 Endpoint Review Feed is a paid API for AI agents from wouldpayagain.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a machine-readable JSON feed of community reviews of x402 paywalled API endpoints, including pricing, quality ratings, latency, and on-chain settlement references.

## Facts

- Endpoint: GET https://wouldpayagain.com/api/reviews
- 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/would-pay-again-x402-endpoint-review-feed-c071cea8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H8lParuyOFTZcb7M1OeiX

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 would-pay-again-x402-endpoint-review-feed-c071cea8
```

Example prompt: Pull the latest Would Pay Again review feed so I can see which x402 endpoints have been tested, what people actually paid in USDC, and whether reviewers would pay again — I want to check quality scores and Basescan-verifiable settlement transactions.

## When to prefer this

Use this endpoint when you need verified, on-chain-backed quality assessments of x402-paywalled APIs, especially when evaluating whether a micropayment API is worth integrating. Prefer this over general API directories when you specifically care about actual USDC costs, latency benchmarks, and community 'would pay again' scores tied to Basescan-checkable transactions.

## Known failure modes

- Payment not received (402 response — must pay $0.01 USDC via x402 protocol to access)
- Feed temporarily unavailable (503)
- Stale data if newsletter review cycle hasn't published recently
- No query parameter support — filtering must be done client-side

## How this service works

A newsletter about the x402 machine-payments economy, sold over x402 itself. USDC on Base.

## Output

A JSON array of review objects, each containing: feed version, endpoint URL, origin, price paid in USDC, listed price in USDC, on-chain settlement transaction hash, settlement network, latency in milliseconds, 1-5 ratings for latency/output quality/docs quality/would-pay-again, delivery confirmation, sample count, a request example, a verdict string, and a tested_at timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "endpoint": "https://stableenrich.dev/api/exa/search",
   "latency_ms": 4700,
   "feed_version": 2,
   "settlement_tx": "0x…",
   "price_paid_usdc": 0.01,
   "would_pay_again_1_5": 5
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/would-pay-again-x402-endpoint-review-feed-c071cea8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wouldpayagain.com](https://www.zero.xyz/host/wouldpayagain.com/llms.txt)
