example-data.com

projects / #75

orgId
Maggio and Sons
teamId
teams/80
name
Dashboard Overhaul
slug
maggio-and-sons-dashboard-overhaul
description
Clementia aptus quas nisi.
status
planning
startDate
2026-05-02
dueDate
2026-11-05
ownerUserId
237
createdAt
updatedAt

Component variants

Related

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

const res = await fetch(
  "https://example-data.com/api/v1/projects/75"
);
const project = (await res.json()) as Project;
import requests

res = requests.get(
    "https://example-data.com/api/v1/projects/75"
)
project = res.json()
{
  "id": 75,
  "orgId": 25,
  "teamId": 80,
  "name": "Dashboard Overhaul",
  "slug": "maggio-and-sons-dashboard-overhaul",
  "description": "Clementia aptus quas nisi.",
  "status": "planning",
  "startDate": "2026-05-02",
  "dueDate": "2026-11-05",
  "ownerUserId": 237,
  "createdAt": "2025-10-28T01:27:42.386Z",
  "updatedAt": "2026-03-27T06:39:57.537Z"
}
Draftbit