# The Consumer Financial Protection Bureau **Provider:** The Consumer Financial Protection Bureau **Category:** finance **Base URL:** `https://api.consumerfinance.gov:443/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.consumerfinance.gov:443/ ## Description Learn more about home mortgage data, download the data yourself, or build new tools using our API. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.consumerfinance.gov:443//data` | Get a list of all datasets. | | GET | `https://api.consumerfinance.gov:443//data/hmda` | Get metadata for this dataset. | | GET | `https://api.consumerfinance.gov:443//data/hmda/concept/{concept}` | Get information about a particular concept in this dataset. | | GET | `https://api.consumerfinance.gov:443//data/hmda/slice/{slice}` | Query a slice in this dataset. | | GET | `https://api.consumerfinance.gov:443//data/hmda/slice/{slice}/metadata` | Get the metadata for a slice in this dataset. | | GET | `https://api.consumerfinance.gov:443//data/{dataset}` | Get metadata about a dataset. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.consumerfinance.gov:443//data' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/the-consumer-financial-protection-bureau/) — CC BY 4.0*