Smithsonian Design Museum
Provides API access to the collection of the Cooper Hewitt, Smithsonian Design Museum.
import requests
# Specific API endpoint details are not provided in the description.
# Using a generic base URL as an example.
url = "https://collection.cooperhewitt.org/api/"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)