Conditions feeds
Geo-fenced event feeds for operators: what is happening in a place, on a topic, ranked by how much it matters — rebuilt hourly, over a rolling 7-day window.
What it is
dig.rest reads the world's news into a causal graph. The conditions feeds are a slice of that
graph cut for operational use: one JSON file per place × topic. Places are the 50
states, DC, and a national feed (52 in all); topics are logistics · insurance · permits.
Each event carries its title, date, the state it was placed in, the themes it matched, a corroboration count (how many distinct outlets carried the story, after collapsing re-reports of the same event), a source URL, and a priority score. Priority is built from tone, corroboration, theme class and recency — deliberately not from our causal turns, which reach only a small share of recent events and would rank the other 93% by their absence.
Every file carries a coverage block stating how many events were scanned, how many
were successfully placed, and the window actually served. A feed with nothing in it is still a
valid feed — an empty Wyoming file, not a 404, because "no news" and "no service" must not look
the same to a program.
How accurate is it — the measured answer
Hand-labelled precision at 20, on the national feeds, measured 2026-08-04. These are the real numbers, not a target:
| topic | precision@20 | what it is for | scored from |
|---|---|---|---|
logistics | 11/20 | disruption to the movement of goods and people | natural disaster · strike · blockade · armed conflict · protest, plus infrastructure themes |
insurance | 8/20 | loss events at county grain | natural disaster · crisis · casualty · displacement · terror themes |
permits | 3/20 | civic and regulatory friction for filming and construction | protest · strike · civic and regulatory themes |
Read that honestly. Logistics is usable with a human in the loop. Insurance is borderline. Permits is not good enough to buy yet, and the reason is structural rather than a tuning problem: our ingest gate admits crisis-shaped stories, so an ordinary council-agenda or filming-permit item never enters the corpus at all. The permits feed sees only civic events that were already heated. We would rather you read that here than discover it in week two.
Where the wrong rows come from
- law-firm press releases — they syndicate widely, and syndication is what our corroboration score rewards
- theme noise on listicles — GKG tagged a hidden-ice-cream-shops listicle as transport
- same story, different headline — collapsing these needs fuzzy title matching, which measured 77–85% and was refused — a deduplicator that is wrong one time in five merges distinct events
The top of each feed is markedly better than its tail — corroborated clusters (a wildfire and its evacuations, a port closure, a vessel strike) rank high and are reliably real. If you consume the top slice and treat the tail as leads rather than facts, the numbers above understate what you get.
What this is not
It is not a real-time wire, and it is not market data. News arrives on a rolling ingest and the feeds rebuild hourly; the economic series we carry alongside the graph are end-of-day publications pulled once a day from the publishing institutions, so every price or rate on this site is delayed by at least a session. Nothing here is suitable for trading, and nothing here is an underwriting decision. It is situational awareness with citations attached.
Access
The feed endpoint is public and open — you can evaluate it right now, with no key and no account:
curl 'https://api.ghalse.com/api/feed?geo=ca&topic=logistics'
An API key does not unlock anything you cannot already read. It exists so your
usage is counted, so we can talk about volume with numbers, and so we can reach you if something
about the feed you depend on is going to change. Keyed requests carry a tier field and
your own daily call count in the response.
curl -H 'X-API-Key: <your key>' 'https://api.ghalse.com/api/feed?geo=ca&topic=logistics'
Keys are issued by hand — there is no signup form. Write to [email protected] with what you would use it for and which places and topics matter to you. If the honest answer is that the feed is not good enough for your use yet, that is the answer you will get.
Terms
Full terms: dig.rest/legal. Privacy: dig.rest/privacy. Source articles belong to their publishers; the feeds link to them and quote only titles.
Informational only — not financial, legal, or professional advice. Any action you take on this information is at your own risk. See /legal.