Open repository in Console
Readme
Updated over 10 years ago
‧ Indexed 11 months ago
Affordable Housing In An Inclusive Community Indicator Data On Total Foreclosures MD Only
Quarterly foreclosure data for select Maryland counties
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 \"stat-montgomerycountymd-gov/affordable-housing-in-an-inclusive-community-bw23-7epn\".\"affordable_housing_in_an_inclusive_community\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.