Independent. No commercial relationship with UnGovr — no funding, no agreement, no conversation of any kind — checked 9 September 2026. Disclosures · how every claim here is evidenced

ungovr.providers.sgit.ai / The retrieval log — every fetch, including the failures

The retrieval log — every fetch, including the failures

The rule: write the raw response bytes to disk unmodified, hash those bytes, and log before parsing anything. A node that cannot name the bytes it came from is an assertion, not a retrieval.

Every number on this site derives from these bytes. Nothing on any page here is fetched at read time — the site makes no network call at all — so this log is the only thing standing between a published figure and an unsupported one.

UTCmethodstatussha256 of the bytesbytesURL
2026-09-09T01:47:30ZGET200fa22c89c637f1e50…115https://data.ungovr.org/v1/meta/last-updated.json
2026-09-09T01:47:31ZGET200ac7ce7e32a70c65d…2182https://data.ungovr.org/v1/meta/schema.json
2026-09-09T01:47:31ZGET20085d5b05756fe29f9…29099https://data.ungovr.org/v1/entities/index.json
2026-09-09T01:47:32ZGET2004a4aa242a2d16941…1644990https://data.ungovr.org/v1/entities/us/ca.json
2026-09-09T01:47:32ZGET2006b71da2f1a20fdff…109257https://data.ungovr.org/v1/laws/records/index.json
2026-09-09T01:48:16ZGET200ecb652db036b748f…29453https://data.ungovr.org/v1/entities/us.json
2026-09-09T01:48:17ZGET2008d5e6db9e4056b2f…748https://data.ungovr.org/v1/entities/detail/us--ca--santa-barbara.json
2026-09-09T01:48:17ZGET2007fa6641141d72042…146921https://data.ungovr.org/v1/entities/boundaries/us--ca--santa-barbara.geojson
2026-09-09T01:49:05ZGET200ec4d5238a7dd2c2f…584https://data.ungovr.org/v1/entities/detail/us--ca.json
2026-09-09T01:49:05ZGET4049a599c694ea9b1dd…59https://data.ungovr.org/v1/laws/records/us/ca.json
2026-09-09T01:49:06ZGET20066679b3cd1f7797c…15078https://data.ungovr.org/v1/laws/records/us.json
2026-09-09T01:49:18ZGET200ce8bc4744115befd…14265https://data.ungovr.org/v1/laws/records/us--ca.json
2026-09-09T01:49:46ZGET4041101ad9a516874a8…75https://data.ungovr.org/v1/cgj/counties/us--ca--santa-barbara.json
2026-09-09T01:49:46ZGET401525f078c1386edc6…164https://data.ungovr.org/v1/ai-laws/index.json
2026-09-09T01:50:05ZGET2005c344d97b440690d…8853https://data.ungovr.org/v1/meta/openapi.yaml
2026-09-09T01:50:05ZGET200484bdc2e83e1976e…224https://data.ungovr.org/.well-known/oauth-protected-resource
2026-09-09T01:50:44ZGET200d7518baf71f07b5e…2578858https://data.ungovr.org/v1/entities/us/ca/all.json
2026-09-09T01:50:45ZGET200e66f30636b3e178d…21468https://data.ungovr.org/v1/entities/fr.json
2026-09-09T01:50:46ZGET200fdb233ff13c4acc6…327513https://data.ungovr.org/v1/entities/gb.json
2026-09-09T01:50:46ZGET20002f50b65433a4806…13316https://data.ungovr.org/v1/entities/de.json
2026-09-09T01:50:47ZGET2009062951f8cf4bc6e…4070https://data.ungovr.org/v1/cgj/counties.json

The raw response bytes were written to disk unmodified and hashed before anything parsed them. A node that cannot name the bytes it came from is an assertion, not a retrieval. The failures are rows here rather than absences, so a reader can see what was tried and refused.

The failures, and why they are rows

Three responses here are not 200, and they are the useful ones.

RowWhat it means
404 on /v1/laws/records/us/ca.jsonThe path separator in the law corpus is --, not / — the same convention the entity detail endpoint uses. A guess, logged as a guess, then corrected to us--ca.json
404 on /v1/cgj/counties/us--ca--santa-barbara.jsonThe CGJ corpus is keyed by bare county code (santa-barbara), not by entity slug. Two identifier schemes for the same county, in one API
401 on /v1/ai-laws/index.jsonBlocker B2. A key arrived while this report was being written and the row above is the last anonymous one — the corpus was then read verified 9 Sep 2026

Recording a refusal as an entry rather than leaving it as an absence is the point: a reader can see what was tried, what was declined, and that a shortcut existed and was not taken.

The 49-request sample

The coverage sample's per-request log is not inlined above — 49 near-identical detail fetches would drown the page — but it is complete and downloadable:

What is not here, and why

The AI-law corpus was read, and none of it is republished.

Six further requests were made under the key: the index, the vocabulary, the United States record, the JSON Schema, the export manifest, and one 404 that establishes the corpus is addressed by bare slug rather than by the entity API's -- convention. Their log rows — URL, status, byte count, sha256 — are metadata about our own requests and are in the table above.

Their content is not, and cannot be. That corpus carries its own licence block, whose grant field reads "No license is conveyed by receipt of this file." verified 9 Sep 2026 It is not CC BY 4.0, whatever the OpenAPI document declares at the top level. So this site describes it, measures it, and redistributes none of it — and tools/check_site.py fails the build if the payload ever appears in this repository or in the vault's tree.

This is the difference between a report and a mirror, and it is the one place on this project where the distinction had teeth.