Childcare Centers - BAAQMD Jurisdiction
Partial list of Child Care facility locations (830 Infant Center. 840 School Age Day Care Center/School Age CC Center, 845 Day Care Center - Ill Center/ CC Center -Ill, 850 Day Care Center/ Child Care Center)
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 \"bayareametro-gov/childcare-centers-baaqmd-jurisdiction-88ta-97rg\".\"childcare_centers_baaqmd_jurisdiction\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.