example-data.com

events / #86

Nov
18
Wed

Global Bootcamp 2026

8:42 PM – 5:18 AM

Online

505 attending

Ulciscor facere inventore. Arcus adamo labore admitto aurum cogo autem voco. Aperio incidunt auctus circumvenio condico apostolus aperte statim vulgaris.

Component variants

Related

Referenced by

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

res = requests.get(
    "https://example-data.com/api/v1/events/86"
)
event = res.json()
{
  "id": 86,
  "title": "Global Bootcamp 2026",
  "slug": "global-bootcamp-2026-86",
  "description": "Ulciscor facere inventore. Arcus adamo labore admitto aurum cogo autem voco. Aperio incidunt auctus circumvenio condico apostolus aperte statim vulgaris.",
  "location": "Online",
  "isOnline": true,
  "startAt": "2026-11-18T20:42:28.496Z",
  "endAt": "2026-11-20T05:18:25.893Z",
  "organizerUserId": 151,
  "attendeeCount": 505,
  "createdAt": "2026-02-13T05:59:08.730Z",
  "updatedAt": "2026-03-10T18:59:59.299Z"
}
Draftbit