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