ZIPCODES
This dataset contains all zip codes in Montgomery County. Zip codes are the postal delivery areas defined by USPS. Zip codes with mailboxes only are not included.
As this is geographic data, SHP and KMZ formats are available for download.
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 \"montgomerycountymd-gov/zipcodes-66en-gz3q\".\"zipcodes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.