GET /collections/{collection}/
loc.gov:library-of-congress-api
Summary: Get items from a specific collection
Operation ID: getCollection
Auth: none
Operation ID: getCollection
Auth: none
Description
Search within a specific digital collection.
Parameters (5)
c
(integer, query, optional, default: 25)
Count of results per page
Constraints: {'minimum': 1, 'maximum': 150}
collection
(string, path, required)
Collection identifier (e.g., 'tenth-to-sixteenth-century-liturgical-chants', 'loc-chronicling-america')
fo
(string, query, required)
Format output - must be 'json' for API responses
Constraints: {'enum': ['json']}
q
(string, query, optional)
Search query within the collection
sp
(integer, query, optional, default: 1)
Start page number
Constraints: {'minimum': 1}
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get items from a specific collection | openapi-spec |
https://www.loc.gov/collections/{collection}/?fo=json |
No probe data for this endpoint yet.