Skip to content
1,322,867 nurse-staffing records · CMS PBJ
fonteum
DataAPIRisk SignalsResearchCompareSnapshotsRequest access →

Compliance posture

Methodology · Corrections log · Editorial policy

fonteum

Product

  • Data
  • API
  • Methodology
  • Sources
  • Freshness
  • Citations

For buyers

  • AI agents
  • RAG developers
  • Compliance
  • Researchers
  • Developers

Reference

  • Compare
  • llms.txt
  • Agent card
  • Audit pack
  • Quality scorecard
  • Pilot intake
  • Research

Sourced from federal agencies. Fonteum, Inc., Delaware C-corp. © 2026.

Request access→
CHAIN INTEGRITY

Every snapshot signed. Every change chained.

Each Fonteum snapshot is SHA-256 digested, Ed25519 signed, and hash-chained to the one before it — a Certificate-Transparency-style log where any change to a published fact is detectable by a single recomputation.

View public chainRead methodology
Live status
latest snapshot2026-05-31T06:40:03.590853+00:00 (9 hours ago)
latest digest (sha256)
f55bb4f38924… (expand)f55bb4f38924fc319fcbdac42a1d95ad7c0edd9f0c4d32eb5697bbe9136033a0
chain length1 signed snapshots
signing key (ed25519)ee:4b:9a:97:c6:04:1d:76 · fonteum-chain-2026-05-30

How the chain works

01

Snapshot taken

Every dataset refresh produces a complete snapshot, SHA-256 digested at write time so its content is fixed to a single fingerprint.

02

Snapshot signed

The digest is signed with Fonteum's Ed25519 key. The matching public key is published, so anyone can confirm the signature offline.

03

Snapshot chained

Each digest references the prior snapshot's hash, forming an append-only, tamper-evident chain — alter one row and every later hash stops matching.

Inspect any snapshot

Diff two snapshots of a dataset and get every changed field with its full 14-tuple provenance attached. Try it now with the public pk_dx_sample key:

curl -s https://fonteum.com/api/v1/snapshots/diff \
  -H "Authorization: Bearer pk_dx_sample" \
  -H "Content-Type: application/json" \
  -d '{
    "dataset": "nppes",
    "from_snapshot": "2026-04-01T00:00:00Z",
    "to_snapshot": "2026-05-01T00:00:00Z",
    "fields": ["taxonomy", "addresses"]
  }'

Response shape

{
  "dataset": "nppes",
  "from_snapshot": { "digest": "…", "signature": "…", "signing_key_fingerprint": "…" },
  "to_snapshot":   { "digest": "…", "signature": "…", "signing_key_fingerprint": "…" },
  "changes": [
    {
      "npi": "1234567890",
      "field": "taxonomy",
      "change_type": "modified",
      "before": { "value": "…", "provenance": { /* 14-tuple */ } },
      "after":  { "value": "…", "provenance": { /* 14-tuple */ } }
    }
  ],
  "summary": { "total_changes": 2, "added": 0, "removed": 0, "modified": 2 }
}

Full reference: /docs/api/snapshots-diff

Public signing key
5ea9547e26ebaf18425098106658d4f979c6380c90ea7d0ea9f11bf917e71c87
  • → Walk the canonical chain
  • → Fetch the public key (text/plain hex)
  • → Download the signed-snapshots manifest (JSON)
READY TO INSPECT

Audit any field, any time.

Call the snapshot diff API with pk_dx_sample, or drop our MCP server into your agent. No signup. No credit card. Live demo key.

Add Fonteum to your agent →Request pilot access