{ "opencollection": "1.0.0", "info": { "name": "Library of Congress Chronicling America Bills Items API", "version": "1.0.0" }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Get Item", "type": "http" }, "http": { "method": "GET", "url": "https://chroniclingamerica.loc.gov/item/:itemId/", "params": [ { "name": "itemId", "value": "", "type": "path" }, { "name": "fo", "value": "", "type": "query" } ] }, "docs": "Retrieve a single item record." } ] } ], "bundled": true }