-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Joel Quiles edited this page Mar 5, 2017
·
20 revisions
API that provides Florida Business Inspections Records
API use documentation at: http://codefor.miami/fbi-api
Miami-Dade and Monroe County has a district
value of D1
while Broward and West Palm Beach has a district
value of D2
.
Counties with numbers:
- Miami-Dade (listed as
Dade
): 23 - Monroe: 54
- Broward: 16
- Palm Beach: 60
You can use * as wildcard in the name field.
Check the Violation Codes:
Or navigate to http://www.myfloridalicense.com/dbpr/sto/file_download/layout/public-records-hr.html Go to the table Food Service Violations Numbered 1-58, and check extractions after 2013._
Also see the following violation descriptions:
- http://www.myfloridalicense.com/dbpr/hr/inspections/FoodHighPriority.html
- http://www.myfloridalicense.com/dbpr/hr/inspections/FoodIntermediate.html
- http://www.myfloridalicense.com/dbpr/hr/inspections/FoodBasic.html
Deploying docs:
from gh-pages branch
- Run server
- Navigate to /api-docs
- grab swagger url on top of page
- curl -O swagger-url to root of project, replacing previous swagger.json
- cd into fbi-api-docs
- ./swagger2slate.phar convert ../swagger.json -o source/index.html.md
- can modify output in source/index.html.md, etc
- ./deploy.sh