RR
Rent Regulations
Home›Federal

Federal Housing Law

Federal regulations and statutes governing housing, fair housing, and tenant protections

Code Compilations

United States

U.S.

United States Federal

Federal laws and regulations governing housing, tenant rights, and fair housing nationwide.

Official source: www.usa.gov

24 CFR

24 C.F.R.

Code of Federal Regulations, Title 24 (Housing and Urban Development)

HUD-administered regulations: fair housing, Section 8, public housing, multifamily mortgage insurance, lead-based paint, accessibility, and more.

Official source: www.ecfr.gov

42 USC

42 U.S.C.

United States Code, Title 42 (Public Health and Welfare)

Federal statutory law covering Fair Housing Act, Section 8, LIHTC, HOTMA, and other housing programs.

Official source: uscode.house.gov

40 CFR Part 745

40 C.F.R. pt. 745

EPA Lead Renovation, Repair, and Painting Rules

EPA regulations for lead-based paint activities in pre-1978 housing and child-occupied facilities.

Official source: www.ecfr.gov

About Federal Housing Law

Federal housing law establishes baseline protections for tenants and homeowners nationwide. Key federal agencies include HUD (Housing and Urban Development), EPA (lead-based paint regulations), CFPB (Consumer Financial Protection Bureau), and DOJ (fair housing enforcement). Federal law generally provides minimum standards that states and localities can strengthen but not weaken.

RR
Rent Regulations

Open, always-current, machine-readable corpus of US multifamily housing regulations with public API, hybrid search, and strict-citation AI chat.

Not Legal Advice

This service provides regulatory information for research purposes. It does not constitute legal advice. Consult a qualified attorney for legal matters.

Read full disclaimer →

Resources

  • API Documentation
  • Search Regulations
  • Browse by Topic
  • Browse by Location
  • Transparency Report
  • Audit Log

Legal & Source

  • Terms of Service
  • Privacy Policy
  • Data License (CC-BY-SA)
  • Source Code
  • How to Cite
Use this in your app

JavaScript

import { RentReg } from '@rentregulations/sdk';

const client = new RentReg({
  apiKey: 'your-api-key'
});

const results = await client.search({
  query: 'security deposit limits',
  jurisdiction: 'CA'
});

Python

from rentregulations import Client

client = Client(api_key='your-api-key')

results = client.search(
    query='security deposit limits',
    jurisdiction='CA'
)

cURL

curl -X GET \
  'https://api.rentregulations.com/v1/search' \
  -H 'Authorization: Bearer your-api-key' \
  -H 'Content-Type: application/json' \
  -d '{"query":"security deposit limits"}'

© 2026 Rent Regulations. Licensed under Business Source License 1.1

Data compiled from public government sources. Individual regulations remain under their original licenses.

RR