Public Employment Relations Board Decisions: Beginning 1974
This dataset contains a list of decisions issued by the Public Employment Relations Board, by date on which they were issued, in the form of links to pdf documents. Due to recent upgrades the current dataset requires further maintenance. PERB anticipates that the data will be available again in April 2021.
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 \"ny-gov/public-employment-relations-board-decisions-vmn3-7znf\".\"public_employment_relations_board_decisions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.