Family Connects Texas: APH Program Participation
Family Connects Texas is a free evidence-based, nurse home visiting program for all families with newborns, provided through United Way and Austin Public Health. For more information, visit: https://www.familyconnectstexas.org
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 \"datahub-austintexas-gov/family-connects-texas-aph-program-participation-hbdm-gzng\".\"family_connects_texas_aph_program_participation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.