# whatchuneed Reddit Subreddit Endpoint

> whatchuneed Reddit Subreddit Endpoint is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches posts, metadata, or content from a specified Reddit subreddit via a pay-per-call API

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/reddit/subreddit
- 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/whatchuneed-reddit-subreddit-endpoint-dc89e946
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a5r1UoljlwElyOFLbNpXJ

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 whatchuneed-reddit-subreddit-endpoint-dc89e946 -d '<json body>'
```

Example prompt: Can you pull the top posts from r/MachineLearning right now so I can see what the community is discussing?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to Reddit subreddit data without managing Reddit API credentials or OAuth flows. It is well-suited for agents that occasionally need subreddit content as part of a larger workflow and want a single unified payment mechanism (USDC via x402) rather than setting up platform-specific API access.

## Known failure modes

- Invalid or non-existent subreddit name returns an error result
- Rate limiting or Reddit API downtime causes failed lookups
- Ambiguous or malformed input string may return unexpected results
- Private or quarantined subreddits may return empty or restricted data
- Payment failure via x402 protocol results in 402 response before any data is returned

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a structured result object containing subreddit post data — likely including post titles, scores, URLs, authors, timestamps, and subreddit metadata — along with a status field indicating success or failure of the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-reddit-subreddit-endpoint-dc89e946/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
