{ "opencollection": "1.0.0", "info": { "name": "FiscalNote AppData Bills Regulations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Regulations", "type": "folder" }, "items": [ { "info": { "name": "FiscalNote List regulations", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/policynote/v1/regulations", "params": [ { "name": "jurisdiction", "value": "", "type": "query", "description": "Filter by jurisdiction code such as US, US-CA, GB, or EU." }, { "name": "agency", "value": "", "type": "query", "description": "Filter by issuing agency name or identifier." }, { "name": "status", "value": "", "type": "query", "description": "Filter by regulation status such as proposed, final, or withdrawn." }, { "name": "q", "value": "", "type": "query", "description": "Full-text search query to filter results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." }, { "name": "updatedSince", "value": "", "type": "query", "description": "Return only records updated after this ISO 8601 datetime." } ] }, "docs": "Returns a paginated list of regulatory records including proposed rules, final rules, and notices from federal and state regulatory agencies." }, { "info": { "name": "FiscalNote Get regulation by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/policynote/v1/regulations/:regulationId", "params": [ { "name": "regulationId", "value": "", "type": "path", "description": "The unique identifier of the regulation." } ] }, "docs": "Returns detailed information about a specific regulation including its full text, issuing agency, comment period, and current status." } ] } ], "bundled": true }