{ "opencollection": "1.0.0", "info": { "name": "Congress.gov amendments congressional-record API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "congressional-record", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of congressional record issues sorted by most recent.", "type": "http" }, "http": { "method": "GET", "url": "/v3/congressional-record", "params": [ { "name": "format", "value": "", "type": "query", "description": "The data format. Value can be xml or json." }, { "name": "offset", "value": "", "type": "query", "description": "The starting record returned. 0 is the first record." }, { "name": "limit", "value": "", "type": "query", "description": "The number of records returned. The maximum limit is 250." }, { "name": "y", "value": "", "type": "query", "description": "The year the issue was published. For example, the value can be 2022." }, { "name": "m", "value": "", "type": "query", "description": "The month the issue was published. For example, the value can be 6." }, { "name": "d", "value": "", "type": "query", "description": "The day the issue was published. For example, the value can be 28." } ] }, "docs": "Returns a list of congressional record issues sorted by most recent." } ] } ], "bundled": true }