-
Notifications
You must be signed in to change notification settings - Fork 5
Home
It's an API that provides Florida Restaurant Inspections.
The 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/2016-07-01/2016-07-10/D2
Check the /list-counties for a list of available districts.
http://198.199.73.168/fra/county/2016-07-01/2016-07-10/16
Check the /list-counties for a list of available counties.
http://198.199.73.168/fra/name/2016-07-01/2016-07-10/*MCDONALD'S*
You can use * as wildcard in the name field.
http://198.199.73.168/fra/location/2016-07-01/2016-07-10/33127
http://198.199.73.168/fra/name/2016-07-01/2016-07-10/*MCDONALD'S*/32308,33314
You can use * as wildcard in the name field.
http://198.199.73.168/fra/get/5888722
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.