Subreddits
Subreddit data — info, posts, comments, rules, wiki, and more
Search subreddits
Search for subreddits matching a query string. Returns community metadata.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Query Parameters
qRequiredstringSearch query
List of matching subreddits
Get subreddit info
Returns detailed information about a subreddit — subscribers, description, settings, and more.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Subreddit information
Get posting rules
Returns the posting rules for a subreddit. Essential before posting to avoid violations.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Subreddit posting rules
Get post feed
Returns posts from a subreddit's feed, sorted by the specified method.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Query Parameters
sortstringSort order for posts
"hot"Value in: "hot" | "new" | "top" | "rising" | "controversial"limitintegerNumber of posts to return (max 100)
25Minimum: 1Maximum: 100tstringTime filter (only applies when sort=top or sort=controversial)
"day"Value in: "hour" | "day" | "week" | "month" | "year" | "all"List of posts
Get comment stream
Returns recent comments from a subreddit.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Query Parameters
limitintegerNumber of items to return (max 100)
25Minimum: 1Maximum: 100List of recent comments
List wiki pages
Returns a list of all wiki page names for a subreddit. Useful for discovering available documentation.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
List of wiki page names
Read a wiki page
Returns the full Markdown content of a specific wiki page. Great for reading community guidelines and resources.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
pageRequiredstringWiki page name (e.g., "index", "rules", "resources")
Wiki page content
Get sidebar widgets
Returns the sidebar widgets for a subreddit, including links, text, and community resources.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Sidebar widgets
Get traffic stats
Returns historical traffic statistics for a subreddit (pageviews and unique visitors by day, hour, and month).
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Traffic statistics
Check if URL was posted
Checks whether a given URL has already been submitted to a subreddit. Returns existing posts if found. Useful before posting to avoid duplicate submission violations.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
nameRequiredstringSubreddit name (without r/ prefix)
Query Parameters
urlRequiredstringURL to check for duplicate submissions
"uri"URL check result