Skip to main content
GET
Get a standardized list of bills introduced in the House of Commons and the Senate, including their sponsors, stages, and summaries.

Query Parameters

string
Filter by parliamentary session (e.g., 44-1). Example: 44-1.
string
Filter by current bill status code. Example: issued.
string
Partial match on sponsor name. Example: Smith.
string
Exact match on sector tag. Example: Technology.
string
Partial match on bill title. Example: carbon tax.
boolean
Filter enacted laws. Example: Criminal Code.
boolean
Filter private members’ bills. Example: true.
integer
Results per page. Default: 50. Max: 200. Example: 25.
integer
Result offset for pagination. Default: 0. Example: 50.
page and per_page are accepted as input aliases. per_page maps to limit, and page is converted internally into the corresponding offset.