Skip to documentation
Browse documentation

Get Subreddit

Fetch public community metadata, including Reddit's anonymous weekly-visitor estimate when available.

Capability ID reddit.subreddit.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

name string required

Subreddit name, optionally prefixed with r/ (case-insensitive).

Example webdev

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
active_users null null
created_utc null null
description string A community dedicated to all things web development: both front-end and…
icon_url string https://styles.redditmedia.com/t5_2qs0q/styles/communityIcon_kxcmzy9bt1…
name string webdev
nsfw boolean false
subscribers null null
title null null
url string https://www.reddit.com/r/webdev/
weekly_visitors integer 459900

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.