REDDIT_SUBREDDIT
Status: PRODUCTION A
REDDIT_SUBREDDIT
link type corresponds to a Reddit community. Along with the standard preview attributes (title
, description
, image
), REDDIT_SUBREDDIT
links provide in-depth community details such as subscriber counts, activity levels, and moderation status. This allows you to enrich your application with community-oriented data and display insightful subreddit profiles.
What It Includes
Whentype
is REDDIT_SUBREDDIT
, the response includes a redditSubreddit
object with fields like:
- name & title: The subreddit’s handle (e.g.,
r/programming
) and its human-friendly title. - description: A brief summary or statement of the subreddit’s purpose.
- subscribersCount & activeUsersCount: Metrics indicating the community size and engagement level.
- createdDate: When the subreddit was established.
- type: Indicates whether the subreddit is
public
,private
, orrestricted
. - nsfw: A boolean flag to show if the community is tagged as Not Safe For Work.
- banner & avatar: Responsive images for visual branding elements.
Example Request
Example Response
Special Notes
- Fallback Strategies: If metadata is missing, Peekalink infers defaults to maintain consistency.
- NSFW & Type Fields: These let you adjust how you present or filter communities based on content sensitivity or access restrictions.
- Scalable Integration: Start with the basic title and subscriber count, then incrementally add details like active user counts, banners, and descriptions as your product matures.