USDA Summer Meals Sites 2020
Nutritious free meals are available for children and teens 18 and younger at many locations throughout the nation while school is out of session through United States Department of Agriculture (USDA) Summer Food Service Program (SFSP). This dataset contains the locations for summer meal sites in 2020, and it was filtered from the USDA's United States dataset to only show locations in Pennsylvania.
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 \"pa-gov/usda-summer-meals-sites-2020-9758-pn7m\".\"usda_summer_meals_sites_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.