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 | null;
createdUtc: number;
description: string;
iconUrl: string;
id: string;
name: string;
weeklyActiveUsers: number | null;
} | 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-16 · 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"). |
| requireFields | array | Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `weeklyActiveUsers` or `advertiserCategory`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a subreddit that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.id | string | "t5_2qh1e" |
| data.name | string | "MechanicalKeyboards" |
| data.weeklyActiveUserscan require | number | 184000 |
| data.description | string | "Keyboard lovers, unite. Show off your builds and ask for help." |
| data.advertiserCategorycan require | 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 3 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.4 seconds across 182 measured calls.