curl "https://api.northaxiumdata.ca/v1/parliamentary/bills?limit=10&status=Royal+Assent" \ -H "X-API-Key: <your-api-key>"
{ "data": [ { "bill_number": "C-11", "session": "44-1", "title": "Online Streaming Act", "sponsor": "Minister of Canadian Heritage", "status": "Royal Assent", "last_updated": "2023-04-27", "introduced_date": "2022-02-02" } ], "meta": { "total": 1, "limit": 10, "offset": 0 } }
Retrieve a list of parliamentary bills and their current legislative status.
44-1
Royal Assent
First Reading