Iowa Veterans Home Current and Past Residents
The Iowa Veterans Home provides a continuum of care to Iowa’s veterans and their spouses in an environment focusing on individualized services to enhance their quality of life. The Iowa Veterans Home opened its doors to Iowa veterans and their spouses in 1887. This dataset provides information on its residents.
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/iowa-veterans-home-current-and-past-residents-xqff-jfst\".\"iowa_veterans_home_current_and_past_residents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.