Price Register API info status

This is a thin API layer on top of the CSV data provided by the Property Services Regulatory Authority. The PSRA’s CSVs have some funny encoding (CP1252), a misconfigured SSL certificate, and are generally a bit annoying to query directly. This service queries the CSVs and provides them here with a more standard JSON API. It doesn’t do any normalising or cleaning of the data, so any errors present on the register itself will be present here.

There are a bunch of caveats about the data on the PSRA’s price register site, so look for answers there if you’re curious.

I’ve made this interface to illustrate how one might interact with this API. It’s generally what you'd expect, I hope. GET /api/v1/residential/sales returns a list of JSON objects and some metadata. Copy & paste the URL in the input back on the home page to make your first query.

You can adjust the limit (1-1000), sort order (date-desc, date-asc, price-desc, price-asc), and use those before or after cursors in the metadata to paginate. It uses keyset pagination, so cursors are a function of the sort fields.

You can make queries against this API directly, but send me an email if you're going to hammer it. Alternatively, you can deploy the code yourself fairly easily and then go wild. Send me a note and I'd be happy to help.

This site itself isn’t intended to be a useful interface for humans. Sorry.

enjoy,
brian / civictech.ie