Skip to main content
Type Value: 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

When type 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, or restricted.
  • nsfw: A boolean flag to show if the community is tagged as Not Safe For Work.
  • banner & avatar: Responsive images for visual branding elements.
These attributes let you highlight a subreddit’s popularity, content nature, and access level, helping users quickly gauge whether it’s a community they’d like to join or explore further.

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.

Schema reference

For a full technical breakdown of all fields and validation rules, including detailed JSON schemas, please refer to the API Reference.