RR
Rent Regulations
Home›Nevada›NRS §§ 315.007–315.071

Nevada Revised Statutes §§ 315.007–315.071 — Public Housing and Housing Authorities

NRS ch. 315 narrow-scope: 8 sections (§§ 315.007–315.071) covering definitions, purposes, and foundational powers of Nevada housing authorities. § 315.011 is repealed (chapter 104, Statutes of Nevada 2025, at page 576) and stored with status='repealed' per the honest-state-of-law rule.

View official source

Provisions (8)

§ 315.007

Availability of judicial review; requirements for retention of premises pending judicial review.

§ 315.011

Legislative findings and declarations.

§ 315.021

Definitions.

§ 315.031

Conditions upon which tenant required to vacate public housing.

§ 315.041

Notice of termination of tenancy; contents of notice; affidavit filed by tenant; affidavit filed by housing authority or landlord; determination by justice of the peace.

§ 315.051

Service of notices: Manner and proof.

§ 315.061

Action for damages not precluded; appeal of decision of justice of the peace.

§ 315.071

Return of evicted tenant to public housing.

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