RR
Rent Regulations
Home›Illinois›Chicago›Municipal Code of Chicago, Chapter 5-12

Municipal Code of Chicago, Chapter 5-12

Provisions (22)

§ 5-12-010

Title, purpose and scope

§ 5-12-020

Exclusions

§ 5-12-030

Definitions

§ 5-12-040

Tenant responsibilities

§ 5-12-050

Landlord's right of access

§ 5-12-060

Remedies for improper denial of access

§ 5-12-070

Landlord's responsibility to maintain

§ 5-12-080

Security deposits

§ 5-12-081

Interest rate on security deposits

§ 5-12-090

Identification of owner and agents

§ 5-12-095

Tenants' notification of foreclosure action

§ 5-12-100

Notice of conditions affecting habitability

§ 5-12-101

Bed bugs – Education

§ 5-12-110

Tenant remedies

§ 5-12-120

Subleases

§ 5-12-130

Landlord remedies

§ 5-12-135

Jackson Park Expanded Fair Notice Pilot Program

§ 5-12-140

Rental agreement

§ 5-12-150

Prohibition on retaliatory conduct by landlord

§ 5-12-170

Summary of ordinance attached to rental agreement

§ 5-12-180

Attorney's fees

§ 5-12-190

Rights and remedies under other laws

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