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.
curl https://nordapi.ee/api/v1/museum/random
{
"data": {
"artist": "Ivan Albright (1897-1983)",
"date": "1888-1995 (bulk 1900-1980)",
"department": "AIC Archives",
"id": 262139,
"image_url": "https://www.artic.edu/iiif/2/342b2214-04d5-de63-b577-55a08a618960/full/843,/0/default.jpg",
"medium": "Holograph papers, typescript papers, printed papers, photocopies, bound scrapbooks, black and white photographic prints, color photographic prints, color transparencies, black and white glass negatives, black and white film negatives, ink drawings, graphite drawings, textiles and realia.",
"title": "Ivan Albright Collection"
},
"success": true
}