{ "opencollection": "1.0.0", "info": { "name": "FDIC Bank Data API (Beta) Demographics History API", "version": "0.1.0" }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Get Detail on Structure Change Events", "type": "http" }, "http": { "method": "GET", "url": "/banks/history", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "Api key used for api.fdic.gov" }, { "name": "filters", "value": "STATE:\"VIRGINIA\"", "type": "query", "description": "The filter criteria that refines the records returned. All values must be entered in UPPERCASE.\nExamples:\n* Filter by State\n`STATE:\"VIRGINIA\"` \n* Filter all but a specified value \n`!(STATE:\"VIRGINIA\")` \n* Filter by Date Range\n`PROCDATE:[2020-01-01 TO 2020-02-01]`\n" }, { "name": "search", "value": "", "type": "query", "description": "Flexible text search against institution records\nSearch supports text search and fuzzy matching, as opposed to filters that are exact matches. All values must be entered in UPPERCASE.\nExamples:\n* Search by Name\n`NAME: Island`\n* Search by Name (fuzzy match)\n`NAME: Iland`\n* Search by State\n`STATE: VA`\n" }, { "name": "fields", "value": "INSTNAME,CERT,PCITY,PSTALP,PZIP5", "type": "query", "description": "Comma delimited list of fields of failed financial institutions to return. All values must be entered in UPPERCASE." }, { "name": "sort_by", "value": "PROCDATE", "type": "query", "description": "Field name by which to sort returned data" }, { "name": "sort_order", "value": "DESC", "type": "query", "description": "Indicator if ascending (ASC) or descending (DESC). All values must be entered in UPPERCASE." }, { "name": "limit", "value": "10", "type": "query", "description": "The number of records to return. Default is 10 and maximum is 10,000." }, { "name": "offset", "value": "0", "type": "query", "description": "The offset of page to return." }, { "name": "agg_by", "value": "", "type": "query", "description": "The field by which data will be aggregated. All values must be entered in UPPERCASE." }, { "name": "agg_term_fields", "value": "", "type": "query", "description": "The field(s) for which aggregations will be counted for each unique term. All values must be entered in UPPERCASE." }, { "name": "agg_limit", "value": "10", "type": "query", "description": "The limit on how many aggregated results will be displayed" }, { "name": "format", "value": "json", "type": "query", "description": "The format of the data to return." }, { "name": "download", "value": "false", "type": "query", "description": "Whether the data should be downloaded as a file." }, { "name": "filename", "value": "data_file", "type": "query", "description": "The filename to use when downloading data." } ] }, "docs": "Returns details on structure change events" } ] } ], "bundled": true }