Master Jury List
This dataset contains persons with addresses in Iowa who are over the age of 16, are registered voters, and/or have a driver’s license or a state-issued photo I.D.
Voter registration information is obtained from the Iowa Secretary of State. Driver's license and state-issued photo I.D. information is obtained from the Iowa Department of Transportation.
During the year those source lists are updated with information from the Iowa Department of Public Health list of recently deceased persons, with address changes from the National Change of Address (NCOA) list, and with address changes reported to jury managers.
If your name is not on this list and you believe it should be, please contact your local Clerk of Court.
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 \"mydata-iowa-gov/master-jury-list-cajy-5hfr\".\"master_jury_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.