Skip to main content
Base path: /api/v1

Federal grants

GET /api/v1/grants TBS proactive disclosure grants to organizations and individuals.
ParameterTypeDescription
recipientstringPartial match on recipient name
departmentstringPartial match on granting department
min_valuenumberMinimum grant value (CAD)
max_valuenumberMaximum grant value (CAD)
date_fromstringISO 8601 start date
date_tostringISO 8601 end date
pageintegerPage number (default: 1)
per_pageintegerResults per page (default: 50, max: 200)
Recipient names are source-fragmented. Use /api/v1/grants/recipients?q=... to see all matching strings before profiling a recipient.

Browse grant recipients

GET /api/v1/grants/recipients Browse distinct recipient name strings ranked by total grant value. Use this before calling the recipient profile endpoint when the exact source string is uncertain.
ParameterTypeDescription
qstringPartial match on recipient name (required)
sort_bystringtotal_value or grant_count (default: total_value)
limitintegerMax results (default: 20, max: 200)
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.northaxiumdata.ca/api/v1/grants/recipients?q=McGill"

Grant recipient profile

GET /api/v1/grants/recipients/{name} Aggregated grants profile including total value, top departments, and recent grants.

Grant stats

GET /api/v1/grants/stats Grouped grant statistics.
ParameterTypeDescription
group_bystringdepartment, recipient, or year (default: department)

Research grants

GET /api/v1/research_grants NSERC and SSHRC academic research grants (921K+ records, 1991–present).
ParameterTypeDescription
qstringFull-text search across researcher, institution, program, keywords
sourcestringNSERC or SSHRC
researcher_namestringPartial match
institutionstringPartial match
provincestringTwo-letter province code
fiscal_yearstringe.g. 2022-23
min_valuenumberMinimum award amount
max_valuenumberMaximum award amount
limitintegerMax results (default: 100, max: 200)
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.northaxiumdata.ca/api/v1/research_grants?institution=University%20of%20Toronto&source=NSERC&limit=10"

Infrastructure projects

GET /api/v1/infrastructure_projects Infrastructure Canada project funding (20K+ records).
ParameterTypeDescription
qstringFull-text search across title, recipient, location
provincestringTwo-letter province code
programstringPartial match on program name
statusstringExact match on project status
min_valuenumberMinimum federal contribution
issued_afterstringISO 8601 lower bound on approved date
issued_beforestringISO 8601 upper bound on approved date
limitintegerMax results (default: 100, max: 200)