# Would Pay Again Issue #2

> Would Pay Again Issue #2 is a paid API for AI agents from wouldpayagain.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the full content of Would Pay Again newsletter Issue #2 as structured JSON including title, web URL, HTML, and markdown.

## Facts

- Endpoint: GET https://wouldpayagain.com/api/issue/2
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/would-pay-again-issue-2-30a0f4c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RshRWiu30nf9jktJ5RVGF

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-issue-2-30a0f4c0
```

Example prompt: Can you grab the full content of Issue #2 of the Would Pay Again newsletter and show me the article text?

## When to prefer this

Use this endpoint when you specifically need the full structured content (title, URL, HTML, markdown) of Would Pay Again Issue #2 in a machine-readable JSON format, particularly when building pipelines that process or display newsletter content programmatically.

## Known failure modes

- Payment failure or insufficient USDC balance — 402 Payment Required
- Issue not found or endpoint misconfiguration — 404 Not Found
- Service temporarily unavailable — 503 or 500 error
- Malformed response if upstream content is unavailable

## How this service works

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

## Output

A JSON object containing the issue's title, its canonical web URL, the full HTML body, and the full markdown body of Would Pay Again newsletter Issue #2.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "html": "…",
  "title": "…",
  "web_url": "…",
  "markdown": "…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/would-pay-again-issue-2-30a0f4c0/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)
