{ "opencollection": "1.0.0", "info": { "name": "Library of Congress Chronicling America Bills Issues API", "version": "1.0.0" }, "items": [ { "info": { "name": "Issues", "type": "folder" }, "items": [ { "info": { "name": "Get Issue", "type": "http" }, "http": { "method": "GET", "url": "https://chroniclingamerica.loc.gov/lccn/:lccn/:date/ed-:edition.json", "params": [ { "name": "lccn", "value": "", "type": "path" }, { "name": "date", "value": "", "type": "path", "description": "Issue date in YYYY-MM-DD format." }, { "name": "edition", "value": "", "type": "path" } ] }, "docs": "Retrieve metadata for a single issue of a newspaper." } ] } ], "bundled": true }