Reddit Subreddit details API
Subreddit metadata: weekly active users, description, category and icon.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"id": "t5_2qh1e",
"name": "MechanicalKeyboards",
"weeklyActiveUsers": 184000,
"description": "Keyboard lovers, unite. Show off your builds and ask for help.",
"advertiserCategory": "Technology",
"iconUrl": "https://styles.redditmedia.com/mechanicalkeyboards/icon.png",
"createdAt": "2012-04-18T00:00:00Z"
}
}interface RedditSubredditDetailsResponse {
data: {
advertiserCategory: string;
createdUtc: number;
description: string;
iconUrl: string;
id: string;
name: string;
weeklyActiveUsers: number;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-12 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/reddit.subreddit_details \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"subreddit":"MechanicalKeyboards"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| subreddit | string | "MechanicalKeyboards"Subreddit name without the r/ prefix. Case-sensitive (e.g. "AskReddit", not "askreddit"). |
| Response | ||
| found | boolean | true |
| data | object | |
| data.id | string | "t5_2qh1e" |
| data.name | string | "MechanicalKeyboards" |
| data.weeklyActiveUsers | number | 184000 |
| data.description | string | "Keyboard lovers, unite. Show off your builds and ask for help." |
| data.advertiserCategory | string | "Technology" |
| data.iconUrl | string | "https://styles.redditmedia.com/mechanicalkeyboards/icon.png" |
| data.createdAt | string | "2012-04-18T00:00:00Z" |
| Price | ||
| Price per request | USD | $0.00045 |
| Price /1k req | USD | $0.45 |
FAQ
About the Reddit Subreddit details API
The AnyAPI Reddit Subreddit details API returns Reddit subreddit details data as normalized JSON from one POST call to /v1/run/reddit.subreddit_details. Subreddit metadata: weekly active users, description, category and icon. AnyAPI routes each request across 4 sources and falls back automatically when one fails. It costs from $0.45 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Reddit subreddit details calls through AnyAPI succeeded, with a median response time of 1.5 seconds across 141 measured calls.