FiscalNote · Capability
FiscalNote AppData API
The FiscalNote AppData API provides access to FiscalNote's data on legislation and regulations, both past and present, in the United States and globally. It also exposes organizational data from the FiscalNote platform including issues and labels. Developers can use the API to integrate legislative tracking, regulatory monitoring, and policy analysis capabilities into their own applications and workflows.
What You Can Do
GET
Listbills
— FiscalNote List bills
/appdata/v1/bills
GET
Getbill
— FiscalNote Get bill by ID
/appdata/v1/bills/{billId}
GET
Listissues
— FiscalNote List issues
/appdata/v1/issues
GET
Getissue
— FiscalNote Get issue by ID
/appdata/v1/issues/{issueId}
GET
Listlabels
— FiscalNote List labels
/appdata/v1/labels
GET
Getlabel
— FiscalNote Get label by ID
/appdata/v1/labels/{labelId}
GET
Listregulatorydocuments
— FiscalNote List regulatory documents
/appdata/v1/regulatory-documents
GET
Getregulatorydocument
— FiscalNote Get regulatory document by ID
/appdata/v1/regulatory-documents/{documentId}
MCP Tools
listbills
FiscalNote List bills
read-only
idempotent
getbill
FiscalNote Get bill by ID
read-only
idempotent
listissues
FiscalNote List issues
read-only
idempotent
getissue
FiscalNote Get issue by ID
read-only
idempotent
listlabels
FiscalNote List labels
read-only
idempotent
getlabel
FiscalNote Get label by ID
read-only
idempotent
listregulatorydocuments
FiscalNote List regulatory documents
read-only
idempotent
getregulatorydocument
FiscalNote Get regulatory document by ID
read-only
idempotent