← 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": "Georges Kars\nCzech/French, 1882-1945",
    "date": "1930",
    "department": "Modern Art",
    "id": 21711,
    "image_url": "https://www.artic.edu/iiif/2/a472e5d5-5289-3b86-c325-ae25b36c97c5/full/843,/0/default.jpg",
    "medium": "Oil on canvas",
    "title": "Woman with a Jug"
  },
  "success": true
}