Economic Free Reduced School Lunch by County WA
Data collected by the Child Nutrition Programs administered in the state of Washington by Child Nutrition Services, Office of Superintendent of Public Instruction. The eligibility
criterion is 130 percent of the income poverty guidelines for free and 185 percent for reduced-price meals.
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 \"internal-open-piercecountywa-gov/economic-free-reduced-school-lunch-by-county-wa-9px5-qqf9\".\"economic_free_reduced_school_lunch_by_county_wa\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.