Skip to main content

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

community_id
string
required
The unique identifier of the community

Response

community
object
Basic community information
overview
object
Dashboard metrics for the last 30 days
{
  "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"
  }
}