TL;DR
Artworks on The Art Institute of Chicago's website were not receiving enough views, leading to a lack of engagement. The API includes a boolean field, has_not_been_viewed_much, indicating if an artwork has been viewed fewer than 200 times since 2010.
✦ Why It Matters
Engineers can leverage this API to enhance user engagement with underappreciated artworks.
Key Takeaways
Full Summary
The Art Institute of Chicago's API features a field called has_not_been_viewed_much, which is a boolean indicator for artworks that have received fewer than 200 views on their website since January 1, 2010. This metric aims to identify pieces that may be overlooked by visitors, potentially due to various factors such as lack of promotion or visibility.
By analyzing this data, the museum can better understand visitor engagement and the popularity of its collection. The implementation of this feature allows users to discover lesser-known artworks, fostering a more diverse appreciation of the collection.
The API serves as a tool for both casual browsers and researchers interested in art trends. As a result, the museum can encourage exploration of these underappreciated pieces, potentially increasing their visibility and engagement.
Related