Harvard Art Museums
Art
- Authentication
- API Key
- HTTPS
- No
- CORS
- Unknown
- Category
- Art & Design
- Documentation / URL
- https://github.com/harvardartmuseums/api-docs
Overview
The Harvard Art Museums API exposes 200,000+ objects — artworks, exhibitions, people, and galleries — from Harvard’s collections. Auth is a free API key (an invalid key returns 401, verified).
Quick Start
Search objects (replace YOUR_KEY):
curl "https://api.harvardartmuseums.org/object?apikey=YOUR_KEY&size=3&classification=Prints"
{
"info": { "totalrecords": 12345, "pages": 4115 },
"records": [
{
"id": 123,
"title": "Study for a Self-Portrait",
"dated": "1962",
"classification": "Prints",
"primaryimageurl": "https://nrs.harvard.edu/..."
}
]
}
Authentication
- Register at harvardartmuseums.org → get a free API key.
- Send it as the
apikeyquery parameter (invalid key → 401, verified).
Rate Limits & Notes
- Free tier: ~1,000 requests/day (check the docs); more via agreement.
- Endpoints:
/object,/person,/exhibition,/gallery,/publication. size=(max 100) andpage=paginate; rich filters (classification=,person=,century=).- Images are served from nrs.harvard.edu (open access for most records).
FAQ
Is the Harvard Art Museums API free? Yes — free key with daily limits.
How do I get a key? Register at harvardartmuseums.org → API key.
What data is available? Objects, people, exhibitions, and galleries from Harvard’s collections.
More in Art & Design
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Améthyste Generate images for Discord users | API Key | Yes | Unknown | ↗ |
| Art Institute of Chicago Art | No auth | Yes | Yes | ↗ |
| Colormind Color scheme generator | No auth | No | Unknown | ↗ |
| ColourLovers Get various patterns, palettes and images | No auth | No | Unknown | ↗ |
| Cooper Hewitt Smithsonian Design Museum | API Key | Yes | Unknown | ↗ |