Politicians
MPs & Senators
Retrieve a list of Members of Parliament and Senators.
GET
Get a standardized list of active and historical federal politicians, their party affiliations, ridings, and roles.
Query Parameters
string
Partial match on politician name. Example:
carbon tax.string
Partial match on political party. Example:
Liberal.string
Filter by province or territory represented. Example:
ON.boolean
Defaults to
true; set false to include historical politicians. 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.