Strategic Measure_HE.F.1_Percentage or residents experiencing food insecurity
Row level data shows projected 2021 food insecurity rates by census tract as estimated by Feeding America, Map the Meal Gap.
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/jnf4-hkma
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/strategic-measurehef1percentage-or-residents-5gje-qqi9\".\"strategic_measurehef1percentage_or_residents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.