Hotels Motels BBs
Layer of actively licensed hotels, motels, and bed and breakfasts from the Department of Revenue data. Does not include licensed Short Term Rentals. For those, please see https://www.nola.gov/short-term-rentals/
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 \"nola-gov/hotels-motels-bbs-ns2v-hzec\".\"hotels_motels_bbs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.