RR
Rent Regulations
Home›Illinois›765 ILCS 750

Illinois Safe Homes Act

765 ILCS 750 — Safe Homes Act. Allows victims of domestic violence, sexual violence, or stalking to terminate a lease early without penalty; prohibits landlord from discriminating against such tenants.

View official source

Provisions (2)

§ 0.01

Short title. This Act may be cited as the Cemetery Company Land Not Used for Burial Act

§ 1

That in all cases where cemetery companies, incorporated by special law, have been or shall be prohibited by any act of the legislature or municipal ordinance from occupying any land purchased for burial purposes, and the boundaries limited by such law or ordinance, it shall and may be lawful for any such company to sell and convey the land outside of such boundaries for other than burial purposes

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