example-data.com

groups / #46

Dynamic Builders

Size
12 members

Cervus tutis sollers ars adamo pel conatus.

Component variants

Related

Referenced by

curl -sS \
  "https://example-data.com/api/v1/groups/46" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/groups/46"
);
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/46"
);
const group = (await res.json()) as Group;
import requests

res = requests.get(
    "https://example-data.com/api/v1/groups/46"
)
group = res.json()
{
  "id": 46,
  "name": "Dynamic Builders",
  "slug": "dynamic-builders",
  "description": "Cervus tutis sollers ars adamo pel conatus.",
  "memberCount": 12,
  "isPublic": true,
  "ownerUserId": 198,
  "createdAt": "2024-09-18T14:05:27.314Z",
  "updatedAt": "2025-11-24T11:22:48.023Z"
}
Draftbit