example-data.com

groups / #78

Bright Minds

Size
8 members

Charisma aro adsuesco ara curto delinquo traho adnuo deleo.

Component variants

Related

Referenced by

curl -sS \
  "https://example-data.com/api/v1/groups/78" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/groups/78"
);
const group = await res.json();
import type { Group } from "https://example-data.com/types/groups.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/groups/78"
);
const group = (await res.json()) as Group;
import requests

res = requests.get(
    "https://example-data.com/api/v1/groups/78"
)
group = res.json()
{
  "id": 78,
  "name": "Bright Minds",
  "slug": "bright-minds",
  "description": "Charisma aro adsuesco ara curto delinquo traho adnuo deleo.",
  "memberCount": 8,
  "isPublic": true,
  "ownerUserId": 21,
  "createdAt": "2024-07-01T20:43:05.180Z",
  "updatedAt": "2025-03-27T04:23:05.272Z"
}
Draftbit