Beginner FAQ
No code required to read this page. If a word is technical, we explain it on the spot.
What is fetch.li?
fetch.li is a UK API for weather, bank holidays, VAT, postcodes, and similar everyday jobs. The company behind it is Tidalux Ltd.
What is an API?
An API is a web address that answers a question with data instead of a full website.
You already use APIs without noticing: a weather app, a card payment, a maps pin. fetch.li is the same idea, except the answer is a short English sentence first (answer and say), then the numbers if you need them.
You do not install an app. You open a link, or paste it into a spreadsheet.
Why would I need this?
Because most “UK data” is split across five logins: weather, bank holidays, VAT, postcodes, carbon. You wanted “take a coat” and “posted Friday, three working days.” That is what we return.
Typical jobs:
- A shop homepage that promotes raincoats when
Kit: umbrellais on - A Slack morning line for the office postcode
- Google Sheets that add VAT or convert euros without a plugin
- A hotel email that says what to pack three days before arrival
How can this help my business?
Read kit, do, and vibe from Pulse or What to pack. Those flags are commercial triggers:
- Bike shop:
Kit: bikeplus dry weather, then a lube discount - Fashion: raining, then rainwear first
- Energy / IoT: low
gCO₂/kWh, then run the washer or charger - Hospitality: planets in sight, then a stargazing note to guests
You still write the email. We tell you what is true outside so the email is not generic.
Do I need to be a developer?
No. Try a link in the browser. Or see Install for the average-person path (bookmark, Sheets, Zapier) and the developer path (curl, fetch, Python).
Is it free?
GET calls are free on the demo: 60 per hour from your network, no key. That is enough to learn and to prototype. Vibe classify (tone of voice) needs a paid key. Higher volume: pricing.
Is this accurate enough to file a tax return?
No. Tax, NI, and stamp duty are indicative tables for 2026/27 so software can show a number. Confirm on GOV.UK before you file. FX is ECB reference rates, not a tradable quote.
What is Pulse?
One GET that bundles weather, kit, air, carbon, and what is in the sky. Example: https://fetch.li/v1/pulse?postcode=SW1A1AA&format=text
That is the “coat” idea at product scale.
Where do I start?
- Install if you have never called an API.
- Getting started if you want Try buttons and keys.
- Spreadsheets and no-code if you already know the job.