Skip to main content
GET
Subreddit Details
Returns subreddit_id, display_name, subscribers, weekly_active_users, weekly_contributions, description, rules, icon_img, header_img, advertiser_category, submit_text and created_at. Use it to size a community or read its rules. Measured at about 5 KB, the smallest response here. The name is case-sensitive: AskReddit resolves, askreddit does not. It returns no posts at all — for those call get_reddit_subreddit, or get_reddit_subreddit_search to query within the community.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

subreddit
string

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

url
string

Subreddit URL

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
subreddit_id
string
display_name
string
description
string
subscribers
integer
weekly_active_users
integer
weekly_contributions
integer
rules
object[]