
Artworks API
A world-class museum collection as an API. All 132,739 artworks from the Art Institute of Chicago's open-access dataset (CC0) β Monet's Water Lilies, American Gothic, Nighthawks, Van Gogh's The Bedroom β each with artist, dates, medium, dimensions, department, classification, style, place of origin, credit line, gallery location, and public-domain / on-view flags. 122,626 artworks carry ready-to-embed IIIF image URLs at three sizes (200/843/1686 px) from the museum's own image server. Full-text search covers titles, artists and descriptive facets ('water lilies monet' finds exactly the right painting), with filters for department, artwork type, artist, year range, public-domain status and currently-on-view. Browse 62,054 public-domain works safe for any use, pull artist profiles with work counts (Picasso: 359), or hit the random endpoint β public-domain-with-image by default β for art-of-the-day features, wallpaper apps and screensavers. Education platforms, print-on-demand, content tools, art-quiz games: museum-grade art data at one token per call.
{
"ok": true,
"artwork": {
"id": 6565,
"title": "American Gothic",
"artist": "Grant Wood",
"artist_full": "Grant Wood (American, 1891β1942)",
"artist_id": 37343,
"date_display": "1930",
"date_start": 1930,
"date_end": 1930,
"medium": "Oil on Beaver Board",
"dimensions": "78 Γ 65.3 cm (30 3/4 Γ 25 3/4 in.)",
"department": "Arts of the Americas",
"artwork_type": "Painting",
"classification": "oil paintings (visual works)",
"style": "Realism",
"place_of_origin": "Cedar Rapids",
"credit_line": "Friends of American Art Collection",
"reference_number": "1930.934",
"gallery": "Gallery 263",
"is_public_domain": false,
"is_on_view": true,
"image_id": "b272df73-a965-ac37-4172-be4e99483637",
"facets": "Realism oil paintings (visual works) Cedar Rapids Oil on Beaver Board",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/b272df73-a965-ac37-4172-be4e99483637/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/b272df73-a965-ac37-4172-be4e99483637/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/b272df73-a965-ac37-4172-be4e99483637/full/1686,/0/default.jpg"
},
"artic_url": "https://www.artic.edu/artworks/6565"
},
"more_by_artist": [
{
"id": 228478,
"title": "January",
"date_display": "1938",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/0b54c226-da71-d825-636b-adbd77f0fa25/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/0b54c226-da71-d825-636b-adbd77f0fa25/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/0b54c226-da71-d825-636b-adbd77f0fa25/full/1686,/0/default.jpg"
}
},
{
"id": 237322,
"title": "Fruits",
"date_display": "1939",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/394ff5d7-22a6-7347-0d3a-3548a3caee93/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/394ff5d7-22a6-7347-0d3a-3548a3caee93/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/394ff5d7-22a6-7347-0d3a-3548a3caee93/full/1686,/0/default.jpg"
}
},
{
"id": 100820,
"title": "July Fifteenth",
"date_display": "1938",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/0ee36c58-4da5-fe04-b2fe-9a9aa8852496/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/0ee36c58-4da5-fe04-b2fe-9a9aa8852496/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/0ee36c58-4da5-fe04-b2fe-9a9aa8852496/full/1686,/0/default.jpg"
}
},
{
"id": 117693,
"title": "Fertility",
"date_display": "1939",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/1798f46c-9597-bc0f-fdcf-08c5bd59cc87/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/1798f46c-9597-bc0f-fdcf-08c5bd59cc87/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/1798f46c-9597-bc0f-fdcf-08c5bd59cc87/full/1686,/0/default.jpg"
}
},
{
"id": 100900,
"title": "The Pump",
"date_display": "1937",
"images": {
"thumbnail": "https://www.artic.edu/iiif/2/d8520607-d8de-4bb2-3c9e-25cc4f7926f0/full/200,/0/default.jpg",
"medium": "https://www.artic.edu/iiif/2/d8520607-d8de-4bb2-3c9e-25cc4f7926f0/full/843,/0/default.jpg",
"large": "https://www.artic.edu/iiif/2/d8520607-d8de-4bb2-3c9e-25cc4f7926f0/full/1686,/0/default.jpg"
}
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform β anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses β auto-completion in your IDE
- Tracks the API in lockstep β new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);π Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Query Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales β
Common questions
The things that actually block the upgrade.
Ship Artworks API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
