DEV BOE - Precinct Voter Counts (1/2024 and on)
This dataset contains Voter Counts by Precinct and political parties from 1/1/2024 and on.
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 \"montgomerycountymd-gov/dev-boe-precinct-voter-counts-12024-and-on-7r4x-yxis\".\"dev_boe_precinct_voter_counts_12024_and_on\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.