sccgov/small-area-profile-city-level-2023-mj3g-yh99
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 2 hours ago

Small Area Profile - City Level 2023

City level data summarized by demographic, social and economic profiles, and health outcomes and risk factors.

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 \"sccgov/small-area-profile-city-level-2023-mj3g-yh99\".\"small_area_profile_city_level_2023\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • small_area_profile_city_level_2023