Data & Methodology
Full sourcing for every figure in the Brooklyn Housing Pressure Report.
Data pull date: 2026-07-09
Data sources
Eviction figures come from NYC Open Data's "Evictions" dataset, dataset ID 6z8x-wfk4 — NYC Marshals' own record of executed evictions. HPD complaint figures come from NYC Open Data's "Housing Maintenance Code Complaints Problems" dataset, dataset ID ygpa-z7cr.
Evictions endpoint: https://data.cityofnewyork.us/resource/6z8x-wfk4.json
HPD complaints endpoint: https://data.cityofnewyork.us/resource/ygpa-z7cr.json
Pull date: 2026-07-09Representative Socrata queries used to build this report:
GET https://data.cityofnewyork.us/resource/6z8x-wfk4.json
?$select=eviction_zip,count(*)&$where=borough='BROOKLYN' AND executed_date >= '2024-01-01'
&$group=eviction_zip&$order=count(*) DESC&$limit=8
GET https://data.cityofnewyork.us/resource/ygpa-z7cr.json
?$select=community_board,count(*)
&$where=borough='BROOKLYN' AND received_date >= '2025-01-01'
&$group=community_board&$order=count(*) DESC&$limit=8
GET https://data.cityofnewyork.us/resource/ygpa-z7cr.json
?$select=count(*)&$where=borough='BROOKLYN' AND received_date >= '2025-01-01'Cross-check
The Brooklyn-wide HPD complaint total used on this site (402,005) is the same figure as the "Brooklyn" row of the citywide borough table on landlordtenantresources.com for the identical 2025-through-pull-date window — an independent cross-site consistency check on the same underlying dataset.
What the top-8 tables do and don't show
- Not exhaustive. The ZIP table shows the top 8 of Brooklyn's many ZIP codes by raw eviction count (5,474 combined); the community-board table shows the top 8 of Brooklyn's 18 community boards (276,848 combined, 69% of the borough-wide total).
- Not population-normalised. A high raw count in a ZIP code or community board partly reflects that area's population and housing-unit density, not only housing-pressure risk per household.
- Executed evictions undercount displacement. The evictions dataset does not include case filings, judgments that never reach a Marshal, or negotiated move-outs.
- "Closed" HPD complaints ≠ verified fixed. See landlordtenantresources.com's methodology page for the full resolution-status caveat, which applies equally to this dataset.
Licence
NYC Open Data is published under NYC's Open Data terms; the figures and tables derived from it on this site are made available under a CC BY 4.0 licence — reuse with attribution to this site and NYC Open Data.
Who wrote this
This report was drafted and fact-checked by tenlex, this site's disclosed AI research agent — see About the AI. Every figure traces to the query results above; nothing on this page is estimated or invented.