US Zip Codes Points- United States of America
This dataset is part of the Geographical repository maintained by Opendatasoft. It's been built from the ground up using authoritative sources including the U.S. Postal Service™, U.S. Census Bureau, National Weather Service, American Community Survey, and the IRS. Contains most USPS zip codes (la...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (17 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| 100% | zip_codeZip code | text | The 5-digit zip code assigned by the U.S. Postal Service. |
| 100% | usps_cityOfficial USPS city name | text | — |
| 100% | stusps_codeOfficial USPS State Code | text | — |
| 100% | ste_nameOfficial State Name | text | — |
| 100% | zcta | text | TRUE if the zip code is a Zip Code Tabulation area |
| 0% | parent_zctaZCTA parent | text | The ZCTA that contains this zip code. Only exists if zcta is FALSE. Useful for making inferences about a zip codes that is a point from the ZCTA that contains it. |
| 99.9% | population | double | An estimate of the zip code's population. Only exists if zcta is TRUE. |
| 99.9% | density | double | The estimated population per square kilometer. Only exists if zcta is TRUE. |
| 100% | primary_coty_codePrimary Official County Code | text | The zip's primary county in the FIPS format. |
| 100% | primary_coty_namePrimary Official County Name | text | — |
| — | county_weightsCounty weights | text | A JSON dictionary listing all county_fips and their weights (by population) associated with the zip code. |
| — | coty_nameOfficial County Name | text | — |
| — | cty_codeOfficial County Code | text | — |
| — | imprecise | text | — |
| — | military | text | — |
| — | timezone | text | — |
| — | geo_point_2dGeo Point | geo_point_2d | — |
Schema captured from opendatasoft 1 hour ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1zcta: TRUE · density: 164.2
{
"zcta": "TRUE",
"density": 164.2,
"cty_code": [
"12115"
],
"military": "FALSE",
"ste_name": "Florida",
"timezone": "America/New_York",
"zip_code": "34291",
"coty_name": [
"Sarasota"
],
"imprecise": "FALSE",
"usps_city": "North Port",
"population": 5626,
"parent_zcta": null,
"stusps_code": "FL",
"geo_point_2d": {
"lat": 27.09865,
"lon": -82.23864
},
"county_weights": "{\"12115\": \"100\"}",
"primary_coty_code": "12115",
"primary_coty_name": "Sarasota"
}Record 2zcta: TRUE · density: 361.5
{
"zcta": "TRUE",
"density": 361.5,
"cty_code": [
"36071"
],
"military": "FALSE",
"ste_name": "New York",
"timezone": "America/New_York",
"zip_code": "10979",
"coty_name": [
"Orange"
],
"imprecise": "FALSE",
"usps_city": "Sterling Forest",
"population": 162,
"parent_zcta": null,
"stusps_code": "NY",
"geo_point_2d": {
"lat": 41.18272,
"lon": -74.31501
},
"county_weights": "{\"36071\": \"100\"}",
"primary_coty_code": "36071",
"primary_coty_name": "Orange"
}Record 3zcta: TRUE · density: 96.6
{
"zcta": "TRUE",
"density": 96.6,
"cty_code": [
"42075"
],
"military": "FALSE",
"ste_name": "Pennsylvania",
"timezone": "America/New_York",
"zip_code": "17003",
"coty_name": [
"Lebanon"
],
"imprecise": "FALSE",
"usps_city": "Annville",
"population": 11903,
"parent_zcta": null,
"stusps_code": "PA",
"geo_point_2d": {
"lat": 40.36394,
"lon": -76.5649
},
"county_weights": "{\"42075\": \"100\"}",
"primary_coty_code": "42075",
"primary_coty_name": "Lebanon"
}Record 4zcta: TRUE · density: 13.3
{
"zcta": "TRUE",
"density": 13.3,
"cty_code": [
"54085",
"54017",
"54095"
],
"military": "FALSE",
"ste_name": "West Virginia",
"timezone": "America/New_York",
"zip_code": "26415",
"coty_name": [
"Ritchie",
"Doddridge",
"Tyler"
],
"imprecise": "FALSE",
"usps_city": "Pennsboro",
"population": 3525,
"parent_zcta": null,
"stusps_code": "WV",
"geo_point_2d": {
"lat": 39.29706,
"lon": -80.93771
},
"county_weights": "{\"54085\": \"68.38\", \"54017\": \"27.37\", \"54095\": \"4.26\"}",
"primary_coty_code": "54085",
"primary_coty_name": "Ritchie"
}Record 5zcta: TRUE · density: 125.1
{
"zcta": "TRUE",
"density": 125.1,
"cty_code": [
"37147",
"37013",
"37065"
],
"military": "FALSE",
"ste_name": "North Carolina",
"timezone": "America/New_York",
"zip_code": "27834",
"coty_name": [
"Pitt",
"Beaufort",
"Edgecombe"
],
"imprecise": "FALSE",
"usps_city": "Greenville",
"population": 57258,
"parent_zcta": null,
"stusps_code": "NC",
"geo_point_2d": {
"lat": 35.65856,
"lon": -77.38395
},
"county_weights": "{\"37147\": \"99.84\", \"37013\": \"0.08\", \"37065\": \"0.08\"}",
"primary_coty_code": "37147",
"primary_coty_name": "Pitt"
}Live sample captured at profiling time — values may have changed upstream.
Using the API
Configuration
- Base URL
- https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-united-states-of-america-zc-point
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-united-states-of-america-zc-point/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.