Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires authentication. The authenticated user must be the community owner or an admin.
Path Parameters
The unique identifier of the community
Response
Basic community information
Unique identifier for the community
Display name of the community
URL-friendly identifier for the community
Community description/tagline
URL to the community’s avatar image
URL to the community’s banner image
Dashboard metrics for the last 30 days
Description of the time period (e.g., “Last 30 days”)
Total earnings in cents for the period
Formatted earnings string (e.g., “$17,915.32”)
Count of active community members
Number of page visits for the period
Formatted visits string (e.g., “33.91K”)
{
"community": {
"id": "a1b2c3d4-5678-90ab-cdef-123456789abc",
"name": "RD One Community",
"slug": "rd-one-community",
"about": "May one always push you further",
"avatar_url": "https://storage.onlydrams.com/communities/avatars/rd-one.png",
"banner_url": "https://storage.onlydrams.com/communities/banners/rd-one.jpg"
},
"overview": {
"period": "Last 30 days",
"earnings_cents": 1791532,
"earnings_formatted": "$17,915.32",
"active_members": 1481,
"visits": 33910,
"visits_formatted": "33.91K"
}
}