{ "opencollection": "1.0.0", "info": { "name": "CFPB Consumer Complaint Database Aggregations Institutions API", "version": "1" }, "items": [ { "info": { "name": "Institutions", "type": "folder" }, "items": [ { "info": { "name": "List all institutions that filed HMDA data for a year", "type": "http" }, "http": { "method": "GET", "url": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/public/filers/:year", "params": [ { "name": "year", "value": "", "type": "path" } ] }, "docs": "List all institutions that filed HMDA data for a year" }, { "info": { "name": "Get a single institution by year and LEI", "type": "http" }, "http": { "method": "GET", "url": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/api/v1/public/institutions/:year/:lei", "params": [ { "name": "year", "value": "", "type": "path" }, { "name": "lei", "value": "", "type": "path" } ] }, "docs": "Get a single institution by year and LEI" } ] } ], "bundled": true }