example-data.com

events / #51

Sep
3
Thu

Global Design Conference 2025

12:06 AM – 9:15 PM

Denver, CO

721 attending

Molestias absens ante ut. Temptatio texo brevis repellat atavus. Debitis coniuratio tamdiu degenero tui.

Component variants

Related

Referenced by

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

res = requests.get(
    "https://example-data.com/api/v1/events/51"
)
event = res.json()
{
  "id": 51,
  "title": "Global Design Conference 2025",
  "slug": "global-design-conference-2025-51",
  "description": "Molestias absens ante ut. Temptatio texo brevis repellat atavus. Debitis coniuratio tamdiu degenero tui.",
  "location": "Denver, CO",
  "isOnline": false,
  "startAt": "2026-09-03T00:06:12.626Z",
  "endAt": "2026-09-04T21:15:25.638Z",
  "organizerUserId": 142,
  "attendeeCount": 721,
  "createdAt": "2025-10-09T09:28:37.015Z",
  "updatedAt": "2026-02-04T18:11:51.790Z"
}
Draftbit