{ "opencollection": "1.0.0", "info": { "name": "OpenFEC Candidate Committee API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Committee", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a single committee", "type": "http" }, "http": { "method": "GET", "url": "https://api.open.fec.gov/v1/committee/:committee_id", "params": [ { "name": "committee_id", "value": "", "type": "path", "description": "A committee identifier (e.g., C00000000)." } ] }, "docs": "Retrieve a single committee" }, { "info": { "name": "Committee financial totals", "type": "http" }, "http": { "method": "GET", "url": "https://api.open.fec.gov/v1/committee/:committee_id/totals/", "params": [ { "name": "committee_id", "value": "", "type": "path", "description": "A committee identifier (e.g., C00000000)." } ] }, "docs": "Committee financial totals" } ] } ], "bundled": true }