Feeding Mesa - Agencies
This dataset is no longer updated This dataset is a distinct list of entities involved with Feeding Mesa efforts such as non-profits, nursing homes, hospitals, churches and other community services group. More information about Feeding Mesa program is available at https://www.mesaaz.gov/government/mesa-cares/feeding-mesa
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 \"citydata-mesaaz-gov/feeding-mesa-agencies-nnne-829c\".\"feeding_mesa_agencies\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.