District Court of Maryland Eviction Case Data
A statewide listing of District Court of Maryland Eviction Case Data & its Process.
Maryland enacted a new law in 2022 requiring the District Court of Maryland to collect and report eviction case data. Additionally, the Maryland Department of Housing and Community Development is required to host a dashboard for the public to view and analyze the information, as well as produce an annual report on evictions.
The District Court began collecting the eviction case data required under the law on January 1, 2023, and the public dashboard was launched in May 2023.
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 \"opendata-maryland-gov/district-court-of-maryland-eviction-case-data-mvqb-b4hf\".\"district_court_of_maryland_eviction_case_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.