Get Community Feed
Community
Get Community Feed
Retrieve community-shared sessions and media with filtering and pagination
GET
Get Community Feed
Overview
The Community Feed endpoint returns a paginated, filterable list of community-shared content, including both sessions and individual media items. Results can be filtered by content type, creator, subreddit, category, tags, and search terms.Authentication
This endpoint requires authentication. Include a valid session cookie or authentication header.Query Parameters
Filter by content type:
all- Both sessions and mediasessions- Only session snapshotscaptions- Only smart caption mediababecuts- Only babecock mediahypnococks- Only hypnococks mediabetacensors- Only beta censor media
Sort order:
new- Most recent firsthot- Engagement-weighted recency (combines likes and recency)top- Highest likes first
Search across titles, captions, creator names, and filenames
Filter by creator name or email (partial match)
Filter by exact creator user ID
Filter sessions by subreddit name (partial match)
Filter media by character name (partial match)
Filter by category ID
Filter by category slug
Comma-separated list of tag slugs to filter by
Example:
joi,femdom,hypnoTag matching mode:
or- Match any of the specified tagsand- Match all specified tags
Page number (1-indexed)
Number of items per page (1-100)
Response
Array of community content items (sessions and media)
Total number of items matching the filter criteria
Current page number
Items per page
Total number of pages
Examples
Get Recent Sessions
Search for Content
Filter by Creator and Category
Filter by Multiple Tags (AND mode)
Get Top Babecock Media
Response Example
Notes
- The
hotsort combines likes and recency using the formula:(likes + 1) / (age_in_hours + 2)^1.5 - When
contentType=all, results merge sessions and media, sorted bycreatedAt - Tag filtering applies separately to sessions and media, then merges results
- Admin users can see
isHiddencontent; non-admins see only non-hidden items - Character filtering only applies to media items
- Subreddit filtering only applies to sessions