Consumerfinance
Connector for the consumerfinance API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.consumerfinance.gov:443 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getdatasets— GET /data — Get a list of all datasets.getdatasethmda— GET /data/hmda — Get metadata for this dataset.getconcepthmda— GET /data/hmda/concept/{concept} — Get information about a particular concept in this dataset.queryslicehmda— GET /data/hmda/slice/{slice} — Query a slice in this dataset.getslicemetadatahmda— GET /data/hmda/slice/{slice}/metadata — Get the metadata for a slice in this dataset.getdataset— GET /data/{dataset} — Get metadata about a dataset.
Inputs
apiKey— your consumerfinance API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getdatasets
apiKey: <your key>