Skip to content
Joel Quiles edited this page Mar 5, 2017 · 20 revisions

Florida Business Inspections API (FBI-API)

API that provides Florida Business Inspections Records

API use documentation at: http://codefor.miami/fbi-api

Florida Districts Map

Florida Counties Map

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

[GET] /inspections?businessName=MCDONALD'S

You can use * as wildcard in the name field.

Check the Violation Codes:

[GET] /violations

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:

Deploying docs:

from gh-pages branch

  1. Run server
  2. Navigate to /api-docs
  3. grab swagger url on top of page
  4. curl -O swagger-url to root of project, replacing previous swagger.json
  5. cd into fbi-api-docs
  6. ./swagger2slate.phar convert ../swagger.json -o source/index.html.md
  7. can modify output in source/index.html.md, etc
  8. ./deploy.sh