Skip to main content
GET

Overview

Returns grouped aggregate statistics over the Infrastructure Canada projects dataset. Use this to answer questions like “how much federal infrastructure funding has gone to Quebec?” or “which programs have the highest total contribution?” Accepts the same filter parameters as Infrastructure Projects, so you can scope statistics to any subset before grouping.

Query Parameters

string
Field to group results by. One of province, program, status. Default: province. Example: vendor.
string
Field to sum. Only federal_contribution is currently supported. Default: federal_contribution. Example: amount.
string
Full-text match across title, recipient, and location — applied before grouping. Example: University of Toronto.
string
Two-letter province code filter applied before grouping. Example: ON.
string
Partial match on program_en applied before grouping. Example: Canada Summer Jobs.
string
Exact match on project status applied before grouping. Example: issued.
number
Minimum federal contribution filter applied before grouping. Example: 100000.
number
Maximum federal contribution filter applied before grouping. Example: 5000000.
string
ISO 8601 approved-date lower bound applied before grouping. Example: 2023-01-01.
string
ISO 8601 approved-date upper bound applied before grouping. Example: 2023-12-31.
integer
Max groups to return. Default: 100. Max: 200. Example: 25.
integer
Result offset. Default: 0. Example: 50.