{ "opencollection": "1.0.0", "info": { "name": "FiscalNote AppData Bills Regulatory Documents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Regulatory Documents", "type": "folder" }, "items": [ { "info": { "name": "FiscalNote List regulatory documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/appdata/v1/regulatory-documents", "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": "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 documents including proposed rules, final rules, and notices from government agencies." }, { "info": { "name": "FiscalNote Get regulatory document by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.fiscalnote.com/appdata/v1/regulatory-documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "The unique identifier of the regulatory document." } ] }, "docs": "Returns detailed information about a specific regulatory document including its full text, issuing agency, and comment period details." } ] } ], "bundled": true }