Fetch Reddit APP Subreddit Settings
Get settings information for a specified subreddit on Reddit APP, including posting rules, user flair settings, moderation settings, and other configuration
Note: First obtain the subreddit ID (subreddit.id field) via the fetch_subreddit_info API The subreddit ID format must begin with “t5_” The ID format for the APP API differs from the Web API — a type prefix is required Subreddit ID prefix: t5_ (e.g., t5_2qh0u)
Copy for AI
🤖 Why Code When AI Can Do It For You?
Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Authorizations
Query Parameters
Subreddit ID, a unique identifier beginning with t5_, e.g., "t5_2qh0u" (can be obtained from the fetch_subreddit_info API)
Whether to clean/sanitize the data
Response
The response is of type object.

