{ "opencollection": "1.0.0", "info": { "name": "Congress.gov amendments hearing API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "hearing", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of hearings.", "type": "http" }, "http": { "method": "GET", "url": "/v3/hearing", "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." } ] }, "docs": "Returns a list of hearings." }, { "info": { "name": "Returns a list of hearings filtered by specified congress.", "type": "http" }, "http": { "method": "GET", "url": "/v3/hearing/:congress", "params": [ { "name": "congress", "value": "", "type": "path", "description": "The congress number. For example, can be 117." }, { "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." } ] }, "docs": "Returns a list of hearings filtered by specified congress." }, { "info": { "name": "Returns a list of hearings filtered by specified congress and chamber.", "type": "http" }, "http": { "method": "GET", "url": "/v3/hearing/:congress/:chamber", "params": [ { "name": "congress", "value": "", "type": "path", "description": "The congress number. For example, can be 117." }, { "name": "chamber", "value": "", "type": "path", "description": "The chamber name. Value can be house, senate, or joint." }, { "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." } ] }, "docs": "Returns a list of hearings filtered by specified congress and chamber." }, { "info": { "name": "Returns detailed information for a specified hearing.", "type": "http" }, "http": { "method": "GET", "url": "/v3/hearing/:congress/:chamber/:jacketNumber", "params": [ { "name": "congress", "value": "", "type": "path", "description": "The congress number. For example, can be 117." }, { "name": "chamber", "value": "", "type": "path", "description": "The chamber name. Value can be house, senate, or joint." }, { "name": "jacketNumber", "value": "", "type": "path", "description": "The jacket number for the print. For example, the value can be 48144." }, { "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." } ] }, "docs": "Returns detailed information for a specified hearing." } ] } ], "bundled": true }