← Art & Museums

Random Artwork

GET /museum/random

Discover a random artwork from the Art Institute of Chicago's collection. Great for 'artwork of the day' features, creative inspiration, or educational tools.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/museum/random

Live Response

{
  "data": {
    "artist": "Arthur Dove (American, 1880–1946)",
    "date": "1929",
    "department": "Arts of the Americas",
    "id": 65884,
    "image_url": "https://www.artic.edu/iiif/2/f4f3af3c-6ffd-15ff-9ef2-75fdd4a1a8c8/full/843,/0/default.jpg",
    "medium": "Oil, metallic paint, and pencil on steel plate",
    "title": "Telegraph Pole"
  },
  "success": true
}