← Kunst & Museen

Zufälliges Kunstwerk

GET /museum/random

Entdecken Sie ein random artwork from the Art Institute of Chicago's collection. Ideal für 'artwork of the day' features, creative inspiration, oder educational tools.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/museum/random

Live-Antwort

{
  "data": {
    "artist": "Édouard Manet (French, 1832–1883)",
    "date": "1864",
    "department": "Painting and Sculpture of Europe",
    "id": 44892,
    "image_url": "https://www.artic.edu/iiif/2/0cbe27e8-2fec-3445-bc48-ce40a8f2dc25/full/843,/0/default.jpg",
    "medium": "Oil on canvas",
    "title": "Fish (Still Life)"
  },
  "success": true
}