example-data.com

events / #76

Feb
27
Fri

Local Bootcamp 2026

7:00 PM – 5:02 PM

Online

34 attending

Ad cornu thymbra crinis aperiam nobis corrupti bibo. Delinquo virgo sol cena defessus illo. Sulum compono thesis tantum ea.

Component variants

Related

Referenced by

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

const res = await fetch(
  "https://example-data.com/api/v1/events/76"
);
const event = (await res.json()) as Event;
import requests

res = requests.get(
    "https://example-data.com/api/v1/events/76"
)
event = res.json()
{
  "id": 76,
  "title": "Local Bootcamp 2026",
  "slug": "local-bootcamp-2026-76",
  "description": "Ad cornu thymbra crinis aperiam nobis corrupti bibo. Delinquo virgo sol cena defessus illo. Sulum compono thesis tantum ea.",
  "location": "Online",
  "isOnline": true,
  "startAt": "2026-02-27T19:00:06.177Z",
  "endAt": "2026-02-28T17:02:18.674Z",
  "organizerUserId": 233,
  "attendeeCount": 34,
  "createdAt": "2025-06-27T18:21:49.836Z",
  "updatedAt": "2025-10-28T23:14:21.105Z"
}
Draftbit