Subreddit Details

Get details about a subreddit. Pass a subreddit name or URL to the subreddit.

1 creditper request
GET
/v1/reddit/subreddit/details

🤖 Why Code When AI Can Do It For You?

Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

curl "https://api.scrapecreators.com/v1/reddit/subreddit/details" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 33950256,
  "subreddit_id": "t5_a7wuv",
  "display_name": "AbsoluteUnits",
  "weekly_active_users": 1428398,
  "weekly_contributions": 8923,
  "rules": "#ABSOLUTE UNITS

---

    Be in awe at the size of these lads

---

###[Check out our deep, well-reflected definitions of an absolute unit.](https://www.reddit.com/r/AbsoluteUnits/wiki/index)  ",
  "description": "Absolute Unit : an Animal or Public Figure, who is larger than we should normally expect.",
  "header_img": null,
  "icon_img": "https://styles.redditmedia.com/t5_a7wuv/styles/communityIcon_t3cspt08bl681.png?width=128&frame=1&auto=webp&s=6f7e59ccf1724bd6c8b3e0d2840c9b21297102c3",
  "subscribers": 1923642,
  "advertiser_category": "",
  "created_at": "2018-01-05T10:35:24.000Z",
  "submit_text": ""
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

subreddit
string

Subreddit name. MUST be case sensitive. So 'AskReddit' not 'askreddit'.

Example:
AskReddit
url
string

Subreddit URL

Example:
https://www.reddit.com/r/AbsoluteUnits/