-
Notifications
You must be signed in to change notification settings - Fork 5
Home
It's an API that provides Florida Restaurant Inspections.
The query parameters for start and end dates are mandatory for all the below sections.
(The format of dates are always YYYY-MM-DD
)
http://198.199.73.168/fra/district/D2?startDate=2016-07-01&endDate=2016-07-10
Check the /list-counties for a list of available districts.
http://198.199.73.168/fra/county/16?startDate=2016-07-01&endDate=2016-07-10
Check the /list-counties for a list of available counties.
http://198.199.73.168/fra/name/*MCDONALD'S*?startDate=2016-07-01&endDate=2016-07-10
You can use * as wildcard in the name field.
http://198.199.73.168/fra/location/33127?startDate=2016-07-01&endDate=2016-07-10
http://198.199.73.168/fra/name/*MCDONALD'S*/32308,33314?startDate=2016-07-01&endDate=2016-07-10
You can use * as wildcard in the name field.
http://198.199.73.168/fra/inspection/5888722
Check the Violation Codes here - go to the table Food Service Violations Numbered 1-58, and check extractions after 2013.
Also see the following 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
http://198.199.73.168/fra/list-counties
It lists all the Districts and County in the system, and also displays the number of inspections. The date is not required in this case.