/api/v1
6.2M+ reviewed contributions covering parties, candidates, electoral district associations, leadership contestants, and nomination contestants.
List contributions
GET /api/v1/contributions
| Parameter | Type | Description |
|---|---|---|
contributor | string | Partial match on contributor name |
recipient | string | Partial match on recipient name |
party | string | Partial match on party name |
contributor_type | string | Exact match (e.g. Individuals, Corporations) |
entity_type | string | Exact match on political_entity field |
contributor_province | string | Two-letter province code |
electoral_event | string | Exact match (e.g. 44th General Election) |
year | integer | Contribution year |
min_amount | number | Minimum monetary amount (CAD) |
max_amount | number | Maximum monetary amount (CAD) |
page | integer | Page number (default: 1) |
per_page | integer | Results per page (default: 50, max: 200) |
Contribution stats
GET /api/v1/contributions/stats
Grouped contribution statistics.
| Parameter | Type | Description |
|---|---|---|
group_by | string | party, contributor_type, province, or year (default: party) |
sum_field | string | monetary_amount (default) |
Contributor profile
GET /api/v1/contributors/{name}
Aggregated contribution history for a contributor including total amount, party breakdown, year breakdown, and recent contributions.