Municipalities of New Jersey
This data set provides a list of authoritative names and codes for the municipalities of New Jersey from State and Federal government agencies.
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 \"nj-gov/municipalities-of-new-jersey-k9xb-zgh4\".\"municipalities_of_new_jersey\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.