Skip to main content
GET
/
contributions
/
profiles
/
{id}
curl "https://api.northaxiumdata.ca/v1/contributions/profiles/CTR-48912" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "contributor_id": "CTR-48912",
    "name": "Jane Doe",
    "city": "Vancouver",
    "province": "BC",
    "total_contributed_amount": 4200.00,
    "first_contribution_date": "2015-10-04",
    "latest_contribution_date": "2023-09-22",
    "donations": [
      {
        "amount": 1600.00,
        "date": "2023-09-22",
        "recipient": "Conservative Party of Canada"
      }
    ]
  }
}
Get a comprehensive view of all federal political contributions linked to a specific entity across multiple years, parties, and candidates.

Path Parameters

id
string
required
The unique identifier for the contributor (e.g., CTR-48912).
curl "https://api.northaxiumdata.ca/v1/contributions/profiles/CTR-48912" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "contributor_id": "CTR-48912",
    "name": "Jane Doe",
    "city": "Vancouver",
    "province": "BC",
    "total_contributed_amount": 4200.00,
    "first_contribution_date": "2015-10-04",
    "latest_contribution_date": "2023-09-22",
    "donations": [
      {
        "amount": 1600.00,
        "date": "2023-09-22",
        "recipient": "Conservative Party of Canada"
      }
    ]
  }
}