HPD (Housing Preservation & Development) violations for a building, ordered by date descending. Includes violation class (A/B/C), status, and description.
Only available for buildings with a known BBL (Borough-Block-Lot).
Tier: Starter+
cURL
curl --request GET \ --url https://borough.qwady.com/v1/building/{id}/violations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "violationId": "<string>", "buildingId": "<string>", "status": "<string>", "class": "A", "description": "<string>", "date": "2023-12-25" } ], "meta": { "total": 123, "buildingId": "<string>" } }
Polar.sh license key. Format: BOROUGH_<uuid>
BOROUGH_<uuid>
Building ID or slug
HPD violations list
Show child attributes