← 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.

Example Requests

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

Live Response

{
  "data": {
    "artist": "Kazimir Malevich\nBorn Kyiv (formerly Russian Empire, now Ukraine), 1878; died Saint Petersburg, 1935",
    "date": "Summer/fall 1915",
    "department": "Modern Art",
    "id": 207293,
    "image_url": "https://www.artic.edu/iiif/2/ea062a80-5e1c-7dbd-398a-eca86c603b00/full/843,/0/default.jpg",
    "medium": "Oil on canvas",
    "title": "Painterly Realism of a Football Player—Color Masses in the 4th Dimension"
  },
  "success": true
}