Food Standards Agency
UK Government integration · 3 node(s).
00Overview
UK food hygiene ratings (FHRS) — search establishments and view ratings
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting Food Standards Agency
Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:
${secrets.your_secret}.02Get
Get Food Establishment
ukgov/foodstandards/get_establishment · Action
Look up a UK food hygiene rating by FHRS establishment ID (Food Standards Agency)
| Field | Type | Details | |
|---|---|---|---|
| FHRS ID | string | Required | e.g. 512112 |
Returns: tool_result, establishment, business_name, rating_value, address, success, error
03List
List Food Business Types
ukgov/foodstandards/list_business_types · Action
List the food business type categories used by the FHRS scheme (Food Standards Agency)
Returns: tool_result, business_types, count, success, error
04Search
Search Food Establishments
ukgov/foodstandards/search_establishments · Action
Search UK food hygiene ratings by business name or address (Food Standards Agency)
| Field | Type | Details | |
|---|---|---|---|
| Business Name | string | e.g. The Ivy | |
| Address or Postcode | string | e.g. SW1A 1AA | |
| Maximum Results (1-50) | integer | 10 |
Returns: tool_result, establishments, count, total, success, error
05Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- Establishment ratings reflect the most recent inspection and are not live, so a returned rating may be several months or years old rather than the business's current standing.
- Scottish establishments follow a separate scheme that reports a pass or improvement-required status instead of the 0-to-5 star rating used in England, Wales and Northern Ireland, so build flows to handle both formats.
- Newly registered or recently reinspected businesses may not appear straight away, as the published ratings data is refreshed periodically rather than in real time.