WAOFM - April 1 - Population Density by County, 2000 to Present
Intercensal and postcensal estimates of population density by county 2000 to present.
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 \"wa-gov/waofm-april-1-population-density-by-county-2000-to-c535-p92u\".\"waofm_april_1_population_density_by_county_2000_to\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.