2016 San Diego County Demographics - Foreign-Born Population
Foreign-Born Population, 2016. The foreign-born population includes anyone who was not a U.S. citizen or a U.S. national at birth. This includes respondents who indicated they were a U.S. citizen by naturalization or not a U.S. citizen. Source: U.S. Census Bureau; 2012-2016 American Community Survey 5-Year Estimates, Table DP02.
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 \"internal-sandiegocounty-data-socrata/2016-san-diego-county-demographics-foreignborn-btct-nzq5\".\"2016_san_diego_county_demographics_foreignborn\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.