# Reddit Subreddit Info API via fetcher.sh

> Reddit Subreddit Info API via fetcher.sh is a paid API for AI agents from reddit.fetcher.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Fetches metadata and information about a specific Reddit subreddit by name

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/subreddit/%7Bname%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-subreddit-info-api-via-fetcher-sh-dc876099
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ms0JllGtC7CuIR2qWdeNR

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 reddit-subreddit-info-api-via-fetcher-sh-dc876099
```

Example prompt: Pull the subreddit info for r/MachineLearning — I want to see its subscriber count, description, and community details without needing a Reddit account.

## When to prefer this

Choose this endpoint when you need subreddit metadata without setting up Reddit OAuth credentials or a Reddit developer account. It is ideal for lightweight agent workflows, one-off lookups, or pay-as-you-go usage patterns where subscribing to a full Reddit API plan is overkill. At $0.002 per call with USDC payment via x402, it suits low-volume or cost-sensitive pipelines.

## Known failure modes

- Subreddit does not exist — returns 404 or empty result
- Subreddit is private or banned — access denied or error response
- Payment not processed (x402 flow fails) — no data returned
- Rate limiting or scraping detection by Reddit backend — intermittent failures
- Malformed subreddit name input — unexpected error response

## How this service works

Reddit (subreddits) data and scraping API: Search posts, subreddits, and users; pull hot/new/top/best feeds, comment trees, and user history. 15 REST endpoints from $0.002 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns structured JSON with subreddit metadata including name, description, subscriber count, active user count, creation date, NSFW status, subreddit type, community rules, and other public subreddit attributes available from Reddit's public API.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-subreddit-info-api-via-fetcher-sh-dc876099/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reddit.fetcher.sh](https://www.zero.xyz/host/reddit.fetcher.sh/llms.txt)
