curl "https://api.northaxiumdata.ca/v1/parliamentary/politicians?limit=10&party=Liberal" \ -H "X-API-Key: <your-api-key>"
{ "data": [ { "politician_id": "MP-883", "name": "Jane Smith", "chamber": "House of Commons", "party": "Liberal", "riding": "Vancouver Centre", "province": "BC", "status": "Active" } ], "meta": { "total": 1, "limit": 10, "offset": 0 } }
Retrieve a list of Members of Parliament and Senators.