Is the UK open?
GET /v1/uk/open answers whether right now is a UK working day (weekends and bank holidays excluded) and within your office hours in Europe/London. Default hours are 09:00 to 17:00.
This is a simple rules check. It does not know your company’s actual opening times or regional closures beyond the GOV.UK bank holiday calendar.
Try it
https://fetch.li/v1/uk/open?open=9&close=17&division=england-and-wales
Parameters
| Parameter | Required | Description |
|---|---|---|
open |
No | Opening hour, 0 to 23 (default 9) |
close |
No | Closing hour, 0 to 23 (default 17) |
division |
No | england-and-wales, scotland, or northern-ireland |
Demo
GET endpoints work without an API key on the public demo tier (60 calls per hour per IP).
Try it
GET https://fetch.li/v1/uk/open
Answer
Response