Short Term Rental Locations
The general neighborhood and zip code location of short term rentals (including type) across Austin, TX. Lots of citizens have expressed interest in maintaining privacy of their exact address for safety reasons. So, keeping safety in mind, we've remove the specific address, but have included the street name and zip code. For more information, concerned parties can pursue a public information request: public.information@austintexas.gov. FYI: your request will not be considered received unless it is sent to the proper address.
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 \"austintexas-gov/short-term-rental-locations-2fah-4p7e\".\"short_term_rental_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.