RR
Rent Regulations
Home›New York›Exec. Law Art. 15

New York Executive Law, Article 15 (Human Rights Law)

State fair-housing statute, including the 2019 source-of-income protection — NY's counterpart to federal Title VIII.

View official source

Provisions (17)

§ 290

Purposes of article

§ 291

Equality of opportunity a civil right

§ 292

Definitions

§ 293

Division of human rights

§ 294

General policies of division

§ 294-A

Statewide campaign for the acceptance, inclusion, tolerance and understanding of diversity

§ 295

General powers and duties of division

§ 296

Unlawful discriminatory practices

§ 296-A

Unlawful discriminatory practices in relation to credit

§ 296-C

Unlawful discriminatory practices relating to interns

§ 296-D

Unlawful discriminatory practices relating to non-employees

§ 297

Procedure

§ 298

Judicial review and enforcement

§ 298-A

Application of article to certain acts committed outside the state of New York

§ 299

Penal provision

§ 300

Construction

§ 301

Separability

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