{ "opencollection": "1.0.0", "info": { "name": "Freedom of Information Act (FOIA) Agency Components Annual Reports API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Annual Reports", "type": "folder" }, "items": [ { "info": { "name": "Get an agency annual FOIA report", "type": "http" }, "http": { "method": "GET", "url": "https://api.foia.gov/api/annual-report-xml/:agencyAbbreviation/:year", "params": [ { "name": "agencyAbbreviation", "value": "", "type": "path" }, { "name": "year", "value": "", "type": "path" } ] }, "docs": "Returns the agency's annual FOIA report XML for the given year." } ] } ], "bundled": true }