RR
Rent Regulations
Home›Illinois›765 ILCS 745

Illinois Mobile Home Landlord and Tenant Rights Act

765 ILCS 745 — Mobile Home Landlord and Tenant Rights Act. Comprehensive statute governing mobile home park tenancies: lease requirements, rent increases (90-day notice), security deposits, eviction procedure, and tenant remedies. Largest single Act in scope (≈44 sections).

View official source

Provisions (2)

§ 0.01

Short title. This Act may be cited as the Conveyance of Burial Places to County Act

§ 1

Any person or persons desiring to dedicate any lot of land, not exceeding five acres, as a burying ground or place for the interment of the dead, for the use of any society, association or neighborhood, may, by deed duly executed or recorded, convey such land to the county in which it is situated, by the corporate name of such county, specifying in such deed the society, association or neighborhood for the use of which the dedication is desired to be made, and thereby vest the title to such land, in perpetuity, for the uses stated in the deed, and such land shall be thereafter exempt from taxes for all purposes whatever

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