{ "opencollection": "1.0.0", "info": { "name": "GovInfo Collections Search API", "version": "2.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "search", "type": "http" }, "http": { "method": "POST", "url": "https://api.govinfo.gov/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "This service can be used to query the GovInfo search engine and return results that are the equivalent to what is returned by the main user interface. You can use field operators, such as congress, publishdate, branch, and others to construct complex queries that will return only matching documents. For additional information, please see our search service overview." } ] } ], "bundled": true }