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

First time? Point any MCP client at https://mcp.aisa.one/mcp — Claude Code, Codex, Cursor, VS Code and the rest. Authorization is OAuth: the client opens a browser, you click Allow once, and there is no key to paste. The commands per client, and what each call costs, are on aisa.one/mcp.
Set this endpoint up in your agent →

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[]