PRA Request
The California Public Records Act (PRA) provides for a right of access to public records and other information. This dataset reflects the total number of PRA requests received by Marin County and the total number of requests processed in a given time period.
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 \"marincounty/pra-request-4rka-9fjn\".\"pra_request\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.