Skip to main content
GET
/
lobbying
/
profiles
/
{id}
curl "https://api.northaxiumdata.ca/v1/lobbying/profiles/LOB-4592" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "lobbyist_id": "LOB-4592",
    "name": "Jane Smith",
    "firm": "Capital Strategy Group",
    "status": "Active",
    "active_clients": [
      "Tech Innovators North",
      "Green Energy Solutions Ltd."
    ],
    "first_registered": "2018-03-12"
  }
}
Get comprehensive data on a specific lobbyist, including their registration history, active clients, and past communications with government officials.

Path Parameters

id
string
required
The unique identifier for the lobbyist or firm (e.g., LOB-4592).
curl "https://api.northaxiumdata.ca/v1/lobbying/profiles/LOB-4592" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "lobbyist_id": "LOB-4592",
    "name": "Jane Smith",
    "firm": "Capital Strategy Group",
    "status": "Active",
    "active_clients": [
      "Tech Innovators North",
      "Green Energy Solutions Ltd."
    ],
    "first_registered": "2018-03-12"
  }
}