curl "https://api.northaxiumdata.ca/v1/lobbying/registrations?limit=10&status=Active" \ -H "X-API-Key: <your-api-key>"
{ "data": [ { "registration_number": "812039-12345", "status": "Active", "client": "Tech Innovators North", "lobbyist_firm": "Capital Strategy Group", "start_date": "2023-05-01", "end_date": null, "subject_matter": ["Industry", "Science and Technology"] } ], "meta": { "total": 1, "limit": 10, "offset": 0 } }
Retrieve federal lobbying registrations from the Registry of Lobbyists.
Active
Inactive