GET /galleries
artic.edu:art-institute-of-chicago-api
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
A list of all galleries sorted by last updated date in descending order.
Parameters (2)
limit
(integer, query, optional, default: 10)
Number of results per page (max 100)
Constraints: {'minimum': 1, 'maximum': 100}
page
(integer, query, optional, default: 1)
Page number for pagination
Constraints: {'minimum': 1}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List galleries with default pagination | curl |
https://api.artic.edu/api/v1/galleries |
|
| List galleries with custom limit | curl |
https://api.artic.edu/api/v1/galleries?limit=5 |
|
| List galleries with pagination | curl |
https://api.artic.edu/api/v1/galleries?limit=10&page=2 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:16:42.925946 | 200 | 300ms | |
| 2026-03-23 09:38:09.566644 | 200 | 338ms | |
| 2026-03-23 09:00:50.956408 | 200 | 349ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:38:09.566644 | c7189db542ca |
8c398ad9228b |
| 2026-03-23 10:16:42.925946 | 8c398ad9228b |
70f53159e3b4 |