Headers
Get your API keyAPI key (`sfk_...`)
Subreddit name, optional `r/` prefix, or Reddit subreddit URL. Must match Reddit's exact casing.
min 1 chars · max 256 chars
Optional subreddit URL for the request.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Whether the subreddit was 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
curl "https://api.socialfetch.dev/v1/reddit/subreddits?subreddit=AbsoluteUnits" \
-H "x-api-key: YOUR_API_KEY"Responses
Lookup result. Check `data.lookupStatus` for `found` or `not_found`.