Mesa Zip Code Boundaries
ZIP Code, postal district name, population, and area for the ZIP Code areas in Mesa, AZ. The boundaries are sourced from TomTom (March 2023) and the population estimates are from Esri Demographics.
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 \"citydata-mesaaz-gov/mesa-zip-code-boundaries-mcd4-zk9j\".\"mesa_zip_code_boundaries\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.