Programmatic access to the European Cross-Asset Political Intelligence Engine. Integrate direct-to-source lobbying data and our entity resolution graph into your quantitative pipelines.
Authenticate your API requests by including your secret API key in the Authorization header. All API requests must be made over HTTPS.
All responses are returned as standard JSON. Success responses will include a data array.
{
"status": "success",
"data": [
{
"id": "evt_98x3kL",
"timestamp": "2026-07-29T10:45:12Z",
"type": "MEETING_LOGGED",
"entity": {
"id": "ent_001",
"name": "GlobalTech Corp",
"ticker": "GLBT"
}
}
],
"meta": {
"total": 1,
"cursor": "next_cursor_token"
}
}