Get Reddit subreddit
Get details for a Reddit community.
Operation
/v1/reddit/subredditsHeaders
API key (`sfk_...`)
Parameters
Subreddit name, optional `r/` prefix, or Reddit subreddit URL. Must match Reddit's exact casing (for example `AskReddit`, not `askreddit`).
min 1 chars · max 256 chars
Optional subreddit URL for the request.
min 1 chars · max 4096 chars
Response fields
Endpoint-specific response payload.
Whether the subreddit was found or not found.
one of: found, not_found
Subreddit details when available.
Social platform for this subreddit.
one of: reddit
Public subreddit name.
Stable subreddit identifier when available.
Canonical public subreddit URL.
min 1 chars
Subreddit description text when available.
Subreddit rules text when available.
Subreddit icon image URL when available.
Subreddit banner image URL when available.
Advertiser category label when available.
Submission guidance text shown to members when available.
Subreddit creation timestamp when available.
Subreddit metrics when available.
Subscriber count when available.
≥ 0
Approximate weekly active users when available.
≥ 0
Approximate weekly contributions when available.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Lookup result. Check `data.lookupStatus` for `found` or `not_found`.
Error codes