Uk Food Hygiene Search
uk_food_hygiene_searchSearch UK restaurant food hygiene ratings from the Food Standards Agency FHRS — answers "is this restaurant clean", "is this takeaway safe to eat at", "food hygiene rating of X". Search by business name and/or address (a town, street, or postcode works), or by latitude/longitude + radius_miles for hygiene ratings near a point. Filter by business_type (restaurant, takeaway, pub, hotel, supermarket, mobile caterer...) and min_rating (1-5). Returns rating (0-5 in England/Wales/NI; Scotland uses "Pass"/"Improvement Required" under FHIS), inspection date, address, and inspection sub-scores. Example: uk_food_hygiene_search({ name: "Nandos", address: "Leeds" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Business name to search, e.g. "Nandos", "Golden Dragon" | |
| limit | No | Max results to return, 1-30 (default 10) | |
| address | No | Any part of the address — town, street, or postcode, e.g. "Leeds", "Baker Street", "SW1A 1AA" | |
| latitude | No | Latitude for geo search (use with longitude) | |
| longitude | No | Longitude for geo search (use with latitude) | |
| min_rating | No | Minimum FHRS rating 1-5 (5 = best). Filters to numerically-rated FHRS establishments, so Scottish FHIS results drop out | |
| radius_miles | No | Geo search radius in miles (default 2, max 30). Only used with latitude/longitude | |
| business_type | No | Optional type filter, e.g. "restaurant", "takeaway", "pub", "hotel", "supermarket", "school", "mobile caterer" |