Total Number of Unique Applicants Each Year
This dataset measures the total number of unique applicants each year and is updated annually. This is a performance measure used to track our biennial budget goals.
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 \"internal-open-piercecountywa-gov/total-number-of-unique-applicants-each-year-iy3n-e6j2\".\"total_number_of_unique_applicants_each_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.