Political Financing
List Contributions
Retrieve a list of political contributions made to federal parties and candidates.
GET
Get a standardized list of individual and corporate contributions, filterable by political party, riding, and dates.
Query Parameters
string
Full-text search across contributor name, party, and recipient name simultaneously. Example:
John Doe.string
Partial match on contributor name. Example:
John Doe.string
Partial match on recipient name. Example:
Liberal Party.string
Partial match on political party. Example:
Liberal.string
Exact match on political entity type. Example:
political_party.string
Exact match on contributor type. Example:
individual.string
Exact match on contributor province. Example:
ON.string
Exact match on electoral event. Example:
2021 General Election.integer
Exact match on contribution year. Example:
2023.number
Minimum monetary amount. Example:
500.number
Maximum monetary amount. Example:
1500.integer
Results per page. Default:
50. Max: 500. 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.