GET /artists
artic.edu:art-institute-of-chicago-api
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
A list of all artists sorted by last updated date in descending order.
Parameters (2)
limit
(integer, query, optional, default: 10)
Number of results per page
page
(integer, query, optional, default: 1)
Page number
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List artists with default pagination | curl |
https://api.artic.edu/api/v1/artists |
|
| List artists with custom limit | curl |
https://api.artic.edu/api/v1/artists?limit=5 |
|
| List artists with pagination | curl |
https://api.artic.edu/api/v1/artists?limit=10&page=2 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:30:33.082186 | 200 | 1044ms | |
| 2026-03-23 09:26:54.232359 | 200 | 1101ms | |
| 2026-03-23 09:01:53.398448 | 200 | 1066ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:26:54.232359 | 77c91dfa59d3 |
cdb4cb0882d1 |
| 2026-03-23 10:30:33.082186 | cdb4cb0882d1 |
c566f6d4e3d3 |