imagesartmuseumcultural-heritageopen-accessimage-metadataartworkpaintingssculptures
Global Open-Access Museum Artwork Image Metadata (1000-2025)
About this data
A comprehensive metadata catalog of 10,000+ artworks from the worlds leading open-access museum collections. Each record includes artwork title, artist, creation date, medium, dimensions, department, culture/origin, classification, and direct image URLs. Sourced from the Metropolitan Museum of Art, Art Institute of Chicago, Cleveland Museum of Art, and Rijksmuseum open-access APIs. Ideal for training image classification models, art historical analysis, cultural heritage research, and recommendation systems. All records are normalized to a common schema with consistent field naming and formatting.
Schema
| Name | Type | Description |
|---|---|---|
| source_museum | string | |
| object_id | string | |
| title | string | |
| artist_name | string | |
| artist_nationality | string | |
| artist_birth_year | string | |
| artist_death_year | string | |
| creation_date | string | |
| creation_year_start | string | |
| creation_year_end | string | |
| medium | string | |
| dimensions | string | |
| department | string | |
| classification | string | |
| culture | string | |
| period | string | |
| image_url | string | |
| is_public_domain | string | |
| credit_line | string | |
| country_of_origin | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Open-Access Museum Artw" })
// Found: 0baeb51c-c6ed-4678-91c0-90097ed27440
get_download_url({ dataset_id: "0baeb51c-c6ed-4678-91c0-90097ed27440" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/0baeb51c-c6ed-4678-91c0-90097ed27440/download-url