FY 2021_NCVAS Facilities Data For State Summaries
FY2021 VA facilities data provided by the National Center for Veterans Statistics and Analysis, published in 2023.
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 \"datahub-va-gov/fy-2021ncvas-facilities-data-for-state-summaries-6q9d-it97\".\"fy_2021ncvas_facilities_data_for_state_summaries\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.