Open repository in Console
Readme
Updated over 6 years ago
‧ Indexed 12 months ago
City Of Mesa Property List
Property owned and operated by the city government. Properties are both actively in use and vacant. All locations have been provided for public transparency.
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 \"mesa-az-demo-socrata/city-of-mesa-property-list-e589-pn9z\".\"city_of_mesa_property_list\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.