Landlord/Tenant Caseload CY 2018-2022
The dataset contains annual Landlord/Tenant caseload information by court from 2018-2022. Landlord/Tenant cases include: 1) Eviction- All suits for eviction (recovery of possession of premises) brought to recover possession of real property under Chapter 24 of the Texas Property Code, often by a landlord against a tenant. A claim for rent may be joined with an eviction case if the amount of rent due and unpaid is not more than $20,000, excluding statutory interest and court costs but including attorney fees, if any. Eviction cases filed on or after September 1, 2023, are governed by Rules 500-507 and 510 for Part V of the Rules of Civil Procedure. 2) Repair and Remedy- A case by a residential tenant under Chapter 92, Subchapter B, of the Texas Property Code to enforce the landlord’s duty to repair or remedy a condition materially affecting the physical health or safety of an ordinary tenant. Repair and remedy cases filed on or after September 1, 2013, are governed by Rules 500-507 and 509 of Part V of the Rules of Civil Procedure.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/landlordtenant-caseload-cy-20182022-t2fh-6f7n\".\"landlordtenant_caseload_cy_20182022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.