Lobbying
Registrations
Retrieve federal lobbying registrations from the Registry of Lobbyists.
GET
Get a standardized dataset of all active and historical lobbying registrations, detailing who is lobbying on behalf of whom.
Query Parameters
string
Partial match on client organization name. Example:
Shopify.string
Partial match on lobbyist name. Example:
Jane Smith.string
Partial match on target institution. Example:
Finance Canada.string
Partial match on subject labels. Example:
Taxation.boolean
Filter active vs inactive registrations. Example:
true.string
ISO 8601 start date. Example:
2023-01-01.string
ISO 8601 end date. Example:
2023-12-31.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.