Short Term Rentals
Short-term rentals in Cambridge. Short-term rental (STR) refers to the rental of any dwelling unit of bedroom as residential accommodation for a duration of less than 30 consecutive days.
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 \"cambridgema-gov/short-term-rentals-wxgv-w968\".\"short_term_rentals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.