ny-gov/new-york-state-zip-codescounty-fips-crossreference-juva-r6g2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 2 hours ago

New York State ZIP Codes-County FIPS Cross-Reference

A listing of NYS counties with accompanying Federal Information Processing System (FIPS) and US Postal Service ZIP codes sourced from the NYS GIS Clearinghouse.

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 \"ny-gov/new-york-state-zip-codescounty-fips-crossreference-juva-r6g2\".\"new_york_state_zip_codescounty_fips_crossreference\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • new_york_state_zip_codescounty_fips_crossreference
     
     
     
     
     
Upstream Metadata