example-data.com

events / #142

Nov
23
Mon

Community Hackathon 2026

12:00 PM – 4:04 AM

Denver, CO

737 attending

Angulus ipsam surculus sopor defendo sufficio dicta. Cubicularis aureus beatae sed demoror coruscus termes altus. Versus cotidie aliquam venustas bibo stultus.

Component variants

Related

Referenced by

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

res = requests.get(
    "https://example-data.com/api/v1/events/142"
)
event = res.json()
{
  "id": 142,
  "title": "Community Hackathon 2026",
  "slug": "community-hackathon-2026-142",
  "description": "Angulus ipsam surculus sopor defendo sufficio dicta. Cubicularis aureus beatae sed demoror coruscus termes altus. Versus cotidie aliquam venustas bibo stultus.",
  "location": "Denver, CO",
  "isOnline": false,
  "startAt": "2026-11-23T12:00:13.301Z",
  "endAt": "2026-11-25T04:04:11.710Z",
  "organizerUserId": 76,
  "attendeeCount": 737,
  "createdAt": "2025-07-23T06:44:40.642Z",
  "updatedAt": "2026-05-08T11:51:36.450Z"
}
Draftbit