Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 28 minutes ago
City Of Albany DGS Property Violation Charges 2016
This dataset contains Department of General Service’s property violation charges for the City of Albany. For Billing Information Please Call the Department of General Services @ 518-434-2489
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 \"albanyny-gov/city-of-albany-dgs-property-violation-charges-2016-y5zf-r6cr\".\"city_of_albany_dgs_property_violation_charges_2016\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.