example-data.com

stem-figures / #28

John von Neumann

John von Neumann

Verto depopulo coma arceo. Adfectus antepono caelum calcar ambulo. Caste tabella vociferor terga tergeo amicitia delibero cunae cruentus.

Component variants

curl -sS \
  "https://example-data.com/api/v1/stem-figures/28" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/stem-figures/28"
);
const stemFigure = await res.json();
import type { StemFigure } from "https://example-data.com/types/stem-figures.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/stem-figures/28"
);
const stemFigure = (await res.json()) as StemFigure;
import requests

res = requests.get(
    "https://example-data.com/api/v1/stem-figures/28"
)
stem_figure = res.json()
{
  "id": 28,
  "name": "John von Neumann",
  "slug": "john-von-neumann",
  "field": "mathematics",
  "bio": "Verto depopulo coma arceo. Adfectus antepono caelum calcar ambulo. Caste tabella vociferor terga tergeo amicitia delibero cunae cruentus.",
  "bornYear": 1903,
  "diedYear": 1957,
  "country": "Hungary",
  "imageUrl": "https://picsum.photos/seed/stem-28/600/600",
  "accomplishments": [
    "Von Neumann architecture",
    "Game theory"
  ],
  "createdAt": "2024-06-08T15:44:17.395Z"
}
Draftbit