Bronx Private Or Parochial Schools
From the NYC.gov New York Facilities list. These are the private and Parochial schools in the Bronx. Refer to types: 1102, 1103, 1104, 1105, 1106, 1107, 1199
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 \"bronx-lehman-cuny-edu/bronx-private-or-parochial-schools-9sys-fkjt\".\"bronx_private_or_parochial_schools\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.