Skip to main content
GET
/
v1
/
scrape
/
reddit
/
subreddit
/
details
Subreddit Details
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/reddit/subreddit/details \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "credits_remaining": 33950256,
  "subreddit_id": "t5_a7wuv",
  "display_name": "AbsoluteUnits",
  "weekly_active_users": 1428398,
  "weekly_contributions": 8923,
  "rules": "#ABSOLUTE UNITS\n\n---\n\n    Be in awe at the size of these lads\n\n---\n\n###[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": ""
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

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/"

Response

Successful response

success
boolean
required
Example:

true

subreddit_id
string
required
Example:

"t5_a7wuv"

display_name
string
required
Example:

"AbsoluteUnits"

subscribers
integer
required
Example:

1923642

credits_remaining
integer
Example:

33950256

weekly_active_users
integer
Example:

1428398

weekly_contributions
integer
Example:

8923

rules
string
Example:

"#ABSOLUTE UNITS\n\n---\n\n Be in awe at the size of these lads\n\n---\n\n###[Check out our deep, well-reflected definitions of an absolute unit.](https://www.reddit.com/r/AbsoluteUnits/wiki/index) "

description
string
Example:

"Absolute Unit : an Animal or Public Figure, who is larger than we should normally expect."

header_img
string | null
Example:

null

icon_img
string
Example:

"https://styles.redditmedia.com/t5_a7wuv/styles/communityIcon_t3cspt08bl681.png?width=128&frame=1&auto=webp&s=6f7e59ccf1724bd6c8b3e0d2840c9b21297102c3"

advertiser_category
string
Example:

""

created_at
string
Example:

"2018-01-05T10:35:24.000Z"

submit_text
string
Example:

""