{ "opencollection": "1.0.0", "info": { "name": "US Senate Lobbying Disclosure Act (LDA) Clients API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "List Lobbying Clients", "type": "http" }, "http": { "method": "GET", "url": "https://lda.senate.gov/api/v1/clients/", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter by client name (partial match)" }, { "name": "page", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of clients on whose behalf lobbying is conducted." }, { "info": { "name": "Get Client by ID", "type": "http" }, "http": { "method": "GET", "url": "https://lda.senate.gov/api/v1/clients/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Client ID" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Retrieve a specific lobbying client by ID." } ] } ], "bundled": true }