example-data.com

groups / #36

Curious Artists

Size
14 members

Colligo defleo ver bos expedita.

Component variants

Related

Referenced by

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

res = requests.get(
    "https://example-data.com/api/v1/groups/36"
)
group = res.json()
{
  "id": 36,
  "name": "Curious Artists",
  "slug": "curious-artists",
  "description": "Colligo defleo ver bos expedita.",
  "memberCount": 14,
  "isPublic": true,
  "ownerUserId": 110,
  "createdAt": "2024-07-13T19:07:50.006Z",
  "updatedAt": "2024-08-15T20:52:42.108Z"
}
Draftbit