Food Enterprises Under 5000 Sq Ft
This is the list of food-service permitted businesses provided by Austin Travis County Health and Human Services Department. Please note that the square footage is self-reported, and some businesses may have left that information blank on the food-service permit.
Food-service permitted businesses that are within the City of Austin’s jurisdiction, but are not yet affected by the Universal Recycling Ordinance (URO) Organics Diversion requirements can qualify for the zero waste business rebate.
Businesses registered as vendors with the City of Austin can be searched on the following webpage: https://www.ci.austin.tx.us/financeonline/vendor_connection/search/allsearch.cfm
For additional questions, contact Austin Resource Recovery’s Business Outreach Team at commercialrecycling@austintexas.gov or call 512-974-9727.
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 \"datahub-austintexas-gov/food-enterprises-under-5000-sq-ft-bdr6-gbfn\".\"food_enterprises_under_5000_sq_ft\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.