Property ID Catalog
This catalog contains Property ID numbers with address and Plat, Lot, Unit data, as of November 24, 2020. Us this file to look up your address and find the corresponding Property ID, needed to file your Homestead Recertification.
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 \"providenceri-gov/property-id-catalog-k6gu-363f\".\"property_id_catalog\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.