4,127 records reconciled · 04:12 UTCNPPES daily snapshot · v2026.05.0PECOS weekly snapshot · 2026-05-0422 federal source families · all primary-sourceCare Compare · quarterly refresh currentOIG LEIE · 68,055+ exclusions · monthly refreshHRSA HPSA · monthly snapshot · 2026-05-03QPP MIPS · 477,137 PY2023 clinician scoresAudit pack endpoint · 187ms p95Methodology v2026.05.0 stamped on every export4,127 records reconciled · 04:12 UTCNPPES daily snapshot · v2026.05.0PECOS weekly snapshot · 2026-05-0422 federal source families · all primary-sourceCare Compare · quarterly refresh currentOIG LEIE · 68,055+ exclusions · monthly refreshHRSA HPSA · monthly snapshot · 2026-05-03QPP MIPS · 477,137 PY2023 clinician scoresAudit pack endpoint · 187ms p95Methodology v2026.05.0 stamped on every export
GET/api/v1/audit-pack/export?ccn=015009v2026.05.0
{
"facility_name": "BURNS NURSING HOME, INC.",
"_source": "CMS Provider of Services",
"_dataset_id": "4pq5-n9py",
"_snapshot": "2026-05-07",
"_methodology": "v2026.05.0",
"_confidence": 1.00,
"total_nurse_hprd": 4.049,
"sff_status": "not_flagged"
}
import requests
r = requests.get("https://fonteum.com/api/v1/audit-pack/export?ccn=015009")
for record in r.json():
print(record["_source"], record["_snapshot"])
const res = await fetch("https://fonteum.com/api/v1/audit-pack/export?ccn=015009");
const records = await res.json();
for (const r of records) {
console.log(r._source, r._snapshot, r._confidence);
}200 OK · streamed187ms · 14.2 KB · methodology v2026.05.0